OSDN Git Service

2004-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 42e3475..c9b1603 100644 (file)
@@ -1,3 +1,41 @@
+2004-03-17  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+       PR target/14620
+       * config/rtems.h: Add STD_LIB_SPEC and LIB_SPEC.
+
+2004-03-17  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/rs6000/t-linux64 (bispecs): Don't add -mlong-double-128 for
+       32-bit builds when defaulting to 32-bit.
+
+2004-03-17  Jan Hubicka  <jh@suse.cz>
+
+       * cfgrtl.c (rtl_create_basic_block): Pre-allocate basic_block_info
+       array.
+
+2004-03-17  James E Wilson  <wilson@specifixinc.com>
+
+       * config/mips/mips.md (zero_extendsidi2): Add length attribute.
+       (hazard_nop): Change type to nop.
+       (type): Split arith into arith, shift, slt, clz.  Delete darith.
+       Fix all uses.  Change arith to multi if more than one insn emitted.
+       * config/mips/5400.md (ir_vr54_arith): Likewise.
+       * config/mips/5500.md (ir_vr55_arith): Likewise.
+       * config/mips/7000.md (rm7_int_other): Likewise.
+       * config/mips/9000.md (rm9k_int): Likewise.
+       * config/mips/sr71k.md (ir_sr70_arith): Likewise.
+
+2004-03-17  Joel Brobecker  <brobecker@gnat.com>
+
+       * dwarf2out.c (subrange_type_die): Define new variable "subtype"
+       to hold the subtype tree instead of recomputing it several times.
+
+2004-03-17  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/mn10300/mn10300.c (notice_update_cc): Don't handle
+       CC_INVERT.
+       * config/mn10300/mn10300.md (cc): Remove "invert".
+
 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * builtins.c (integer_valued_real_p): Add builtin rint.