OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.git] / libgcc / ChangeLog
index bb5bc0f..1a44c76 100644 (file)
@@ -1,3 +1,249 @@
+2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * Makefile.in (cpu_type): Define.
+       * config.host (i[34567]86-*-rtems*): Handle it.
+       (i[34567]86-*-solaris2*): Move body ...
+       (*-*-solaris2*): ... here.
+       New case, generalize.
+       (sparc-*-elf*): Handle it.
+       (sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
+       (sparc-*-rtems*, sparc64-*-rtems*); Handle it.
+       (sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
+       Fold into ...
+       (sparc*-*-solaris2*): ... this.
+       New case.
+       (sparc64-*-elf*): Handle it.
+       * config/gmon-sol2.c: Move from ../gcc/config/sparc.
+       Merge ../gcc/config/i386/gmon-sol2.c.
+       * config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
+       Use C comments.
+       Merge ../gcc/config/i386/sol2-gc1.asm.
+       * config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
+       Use C comments.
+       * config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
+       Use C comments.
+       * config/i386/t-crtfm (crtfastmath.o): Use $<.
+       * config/i386/t-crtstuff: New file.
+       * config/i386/t-softfp: New file.
+       * config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
+       $(T)crti.o, $(T)crtn.o): Remove.
+       (gcrt1.o): New rule.
+       (TARGET_LIBGCC2_CFLAGS): Remove.
+       * config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
+       * config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
+       * config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
+       * config/sparc/t-sol2: New file.
+       * config/sparc/t-crtfm: Move to ...
+       * config/t-crtfm: ... this.
+       Use $(cpu_type), $<.
+       * config/t-crtin: New file.
+       * config/sparc/t-softfp: New file.
+       * config/sparc/t-softmul: New file.
+       * config/t-rtems: New file.
+       * config/t-slibgcc: New file.
+       * config/t-slibgcc-elf-ver: New file.
+       * config/t-slibgcc-gld: New file.
+       * config/t-slibgcc-sld: New file.
+       * config/t-sol2: New file.
+       * configure.ac: Include ../config/lib-ld.m4.
+       Call AC_LIB_PROG_LD_GNU.
+       Substitute cpu_type.
+       * configure: Regenerate.
+
+2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
+
+       PR bootstrap/49173
+       * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
+       libgcc-std.ver in the build directory.
+       * config/s390/t-linux (SHLIB_MAPFILES): Likewise.
+       * config/sh/t-linux (SHLIB_MAPFILES): Likewise.
+
+2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
+
+       * libgcc-std.ver.in: New file.
+       * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
+       variables.
+       (libgcc-std.ver): New rule.
+       * config/t-gnu-prefix: New file.
+
+2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
+
+2011-05-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/i386/darwin-lib.h: New file.
+
+2011-05-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/arm/symbian-lib.h: New.
+
+2011-05-04  Chris Demetriou  <cgd@google.com>
+
+       * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
+       (__x86.get_pc_thunk.bx): ...this.
+       (__morestack): Adjust for rename, remove undef of __i686.
+
+2011-05-03  Chris Demetriou  <cgd@google.com>
+
+       * config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
+
+2011-03-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
+       arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
+       m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
+       powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
+       sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
+       Remove cases.
+
+2011-03-14  Andreas Tobler  <andreast@fgznet.ch>
+
+       * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
+       Adjust copyright year.
+
+2011-03-07  Ian Lance Taylor  <iant@google.com>
+
+       * generic-morestack.c (__splitstack_find): Adjust returned stack
+       pointer to include all registers pushed by __morestack.
+
+2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       PR target/40125
+       * configure.ac: Call ACX_NONCANONICAL_TARGET.
+       (toolexecdir): Calculate and AC_SUBST.
+       (toolexeclibdir): Likewise.
+       * Makefile.in (target_noncanonical): Import.
+       (toolexecdir): Likewise.
+       (toolexeclibdir): Likewise.
+       * configure: Regenerate.
+
+2010-12-13  Nathan Froyd  <froydnj@codesourcery.com>
+
+       PR target/46040
+       * config/arm/bpabi.h: Rename to...
+       * config/arm/bpabi-lib.h: ...this.
+
+2010-12-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
+       appropriate.
+       * configure: Regenerate.
+
+2010-11-24  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
+       __FLOAT_WORD_ORDER__.
+       * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
+       Delete.
+
+2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR other/46202
+       * Makefile.in (install-strip): New phony target.
+
+2010-11-07  Ian Lance Taylor  <iant@google.com>
+
+       PR target/46089
+       * config/i386/morestack.S (__morestack_large_model): New
+       function.
+
+2010-10-23  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
+       Delete.
+       (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
+
+2010-10-14  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * config/arm/bpabi.h: New file.
+       * config/frv/frv-abi.h: New file.
+
+2010-10-01  Ian Lance Taylor  <iant@google.com>
+
+       * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
+       * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
+
+2010-10-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/45858
+       * config.host: Add the missing `$'.
+
+2010-09-30  Michael Eager  <eager@eagercon.com>
+
+       * config.host: Add microblaze*-*-*.
+       * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
+       muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
+       udivsi3.asm,umodsi3.asm}:  New.
+
+2010-09-28  Ian Lance Taylor  <iant@google.com>
+
+       * configure.ac: Adjust CFI test to test assembler directly rather
+       than checking gcc preprocessor macro.
+       * configure: Rebuild.
+
+2010-09-27  Ian Lance Taylor  <iant@google.com>
+
+       * configure.ac: Test whether assembler supports CFI directives.
+       * config.host: Only add t-stack and i386/t-stack-i386 to
+       tmake_file if libgcc_cv_cfi is "yes".
+       * configure: Rebuild.
+
+2010-09-27  Ian Lance Taylor  <iant@google.com>
+
+       * generic-morestack.h: New file.
+       * generic-morestack.c: New file.
+       * generic-morestack-thread.c: New file.
+       * config/i386/morestack.S: New file.
+       * config/t-stack: New file.
+       * config/i386/t-stack-i386: New file.
+       * config.host (i[34567]86-*-linux* and friends): Add t-stack and
+       i386/t-stack-i386 to tmake_file.
+
+2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * Makefile.in (libgcc-extra-parts):  Check for static archives and
+       invoke ranlib after installing them.
+       (gcc-extra-parts): Likewise.
+       (install-leaf): Likewise.
+
+2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure: Regenerated.
+
+2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
+
+       * configure: Regenerated.
+
+2010-09-09  Gerald Pfeifer  <gerald@pfeifer.com>
+           Andrew Pinski  <pinskia@gmail.com>
+
+       PR target/40959 
+       * config.host (ia64*-*-freebsd*): Set extra_parts.  Set tmake_file.
+
+2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/45524
+       * configure: Regenerated.
+
+2010-09-06  Andreas Schwab  <schwab@redhat.com>
+
+       * configure: Regenerate.
+
+2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
+       64bit targets.
+       (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
+       for 64bit targets.
+
+2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
+           Iain Sandoe  <iains@gcc.gnu.org>
+
+       PR target/45476
+       * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
+       LIB2FUNCS_EXCLUDE functions.
+
 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.