Module Name: src
Committed By: martin
Date: Fri Apr 17 12:40:17 UTC 2015
Modified Files:
src/doc: HACKS
Log Message:
Note ia64/gcc hack for mknative
To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 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.156 src/doc/HACKS:1.157
--- src/doc/HACKS:1.156 Mon Mar 30 05:30:08 2015
+++ src/doc/HACKS Fri Apr 17 12:40:17 2015
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.156 2015/03/30 05:30:08 matt Exp $
+# $NetBSD: HACKS,v 1.157 2015/04/17 12:40:17 martin Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -928,6 +928,16 @@ port ia64
{standard input}:22978: Warning: This is the location of the conflicting usage
kcah
+ hack libgcc unwind dummy function
+ cdate Fri Apr 17 14:31:03 CEST 2015
+ who martin
+ file src/external/gpl3/gcc/dist/libgcc/config/ia64/unwind-ia64.c: 1.4
+ descr
+ Add an empty _Unwind_FindTableEntry() implementation.
+ In the end we will use our libc stuff, and this should
+ go away again.
+ kcah
+
port x68k
hack compiler error with gcc 4.5.x