1. 10 Apr, 2006 2 commits
  2. 09 Apr, 2006 7 commits
    • re PR target/27034 (gcc.dg/20021014-1.c (test for excess errors) fails) · 8b89a26a
      	PR target/27034
      	PR target/26508
      	* config.gcc (hppa*64*-*-hpux11*): Add 'libgcc_stub.a' to extra_parts.
      	* pa64-hpux.h (LIB_SPEC): Correct typo.  Don't append milli.a.
      	(LINK_GCC_C_SEQUENCE_SPEC): Define.  Append milli.a here.
      	(PA_CXA_FINALIZE_STUB, PA_JV_REGISTERCLASSES_STUB): Delete defines.
      	(PA_INIT_FINI_HACK): Rename to PA_CRTBEGIN_HACK.
      	(PA_CRTBEGIN_HACK): Ensure __do_global_ctors_aux is placed in text
      	section.  Delete PA_CXA_FINALIZE_STUB and PA_JV_REGISTERCLASSES_STUB
      	stubs.  Add ".align 8" directives before all ".dword" directives.
      	(GTHREAD_USE_WEAK): Revise comment.
      	(TARGET_ATTRIBUTE_WEAK): Define.
      	* pa/t-pa64 (LIBGCCSTUB_OBJS): Add new rules for stublib.c, rfi-stub.o,
      	dfi-stub.o, cxaf-stub.o and jvrc-stub.o.
      	* stublib.c: New file.
      
      From-SVN: r112807
      John David Anglin committed
    • re PR target/26743 (gcc generates unreachable branch) · 16d74a3c
      	PR target/26743
      	PR target/11254
      	PR target/10274
      	* pa.md (cbranch patterns): Revise arguments used in calls to
      	output_cbranch, output_bb and output_bvd.  Add long branch length
      	attributes.
      	(fbranch patterns): Handle long branches.
      	(jump): Revise length check.  Revise arguments for output_lbranch call.
      	Add long branch length attributes.
      	(decrement_and_branch_until_zero): Add long branch length attributes.
      	(output_movb, output_parallel_addb and output_parallel_movb patterns):
      	Likewise.  Revise arguments for output_parallel_addb and
      	output_parallel_movb calls.
      	* pa-protos.h (output_cbranch, output_lbranch, output_bb, output_bvb,
      	output_parallel_movb and output_parallel_addb): Update prototypes.
      	* pa.c (output_cbranch): Revise arguments.  Correct handling of
      	nullification in long branches.
      	(output_lbranch): Add new argument to control extraction of delay
      	instruction.
      	(output_bb): Handle long branches.
      	(output_bvb, output_dbra, output_movb, output_parallel_movb,
      	output_parallel_addb): Likewise.
      
      From-SVN: r112805
      John David Anglin committed
    • re PR rtl-optimization/27073 (invalid gcse manipulation of REG_EQUIV notes) · c3a50ca3
      	PR rtl-optimization/27073
      	* gcse.c (try_replace_reg): Just propagate into REG_EQUAL notes,
      	not REG_EQUIVs.
      
      gcc/testsuite/
      	* gcc.c-torture/execute/pr27073.c: New test.
      
      From-SVN: r112803
      Richard Sandiford committed
    • Fixup whitespaces · fd18206b
      From-SVN: r112800
      Mike Stump committed
    • Daily bump. · bd0a15d3
      From-SVN: r112798
      GCC Administrator committed
    • Fix whitespaces · 61861753
      From-SVN: r112794
      Mike Stump committed
    • Revert previous patch, mistaken. · 9a82e702
      From-SVN: r112793
      Mike Stump committed
  3. 08 Apr, 2006 13 commits
  4. 07 Apr, 2006 11 commits
  5. 06 Apr, 2006 7 commits