OSDN Git Service

2003-01-13 Joel Sherrill <joel@OARcorp.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 626823b..c222404 100644 (file)
@@ -1,3 +1,213 @@
+2003-01-13     Joel Sherrill <joel@OARcorp.com>
+
+       * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
+       RTEMS code knows which C++ initialization style the toolset
+       configuration is using. This was tracked as PR9295.
+
+2003-01-29     Joel Sherrill <joel@OARcorp.com>
+
+       * config/m68k/t-crtstuff: Replace spaces with tabs, add 
+        $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
+       This issue was tracked as PR9293.
+
+2003-01-29     Joel Sherrill <joel@OARcorp.com>
+
+       * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
+       RTEMS threads.
+       * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
+       This issue was tracked as PR9292.
+
+2003-01-29  Nick Clifton  <nickc@redhat.com>
+
+       * Makefile.in (c-parse.o): Locate source file in $(parsedir)
+       not $(srcdir).
+
+2003-01-29  Andrew Haley  <aph@redhat.com>
+
+       * tree-inline.c (walk_tree): Add CHAR_TYPE.
+
+Wed Jan 29 10:26:12 CET 2003  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (subdi3_carry_rex64): Fix typo.
+
+2003-01-28  Fariborz Jahanian  <fjahanian@apple.com>
+
+       * pt.c (last_pending_template) Declare GTY().
+
+2003-01-28  Stan Shebs  <shebs@apple.com>
+
+       * coretypes.h (cpp_reader): Forward declare struct.
+       * c-pragma.h (cpp_reader): Remove forward declaration.
+       * hashtable.h (cpp_reader): Likewise.
+       * scan.h (cpp_reader): Likewise.
+       * tree.h (cpp_reader): Likewise.
+       * config/darwin-protos.h (cpp_reader): Likewise.
+       * config/arm/arm-protos.h (cpp_reader): Likewise.
+       * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
+       struct cpp_reader in prototypes.
+
+2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
+
+       * doc/install.texi: Add documentation for installation into
+       tooldirs and with DESTDIR.
+
+2003-01-28  Richard Henderson  <rth@redhat.com>
+
+       * config.gcc (ia64*-*-aix*): Remove.
+       * config/ia64/aix.h, config/ia64/t-aix: Remove file.
+       * config/ia64/unwind-aix.c: Remove file.
+
+2003-01-28  Andreas Schwab  <schwab@suse.de>
+
+        * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
+        register.
+        * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
+        * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
+        * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
+        * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
+        * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
+        * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
+        * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
+
+2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
+
+       * combine.c (nonzero_bits): Fix check for negative divide operands.
+
+2003-01-28  Richard Henderson  <rth@redhat.com>
+
+       * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
+       * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
+
+2003-01-28  Richard Henderson  <rth@redhat.com>
+
+       * cse.c (find_best_addr): Kill !ADDRESS_COST code.
+
+       * config/cris/cris.c (cris_address_cost): Make static.
+       (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
+       * config/cris/cris.h (ADDRESS_COST): Remove.
+       * config/cris/cris-protos.h: Update.
+
+2003-01-23  Mike Stump  <mrs@apple.com>
+
+       * regclass.c (init_reg_autoinc): New function.
+       (regclass): Move initialization of forbidden_inc_dec_class from
+       here...
+       (init_regs): to here.  Avoids reinitialization for each function,
+       saving compilation time.
+
+2003-01-28  Jason Merrill  <jason@redhat.com>
+
+       * cpplib.h (struct cpp_options): Add warn_deprecated field.
+       * cppinit.c (cpp_create_reader): Turn it on by default.
+       * c-opts.c (c_common_decode_option): Set it.
+       * cpplib.c (do_pragma_once): Only complain about #pragma once
+       if warn_deprecated is set.
+
+2003-01-28  Dale Johannesen  <dalej@apple.com>
+
+       * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
+       * loop.c (scan_loop):  Move movables on -Os rich-register targets.
+       * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
+
+2003-01-28  Richard Henderson  <rth@redhat.com>
+
+       * target.h (targetm.address_cost): New.
+       * target-def.h (TARGET_ADDRESS_COST): New.
+       (TARGET_RTX_COSTS): Uncomment.  Oops.
+       * cse.c (address_cost): Use new target hook.
+       (default_address_cost): New.
+       * output.h (default_address_cost): Declare.
+       * hooks.c (hook_int_rtx_0): New.
+       * hooks.h (hook_int_rtx_0): Declare.
+       * loop.c (combine_givs_p): Remove if 0 code.
+       * system.h (ADDRESS_COST): Poison.
+
+       * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
+       config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
+       config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
+       config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
+       config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
+       config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
+       config/xtensa/xtensa.c, config/xtensa/xtensa.h
+       (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
+       (ADDRESS_COST): Remove.
+
+       * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
+       config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
+       config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
+       config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
+       config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
+       config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
+       config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
+       config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
+       config/mips/mips.c, config/mips/mips.h, 
+       config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
+       config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h, 
+       config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
+       config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
+       config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
+       config/vax/vax.c, config/vax/vax.h
+       (foo_address_cost): Make static.
+       (TARGET_ADDRESS_COST): New.
+       (ADDRESS_COST): Remove.
+
+       * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
+       config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
+       config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
+       config/stormy16/stormy16.h
+       (ADDRESS_COST): Move code ...
+       (foo_address_cost): ... here.
+       (TARGET_ADDRESS_COST): New.
+
+       * config/m32r/m32r.c (m32r_address_cost): Remove.
+       * config/m32r/m32r-protos.h: Update.
+
+       * config/mmix/mmix.c (mmix_address_cost): Remove.
+       * config/mmix/mmix-protos.h: Update.
+
+       * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
+       mn10300_address_cost; move unsig allocation ...
+       (mn10300_address_cost): ... here.
+       (TARGET_ADDRESS_COST): New.
+       * config/mn10300/mn10300-protos.h: Update.
+       * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
+
+       * doc/tm.texi: Update.
+
+2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
+
+       * haifa-sched.c (schedule_insn): Return necessary cycle advance
+       after issuing the insn.
+       (rank_for_schedule): Make a insn with /S the highest priority
+       insn.
+       (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
+       (choose_ready): Check SCHED_GROUP_P.
+       (schedule_block): Advance cycle after issuing insn if it is
+       necessary.  Don't reorder insns if there is an insn with /S.
+       (set_priorities): Ignore schedule groups.
+
+       * sched-deps.c (remove_dependence, group_leader): Remove the
+       functions.
+       (add_dependence): Ignore schedule groups.
+       (set_sched_group_p): Don't make copy of dependencies from previous
+       insn of the schedule group.  Add anti-dependency to the previous
+       insn of the schedule group.
+       (compute_forward_dependences): Ignore schedule groups.
+
+       * sched-ebb.c (init_ready_list): Ignore schedule groups.
+
+       * sched-rgn.c (init_ready_list): Ditto.
+       (can_schedule_ready_p): Ditto.
+       
+2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
+
+       * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
+       register to another one.
+
+2003-01-28  Richard Henderson  <rth@redhat.com>
+
+       * calls.c (default_must_pass_in_stack): Fix typo in !type case.
+
 2003-01-28  Roger Sayle  <roger@eyesopen.com>
 
        * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
@@ -344,13 +554,13 @@ Tue Jan 28 12:15:13 CET 2003  Jan Hubicka  <jh@suse.cz>
 
 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
 
-        * reload.c (maybe_memory_address_p): New function.
-        (find_reloads_address): Use it instead of memory_address_p.
+       * reload.c (maybe_memory_address_p): New function.
+       (find_reloads_address): Use it instead of memory_address_p.
 
 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        * final.c (shorten_branches): Align the address of code label
-        when computing initial lengths and addresses.
+       when computing initial lengths and addresses.
 
 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>