Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/doc mention another ppc64 hack.
details: https://anonhg.NetBSD.org/src/rev/7786b2b269c2
branches: trunk
changeset: 770683:7786b2b269c2
user: christos <christos%NetBSD.org@localhost>
date: Sat Oct 29 15:18:21 2011 +0000
description:
mention another ppc64 hack.
diffstat:
doc/HACKS | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 7c99d2b8aeaf -r 7786b2b269c2 doc/HACKS
--- a/doc/HACKS Sat Oct 29 11:52:15 2011 +0000
+++ b/doc/HACKS Sat Oct 29 15:18:21 2011 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index