Module Name: src
Committed By: christos
Date: Sat Oct 29 15:18:21 UTC 2011
Modified Files:
src/doc: HACKS
Log Message:
mention another ppc64 hack.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 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.118 src/doc/HACKS:1.119
--- src/doc/HACKS:1.118 Thu Oct 27 14:46:43 2011
+++ src/doc/HACKS Sat Oct 29 11:18:21 2011
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.118 2011/10/27 18:46:43 christos Exp $
+# $NetBSD: HACKS,v 1.119 2011/10/29 15:18:21 christos Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -679,3 +679,15 @@ port powerpc64
libposix_pic.a(cerror.pico)(.text+0x14): unresolvable \
R_PPC64_REL24 relocation against symbol `.__errno'
kcah
+
+ hack rename data() function in mdocml to avoid redefined error.
+ Compiler/Assembler bug?
+ cdate Sat Oct 29 11:16:01 EDT 2011
+ who christos
+ file src/external/bsd/mdocml/tbl_data.c: 1.2
+ descr
+ workaround for:
+ {standard input}: Assembler messages:
+ {standard input}:105: Error: symbol `.data' is already \
+ defined
+ kcah