Module Name:    src
Committed By:   matt
Date:           Mon Mar 30 05:30:08 UTC 2015

Modified Files:
        src/doc: HACKS

Log Message:
note change to workaround bug in clang's arm integrated assembler.


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/HACKS
diff -u src/doc/HACKS:1.155 src/doc/HACKS:1.156
--- src/doc/HACKS:1.155	Thu Mar  5 10:21:02 2015
+++ src/doc/HACKS	Mon Mar 30 05:30:08 2015
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.155 2015/03/05 10:21:02 skrll Exp $
+# $NetBSD: HACKS,v 1.156 2015/03/30 05:30:08 matt Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -993,3 +993,9 @@ file	src/sys/arch/vax/boot/boot/Makefile
 descr	/boot does not work when compiled with -O2 and gcc 4.8
 kcah
 
+port	arm
+hack	avoid using labels in a 12-bit constant.
+who	matt
+file	crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes-armv4.S: 1.2
+descr	workaround for clang misassembling an instruction
+kcah

Reply via email to