1. 06 Sep, 2002 5 commits
    • arm-protos.h (arm_gen_return_addr_mask): New prototype. · fcd53748
      * config/arm/arm-protos.h (arm_gen_return_addr_mask): New
      prototype.
      * config/arm/arm.c (arm_gen_return_addr_mask): New function.
      * config/arm/arm.h (MASK_RETURN_ADDR): Use arm_gen_return_addr_mask
      if not APCS26 and not Thumb or ARMv4-or-higher.  Use gen_int_mode
      rather than GEN_INT.
      * config/arm/arm.md (UNSPEC_CHECK_ARCH): Define.
      (return_addr_mask, *check_arch2): New.
      
      From-SVN: r56883
      Jason Thorpe committed
    • weak: New directory. · 556d006c
      2002-09-06  Stan Shebs  <shebs@apple.com>
                  David Edelsohn  <edelsohn@gnu.org>
      
              * gcc.dg/weak: New directory.
              * gcc.dg/weak-[1-9].c: Move to new directory, remove all
              target-specific xfail bits.
              * gcc.dg/typeof-2.c: Move to new directory.
              * gcc.dg/weak.exp: New expect script.
      
      Co-Authored-By: David Edelsohn <edelsohn@gnu.org>
      
      From-SVN: r56882
      Stan Shebs committed
    • s390.md ("*adddi3_cc", [...]): Use "nonimmediate_operand" instead of… · 96fd3851
      s390.md ("*adddi3_cc", [...]): Use "nonimmediate_operand" instead of "register_operand" as predicate for "%0"...
      
      	* config/s390/s390.md ("*adddi3_cc", "*adddi3_cconly",
      	"*adddi3_cconly2", "*adddi3_64", "*adddi3_31", "adddi3",
      	"*addsi3_carry1_cc", "*addsi3_carry1_cconly",
      	"*addsi3_carry2_cc", "*addsi3_carry2_cconly",
      	"*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2", "addsi3",
      	"adddf3", "*adddf3", "*adddf3_ibm",
      	"addsf3", "*addsf3", "*addsf3_ibm",
      	"muldi3", "mulsi3", "mulsidi3",
      	"muldf3", "*muldf3", "*muldf3_ibm",
      	"mulsf3", "*mulsf3", "*mulsf3_ibm",
      	"*anddi3_cc", "*anddi3_cconly", "anddi3",
      	"*andsi3_cc", "*andsi3_cconly", "andsi3",
      	"*iordi3_cc", "*iordi3_cconly", "iordi3",
      	"*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
      	"*xordi3_cc", "*xordi3_cconly", "xordi3",
      	"*xorsi3_cc", "*xorsi3_cconly", "xorsi3"): Use "nonimmediate_operand"
      	instead of "register_operand" as predicate for "%0" operand.
      
      From-SVN: r56881
      Ulrich Weigand committed
    • configure.in (HAVE_AS_OFFSETABLE_LO10): Use -xarch=v9 unconditionally when… · 22252625
      configure.in (HAVE_AS_OFFSETABLE_LO10): Use -xarch=v9 unconditionally when gcc_cv_as_flags64 checks are gone.
      
      	* configure.in (HAVE_AS_OFFSETABLE_LO10): Use -xarch=v9
      	unconditionally when gcc_cv_as_flags64 checks are gone.
      	* configure: Rebuilt.
      
      From-SVN: r56880
      Jakub Jelinek committed
    • Daily bump. · 78fdd6f6
      From-SVN: r56878
      GCC Administrator committed
  2. 05 Sep, 2002 27 commits
  3. 04 Sep, 2002 8 commits