OSDN Git Service

* config/bfin/bfin.c (bfin_optimize_loop): If the LSETUP goes before
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index a75ca23..1f525bf 100644 (file)
@@ -1,3 +1,81 @@
+2009-03-26  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * config/bfin/bfin.c (bfin_optimize_loop): If the LSETUP goes before
+       a jump insn, count that jump in the distance to the loop start.
+
+2009-03-25  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       PR target/39523
+       * config/sh/sh.c (calc_live_regs): Fix condition for global
+       registers except PIC_OFFSET_TABLE_REGNUM.
+
+2009-03-25  Kai Tietz  <kai.tietz@onevision.com>
+
+       PR/39518
+       * doc/invoke.texi (-mconsole): New.
+       (-mcygwin): New.
+       (-mno-cygwin): New.
+       (-mdll): New.
+       (-mnop-fun-dllimport): New.
+       (-mthread): New.
+       (-mwin32): New.
+       (-mwindows): New.
+       (sub section "i386 and x86-64 Windows Options"): New.
+
+2009-03-25  Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * config/arm/rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC.
+       * config/rs6000/t-rtems: Remove MULTILIB_EXTRA_OPTS.
+
+2009-03-25  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/39497
+       * Makefile.in (dfp.o-warn): Use -fno-strict-aliasing instead
+       of -Wno-error.
+
+2009-03-25  Andrey Belevantsev  <abel@ispras.ru>
+
+       * config/ia64/ia64.c (ia64_set_sched_flags): Zero spec_info->mask when
+       neither of haifa/selective schedulers are working.
+
+2009-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/invoke.texi (Debugging Options): Fix description of
+       -fno-merge-debug-strings.
+
+2009-03-24  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/libgcc.ver: New version-script.
+       * config/cris/t-linux (SHLIB_MAPFILES): Use it.
+
+       * configure.ac <GAS features, nop mnemonic>: Add pattern
+       crisv32-*-* for "nop".
+       <GAS features, Thread-local storage>: Add item for CRIS and
+       CRIS v32.
+       * configure: Regenerate.
+
+2009-03-24  Ira Rosen  <irar@il.ibm.com>
+
+       PR tree-optimization/39529
+       * tree-vect-transform.c (vect_create_data_ref_ptr): Call
+       mark_sym_for_renaming for the tag copied to the new vector
+       pointer.
+
+2009-03-24  Arthur Loiret  <aloiret@debian.org>
+
+       * config.host (alpha*-*-linux*): Use driver-alpha.o and
+       alpha/x-alpha.
+       * config/alpha/linux.h (host_detect_local_cpu): Declare, add to
+       EXTRA_SPEC_FUNCTIONS.
+       (MCPU_MTUNE_NATIVE_SPECS, DRIVER_SELF_SPECS): New macros.
+       * config/alpha/driver-alpha.c, config/alpha/x-alpha: New.
+       * doc/invoke.texi (DEC Alpha Options): Document 'native' value for
+       -march and -mtune options.
+
+2009-03-24  Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * config/m68k/t-rtems: Add m5329 multilib.
+
 2009-03-24  Dodji Seketeli  <dodji@redhat.com>
            Jakub Jelinek  <jakub@redhat.com>
 
 2009-03-07  Jan Hubicka  <jh@suse.cz>
 
        PR target/39361
-       * tree-inline.c (setup_one_parameter): Do replacement of const argument
-       by constant in SSA form.
+       * tree-inline.c (setup_one_parameter): Do replacement of const
+       argument by constant in SSA form.
 
 2009-03-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>