1. 30 Dec, 2003 1 commit
  2. 27 Dec, 2003 2 commits
  3. 26 Dec, 2003 3 commits
  4. 25 Dec, 2003 3 commits
    • alpha-modes.def: Fix comment formatting. · d6b4baa4
      	* config/alpha/alpha-modes.def: Fix comment formatting.
      	* config/alpha/alpha.c: Likewise.
      	* config/alpha/alpha.h: Likewise.
      	* config/alpha/elf.h: Likewise.
      	* config/alpha/lib1funcs.asm: Likewise.
      	* config/alpha/openbsd.h: Likewise.
      	* config/alpha/vms-cc.c: Likewise.
      	* config/alpha/vms-crt0-64.c: Likewise.
      	* config/alpha/vms-crt0.c: Likewise.
      	* config/alpha/vms-ld.c: Likewise.
      	* config/alpha/vms-psxcrt0-64.c: Likewise.
      	* config/alpha/vms-psxcrt0.c: Likewise.
      	* config/alpha/vms.h: Likewise.
      	* config/arc/arc.c: Likewise.
      	* config/arm/aof.h: Likewise.
      	* config/arm/arm-modes.def: Likewise.
      	* config/arm/arm.c: Likewise.
      	* config/arm/arm.h: Likewise.
      	* config/arm/arm.md: Likewise.
      	* config/arm/linux-elf.h: Likewise.
      	* config/arm/vxworks.h: Likewise.
      	* config/avr/avr.c: Likewise.
      	* config/avr/avr.h: Likewise.
      
      From-SVN: r75019
      Kazu Hirata committed
    • elf.h: Fix comment formatting. · 3bbc2af6
      	* config/xtensa/elf.h: Fix comment formatting.
      	* config/xtensa/xtensa-protos.h: Likewise.
      	* config/xtensa/xtensa.c: Likewise.
      	* config/xtensa/xtensa.h: Likewise.
      
      From-SVN: r75018
      Kazu Hirata committed
  5. 24 Dec, 2003 4 commits
    • avr.c: Fix comment formatting. · 2c338472
      	* config/avr/avr.c: Fix comment formatting.
      	* config/avr/avr.md: Likewise.
      
      From-SVN: r75011
      Kazu Hirata committed
    • re PR target/12721 (ICE when building a cross compiler for avr-elf) · baac771a
      	PR target/12721.
      	* config/avr/avr.c: Include ggc.h.
      	(tmp_reg_rtx): Declare with GTY.
      	(zero_reg_rtx): Likewise.
      	(ldi_reg_rtx): Remove.
      	(avr_override_options): Initialize zero_reg_rtx and
      	ldi_reg_rtx.
      	(avr_init): Remove.
      	Include gt-avr.h.
      	* config/avr/avr.h (LDI_REG_REGNO): Remove.
      	Remove externs for tmp_reg_rtx, zero_reg_rtx, and ldi_reg_rtx.
      
      From-SVN: r75010
      Kazu Hirata committed
    • mips.c (override_options): Use `inform' instead of `warning' for -g -mabi=32 and native assembler. · ac5fe3fe
      	* config/mips/mips.c (override_options): Use `inform' instead
      	of `warning' for -g -mabi=32 and native assembler.
      
      	* config/mips/t-iris6 (CRTSTUFF_T_CFLAGS, TARGET_LIBGCC2_CFLAGS):
      	Don't pass -Wno-error.
      
      From-SVN: r75002
      Kaveh R. Ghazi committed
    • Makefile.in (OBJS-common): Remove dwarfout.o. · def66b10
      	* Makefile.in (OBJS-common): Remove dwarfout.o.
      	(dwarfout.o): Remove.
      	* common.opt: Remove -gdwarf, -gdwarf+.
      	* defaults.h (PREFERRED_DEBUGGING_TYPE): Do not check for
      	DWARF_DEBUGGING_INFO.
      	* dwarf2out.c: Fix typo in comment.
      	* dwarfout.c: Remove.
      	* opts.c (common_handle_option): Remove OPT_gdwarf, OPT_gdwarf_.
      	* toplev.c (process_options): Remove check for
      	DWARF_DEBUGGING_INFO.
      	* config/elfos.h (DWARF_DEBUGGING_INFO): Do not #define it or
      	#undef it.
      	* config/netware.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/ptx4.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/vxworks.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/alpha/unicosmk.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/arc/arc.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/i386/sco5.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/i386/x86-64.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/m32r/m32r.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/mcore/mcore-elf.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/sparc/linux64.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/sparc/liteelf.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/sparc/sol26-sld.h (DWARF_DEBUGGING_INFO): Likewise.
      	* config/sparc/sp86x-elf.h (DWARF_DEBUGGING_INFO): Likewise.
      	* doc/invoke.texi: Do not mention -gdwarf, -gdwarf-1, -gdwarf-1+,
      	or -gdwarf+.
      	* doc/tm.texi: Likewise.
      
      From-SVN: r74996
      Mark Mitchell committed
  6. 23 Dec, 2003 3 commits
  7. 22 Dec, 2003 2 commits
  8. 21 Dec, 2003 5 commits
  9. 20 Dec, 2003 4 commits
    • re PR target/12749 (i386 LP64 bug.) · 781f4ec1
      2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
                  Matt Thomas  <matt@3am-software.com>
      
             PR target/12749
             * config/i386/i386.c (print_operand): Print only the first
             8 characters of the float in hex.
      
      2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
      
             PR target/12749
             * gcc.c-torture/compile/20031220-2.c: New test case.
      
      Co-Authored-By: Matt Thomas <matt@3am-software.com>
      
      From-SVN: r74893
      Andrew Pinski committed
    • pa.h (TRAMPOLINE_TEMPLATE): Shorten sequence when generating PA 2.0 code. · 3914c31f
      	* pa.h (TRAMPOLINE_TEMPLATE): Shorten sequence when generating PA
      	2.0 code.
      	(TRAMPOLINE_CODE_SIZE, MIN_CACHELINE_SIZE): New defines.
      	(INITIALIZE_TRAMPOLINE): Rework to pass line length, and aligned start
      	and end addresses to I and D cache instruction patterns.
      	* pa.md (anddi3, iordi3): Change predicates of operands 1 and 2 to
      	and_operand and ior_operand, respectively.  When generating 64-bit
      	code, only one operand needs to be a register operand.
      	(xordi3): Change predicates of operands 1 and 2 to register_operand.
      	(one_cmpldi2): Change predicate of operand 1 to register_operand.
      	(dcacheflush, icacheflush): Revise to flush an arbitrary number of
      	cache lines.
      
      From-SVN: r74888
      John David Anglin committed
    • re PR other/7956 (unreadable error on -m64 with --disable-multilib) · 1713a69f
      	PR other/7956
      	* genmultilib: New variable disable_multilib.  Set it to 'yes'
      	if enable_multilib was set to 'no'.  Emit DISABLE_MULTILIB
      	if disable_multilib was set to 'yes'.
      	* gcc.c: Include multilib.h before tm.h.
      	* config/sparc/sol2-bi.h (LINK_ARCH_SPEC): Emit an error
      	message for multiarch options if DISABLE_MULTILIB is set.
      	* config/sparc/sol2-gld-bi.h (LINK_ARCH_SPEC): Likewise.
      
      From-SVN: r74875
      Eric Botcazou committed
    • Drop test for libunwind 0.95 and earlier. · 28f08c8a
      * configure.in: Delete libunwind_has_eh_support test.
      * configure: Regenerate.
      * config.gcc (ia64*-*-linux*): Delete reference to t-libunwind-no-eh
      and libunwind_has_eh_support check.
      * config/t-libunwind-no-eh: Delete.
      
      From-SVN: r74865
      James E Wilson committed
  10. 19 Dec, 2003 6 commits
  11. 18 Dec, 2003 4 commits
  12. 17 Dec, 2003 3 commits