Index: fixincludes/ChangeLog
authorGeoffrey Keating <geoffk@apple.com>
Wed, 27 Oct 2004 23:02:39 +0000 (23:02 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 27 Oct 2004 23:02:39 +0000 (23:02 +0000)
commit005c1a13e5649b1c7a213c8d76f8e0e20d25a891
treecfb4cd621b8390f148fe008b597f52830668a28b
parent9a3137c336cf8e3f34d86a36a8eb76043abec00b
Index: fixincludes/ChangeLog
2004-10-27  Geoffrey Keating  <geoffk@apple.com>

* inclhack.def (darwin_gcc4_breakage): New.
* fixincl.x: Regenerate.

Index: gcc/ChangeLog
2004-10-27  Geoffrey Keating  <geoffk@apple.com>

* config/rs6000/rs6000.c (rs6000_attribute_table): Add
SUBTARGET_ATTRIBUTE_TABLE.
* config/darwin.h (ASM_WEAKEN_DECL): Handle weak_import.
(SUBTARGET_ATTRIBUTE_TABLE): Define.
* config/darwin.c (darwin_handle_weak_import_attribute): New.
(HAVE_DEAD_STRIP): Delete.
(no_dead_strip): Don't test HAVE_DEAD_STRIP.
* config/darwin-protos.h (darwin_handle_weak_import_attribute):
Prototype.

Index: gcc/testsuite/ChangeLog
2004-10-27  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/darwin-weakimport-1.c: New.

From-SVN: r89716
fixincludes/ChangeLog
fixincludes/fixincl.x
fixincludes/inclhack.def
gcc/ChangeLog
gcc/config/darwin-protos.h
gcc/config/darwin.c
gcc/config/darwin.h
gcc/config/rs6000/rs6000.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/darwin-weakimport-1.c [new file with mode: 0644]