OSDN Git Service

* doc/install.texi (*-*-freebsd*): Update to latest status.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 0a2d1c5..31da6be 100644 (file)
@@ -1,3 +1,89 @@
+2002-05-02  Loren J. Rittle  <ljrittle@acm.org>
+
+       * doc/install.texi (*-*-freebsd*): Update to latest status.
+
+2002-05-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/6540
+       * config.gcc (sparc*-*-solaris2*): Set float_format to i128.
+       * config/float-sparc.h: Assume 128-bit long double if
+       __LONG_DOUBLE_128__ is defined.
+
+2002-05-02  Vladimir Makarov  <vmakarov@redhat.com>
+
+       * genattrtab.c (write_function_unit_info): Add a dummy element
+       when num_units == 0.
+
+2002-05-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
+
+       * predict.c: (propagate_freq, estimate_bb_frequencies): Use
+       TYPE_MODE (double_type_node) instead of DFmode.
+
+Thu May  2 19:50:04 CEST 2002  Jan Hubicka  <jh@suse.cz>
+
+       * cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed
+       jumps post reload.
+       * toplev.c (rest_of_compilation): Revert Richard's patch.
+
+2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa/x-ada (ADA_CFLAGS): Rename to X_ADA_CFLAGS.
+
+2002-05-02  Catherine Moore  <clm@redhat.com>
+
+       * config/v850/v850.h (TRAMPOLINE_TEMPLATE): Change r5 to r20.
+
+2002-05-02  Kazu Hirata  <kazu@hxi.com>
+
+       * combine.c: Fix comment typos.
+       * expr.c: Likewise.
+       * genautomata.c: Likewise.
+       * stmt.c: Likewise.
+       * tree.h: Likewise.
+
+2002-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/install.texi: State GNAT version requirements.
+
+2002-05-02  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form
+       of the frame pointer or arg pointer register which strict register
+       checking is not enabled.
+
+2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
+
+        * gcc.dg/altivec-8.c: New.
+
+        * config/rs6000/rs6000.c (rs6000_legitimate_address): Disallow
+        PRE_INC and PRE_DEC for altivec modes.
+
+2002-05-01  Bruce Korb  <bkorb@gnu.org>
+
+       * fixinc/check.tpl(set-writable): make sure the function exists first
+       * fixinc/inclhack.def(alpha_assert): fix test_text
+       * fixinc/tests/base/assert.h: add in missing result
+
+2002-05-01  Jeff Law  <law@redhat.com>
+
+       * pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the
+       'T' constraint.
+
+2002-05-01  Joel Brobecker  <brobecker@gnat.com>
+
+       * dbxout.c (dbxout_type): Emit size information for range types,
+       as well, but only when using GDB extensions.
+
+2002-05-01  Richard Henderson  <rth@redhat.com>
+
+       * configure.in (HAVE_GAS_HIDDEN): Replace SPARC feature test with
+       target-independent gnu binutils date test.
+
+2002-05-01  Richard Henderson  <rth@redhat.com>
+
+       * cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump
+       info before expunging the block.
+
 2002-05-01  Jakub Jelinek  <jakub@redhat.com>
 
        * cppinit.c (cpp_handle_option) [-dM]: Don't set no_output here...