- 30 Nov, 2003 19 commits
-
-
From-SVN: r74072
Ben Elliston committed -
PR target/12727 * config/mips/mips.c (mips_save_reg): Fix frame information for sdc1 on 32-bit big-endian targets. From-SVN: r74071
Richard Sandiford committed -
From-SVN: r74070
Kazu Hirata committed -
2003-11-30 Paolo Carlini <pcarlini@suse.de> * config/locale/gnu/codecvt_members.cc (codecvt::do_in, codecvt::do_length): More minor tweaks. From-SVN: r74069
Paolo Carlini committed -
2003-11-30 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.md ("tmdi_reg", "tmsi_reg", "*movdi_64", "*movdi_31", "iordi3"): Insns now use multiple letter constraints. ("*movdi_lhi", "*movdi_lli", "*movdi_lay"): Insns deleted. They are now covered by "*movdi_64". ("*movsi_lhi", "*movsi_lli", "*movsi_lay"): Insns deleted. They are now covered by "*movsi_zarch" and "*movsi_esa". ("*movsi_zarch", "*movsi_!zarch"): New insns. ("*llgt_sisi_split", "*llgt_didi_split"): Insns deleted. Now covered by "*andsi3_zarch" and "anddi3". ("*anddi3_ni"): Insn merged with "anddi3". ("*andsi3_ni"): Insn merged with "*andsi3_zarch". ("*andsi3_zarch", "*andsi3_esa"): New insns. ("*iordi3_oi"): Insn merged with "iordi3". ("*iorsi3_oi"): Insn merged with "*iorsi3_zarch". ("*iorsi3_zarch", "*iorsi3_esa"): New insns. * config/s390/s390.c (s390_single_qi, s390_single_hi): Functions merged to s390_single_part. (s390_single_part): New function. NOTE: Semantics have changed a bit. Now the value of the part must be different from the others to get a non-negative return value. (s390_extract_qi, s390_extract_hi): Functions merged to s390_extract_part. (s390_extract_part, s390_extra_constraint_str, s390_const_ok_for_constraint_p): New functions. The L constraint got a new meaning and the N constraint was added as a multiple letter constraint. (s390_extra_constraint): Function deleted. (print_operand): New output modifier 'i' and 'j' added. All uses of CONST_OK_FOR_LETTER_P were replaced by CONST_OK_FOR_CONSTRAINT_P. * config/s390/s390-protos.h: Function prototypes adapted. * doc/md.texi: Documentation for new constraint letters added. From-SVN: r74061
Andreas Krebbel committed -
2003-11-30 Paolo Carlini <pcarlini@suse.de> * config/locale/gnu/codecvt_members.cc (codecvt::do_in): Minor stylistic tweak. From-SVN: r74060
Paolo Carlini committed -
From-SVN: r74059
Andreas Schwab committed -
locale_facets.tcc (num_put::do_put(..., bool)): Minor tweaks, consistent with the style used in other facets. 2003-11-30 Paolo Carlini <pcarlini@suse.de> * include/bits/locale_facets.tcc (num_put::do_put(..., bool)): Minor tweaks, consistent with the style used in other facets. From-SVN: r74056
Paolo Carlini committed -
From-SVN: r74055
Andreas Jaeger committed -
* gcc.c (init_spec): Pass -lunwind to init_gcc_specs in eh_name instead of in shared_name. From-SVN: r74054
James E Wilson committed -
* final.c (final_start_function): Delete code for NON_SAVING_SETJMP. * reload1.c (reload): Re-add it here. From-SVN: r74052
James E Wilson committed -
* config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Don't set SECTION_WRITE on TARGET_RELOCATABLE. From-SVN: r74051
Alan Modra committed -
From-SVN: r74050
Kazu Hirata committed -
* config/m68k/m68k.c (MOTOROLA): Move from here... * config/m68k/m68k.h (MOTOROLA): ... to here. (OUTPUT_JUMP): Use do {...} while (0). * config/m68k/m68k.md: Replace #ifdef MOTOROLA with C statements. From-SVN: r74049
Gunther Nikl committed -
* config.gcc (m68020-*-elf*, m68k-*-elf*, m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k-*-rtems*): Add tm_defines containing MOTOROLA and USE_GAS. * config/m68k/rtemself.h (MOTOROLA): Delete. * config/m68k/netbsd-elf.h (MOTOROLA, USE_GAS): Delete. * config/m68k/m68kelf.h (MOTOROLA, USE_GAS, SGS_CMP_ORDER): Delete. From-SVN: r74048
Gunther Nikl committed -
From-SVN: r74047
Kazu Hirata committed -
2003-11-29 Kelley Cook <kcook@gcc.gnu.org> * Makefile.in (install-info): Install gccinstall.info too. From-SVN: r74046
Kelley Cook committed -
From-SVN: r74043
GCC Administrator committed -
From-SVN: r74040
Ulrich Weigand committed
-
- 29 Nov, 2003 9 commits
-
-
* Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb to force serialization. From-SVN: r74039
Ulrich Weigand committed -
2003-11-29 Paolo Carlini <pcarlini@suse.de> * include/bits/fstream.tcc (underflow): Minor tweaks in preparation for libstdc++/13217. From-SVN: r74038
Paolo Carlini committed -
* config/s390/s390.md ("movhi"): Do not emit extender pattern when loading from a (MEM (ADDRESSOF ...)). ("movqi"): Likewise. From-SVN: r74037
Ulrich Weigand committed -
PR c/10333 * c-parse.in (typespec_reserved_nonattr): Reject typeof on bit-fields. testsuite: * gcc.dg/bitfld-7.c: New test. From-SVN: r74036
Joseph Myers committed -
* stmt.c (expand_asm_operands): Check whether force_const_mem succeeded. testsuite/ * gcc.dg/tls/asm-1.C: New test. From-SVN: r74035
Richard Sandiford committed -
2003-11-29 Paolo Carlini <pcarlini@suse.de> * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Tweak for a few small problems (fix timings, use VERIFY..) From-SVN: r74034
Paolo Carlini committed -
* config/gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New. * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): New. * config/alpha/gnu.h, config/alpha/linux.h, config/arm/linux-elf.h, config/cris/cris.h, config/cris/linux.h, config/i370/linux.h, config/i386/gnu.h, config/i386/i386.h, config/i386/linux-aout.h, config/i386/linux.h, config/i386/linux64.h, config/ia64/linux.h, config/m68k/linux.h, config/m68k/uclinux.h, config/mips/linux.h, config/mn10300/linux.h, config/pa/pa-linux.h, config/rs6000/sysv4.h, config/s390/linux.h, config/sh/linux.h, config/sparc/linux.h, config/sparc/linux64.h, config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Use HURD_TARGET_OS_CPP_BUILTINS/LINUX_TARGET_OS_CPP_BUILTINS or ensure all necessary assertions are included. testsuite: * testsuite/gcc.dg/cpp/assert4.c: Update. From-SVN: r74031
Kaveh R. Ghazi committed -
* emit-rtl.c (set_used_flags): New. (verify_rtx_sharing, verify_rtl_sharing): New. (unshare_all_rtl_1): Rename to.... (unshare_all_rtl_in_chain): ... this one; make static. (copy_rtx_if_shared): LABEL_REF chan be shared. * ifcvt.c (unshare_ifcvt_sequence): New. (noce_try_move, noce_try_store_flag, noce_try_store_flag_constants, noce_try_addcc, noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove, noce_try_store_flag_mask, noce_try_minmax, noce_try_abs, noce_process_if_block, find_cond_trap * rtl.h (verify_rtl_sharing, set_used_flags, unshare_all_rtl_in_chain): Declare. From-SVN: r74030
Jan Hubicka committed -
From-SVN: r74028
GCC Administrator committed
-
- 28 Nov, 2003 11 commits
-
-
* java/net/InetAddress.java (lookup): New method that doesnt lookup "0.0.0.0". (ImplLookup): Renamed from lookup. * java/net/natInetAddressNoNet.cc (ImplLookup): Renamed from lookup. * java/net/natInetAddressPosix.cc (ImplLookup): Renamed from lookup. * java/net/natInetAddressWin32.cc (ImplLookup): Renamed from lookup. From-SVN: r74026
Michael Koch committed -
2003-11-28 Bryce McKinlay <bryce@mckinlay.net.nz> * configure: Rebuilt. * configure.in: Require gtk and glib 2.2.0. From-SVN: r74023
Bryce McKinlay committed -
* gcc.dg/builtin-apply2.c: Set size of stack argument data to 64. * gcc.dg/builtin-apply3.c: New test. From-SVN: r74022
Eric Botcazou committed -
From-SVN: r74018
Ben Elliston committed -
2003-11-28 Paolo Carlini <pcarlini@suse.de> * testsuite/27_io/basic_filebuf/imbue/char/13171-3.cc: Remove. * testsuite/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc: New, the original third testcase for libstdc++/13171 belong here. From-SVN: r74017
Paolo Carlini committed -
2003-11-28 Paolo Carlini <pcarlini@suse.de> * testsuite/27_io/basic_filebuf/imbue/char/13171-3.cc: Remove extraneous wchar_t lines. From-SVN: r74016
Paolo Carlini committed -
From-SVN: r74015
Kazu Hirata committed -
* config/h8300/h8300.md (*movsf_h8300h): Change to *movsf_h8300hs. (addsi_h8300): Change to *addsi_h8300. (addsi_h8300h): Change to *addsi_h8300hs. (subsi3_h8300): Change to *subsi3_h8300. (subsi3_h8300h): Change to *subsi3_h8300hs. (neghi2_h8300h): Change to *neghi2_h8300hs. (negsi2_h8300h): Change to *negsi2_h8300hs. From-SVN: r74014
Kazu Hirata committed -
* config/h8300/h8300.md (*subhi3_h8300): Remove '&' from the constraint. (*subhi3_h8300hs): Likewise. From-SVN: r74013
Kazu Hirata committed -
* config/rs6000/rs6000.h (MASK_MFCRF): New. (TARGET_MFCRF): Test target_flags, not processor type. (TARGET_SWITCHES): Add mfcrf and no-mfcrf. Change Don't to Do not. * config/rs6000/rs6000.c (processors_target_table): Add MASK_MFCRF to power4, 970, G5. From-SVN: r74012
David Edelsohn committed -
From-SVN: r74009
GCC Administrator committed
-
- 27 Nov, 2003 1 commit
-
-
cse.c (cse_set_around_loop): When changing a constant load to a register -register copy, add a REG_EQUAL note. * cse.c (cse_set_around_loop): When changing a constant load to a register -register copy, add a REG_EQUAL note. From-SVN: r74007
J"orn Rennecke committed
-