Remove csu hack. It was not a gcc issue.

This commit is contained in:
christos 2006-05-17 17:09:43 +00:00
parent 065d43d6c4
commit 2f5d3a02e9

View File

@ -1,4 +1,4 @@
# $NetBSD: HACKS,v 1.66 2006/05/17 16:42:59 christos Exp $
# $NetBSD: HACKS,v 1.67 2006/05/17 17:09:43 christos Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@ -288,15 +288,6 @@ descr
-fno-strict-aliasing.
kcah
hack gcc4 _DYNAMIC problem
file lib/csu/i386_elf/crt0.c : 1.14
descr
GCC4.1 seems to be confused with the weak symbol _DYNAMIC and does
not produce code that references it. Static binaries fail because of
this since _rtld_setup gets called. For now, check for obj != NULL
so that statically linked binaries work.
kcah
port vax
hack gcc 2.95/vax doesn't like abort being used as function pointer