1. 28 Oct, 2004 37 commits
  2. 27 Oct, 2004 3 commits
    • Index: fixincludes/ChangeLog · 005c1a13
      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
      Geoffrey Keating committed
    • correct attribution for last patch · 9a3137c3
      From-SVN: r89715
      David Mosberger committed
    • IA-64 sibcall unwind bug, PR target/13158 · a8f5224e
      IA-64 sibcall unwind bug, PR target/13158
      * config/ia64/ia64.c (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on
      sibcall alloc instruction.
      (process_set): Handle sibcall alloc instruction.
      
      From-SVN: r89714
      David Mosberger committed