Module Name: src Committed By: christos Date: Thu Oct 27 17:21:27 UTC 2011
Modified Files: src/doc: HACKS Log Message: mention ppc64 hack. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 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.116 src/doc/HACKS:1.117 --- src/doc/HACKS:1.116 Sun Aug 14 22:29:38 2011 +++ src/doc/HACKS Thu Oct 27 13:21:27 2011 @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.116 2011/08/15 02:29:38 mrg Exp $ +# $NetBSD: HACKS,v 1.117 2011/10/27 17:21:27 christos Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -664,3 +664,17 @@ port powerpc descr see above kcah + +port powerpc64 + + hack include _errno.c in libposix so that __errno resolves. It + should resolve from libc's errno, but somehow it does not. + Linker bug? + cdate Thu Oct 27 13:19:47 EDT 2011 + who christos + file src/lib/libposix/Makefile: 1.15 + descr + workaround for: + libposix_pic.a(cerror.pico)(.text+0x14): unresolvable \ + R_PPC64_REL24 relocation against symbol `.__errno' + kcah