X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libgcc%2FChangeLog;h=3a3844d7f38c5870a38d4939a498cc831f6431e5;hb=a3ccd419dcacaf8daafc37a6235940e66b3d2d84;hp=01c35fc536688e323d4c666ec0c6bccdc4c9ec3c;hpb=46222c1821f32a4b0e0840125a1f15e708e78376;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 01c35fc5366..3a3844d7f38 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,158 @@ +2010-04-15 Thomas Schwinge + + * config.host : Handle softfp as for Linux. + +2010-04-12 Rainer Orth + + * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*, + alpha-dec-osf5.0* support. + +2010-04-01 Ralf Corsépius + + * config.host: Add lm32-*-rtems*. + +2010-03-31 Rainer Orth + Uros Bizjak + + PR target/39048 + * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86 + like other remaining 32-bit x86 OSes. + * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun + assembler syntax. + * config/i386/libgcc-sol2.ver: New file. + * config/i386/t-sol2 (SHLIB_MAPFILES): Add it. + +2010-03-30 Jack Howarth + + PR c/43553 + * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@. + * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS + is used and substitute set_use_emutls. + * configure: Regenerated. + +2010-03-30 Tarik Graba + + * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS. + +2010-03-22 Rainer Orth + + PR target/38085 + * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of + MULTILIB_CFLAGS. + ($(T)gcrt1.o): Likewise. + ($(T)crt1.o): Likewise. + ($(T)crti.o): Likewise. + ($(T)crtn.o): Likewise. + +2010-03-01 Ralf Wildenhues + + PR other/42980 + * Makefile.in (install): Use $(MAKE) string in rule, for + parallel make. + +2010-02-22 Hans-Peter Nilsson + + Migrate from broken pre-libgcc legacy support to libgcc-centric rules. + * config/mmix/t-mmix: New file. + * config.host (extra_parts, tmake_file): Set. + +2010-02-02 Jack Howarth + + PR java/41991 + * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to + SHLIB_MAPFILES. + +2010-01-04 Anthony Green + + * config/moxie/crti.asm, config/moxie/crtn.asm, + config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h, + config/moxie/t-moxie: New files. + * config.host: Add t-moxie-softfp reference. + +2009-11-18 Iain Sandoe + + PR other/39888 + * config/t-slibgcc-darwin: Fix embedded rpaths for + --enable-version-specific-runtime-libs, build extension stub + libs exposing features available from current libgcc_s. + +2009-11-11 Jon Beniston + + * config.host: Add lm32 targets. + * config/lm32: New directory. + * config/lm32/libgcc_lm32.h: New file. + * config/lm32/_mulsi3.c: New file. + * config/lm32/_udivmodsi4.c: New file. + * config/lm32/_divsi3.c: New file. + * config/lm32/_modsi3.c: New file. + * config/lm32/_udivsi3.c: New file. + * config/lm32/_umodsi3.c: New file. + * config/lm32/_lshrsi3.S: New file. + * config/lm32/_ashrsi3.S: New file. + * config/lm32/_ashlsi3.S: New file. + * config/lm32/crti.S: New file. + * config/lm32/crtn.S: New file. + * config/lm32/t-lm32: New file. + * config/lm32/t-elf: New file. + * config/lm32/t-uclinux: New file. + +2009-10-26 Nick Clifton + + * config.host: Add support for RX target. + * config/rx: New directory. + * config/rx/rx-abi-functions.c: New file. Supplementary + functions for libgcc to support the RX ABI. + * config/rx/rx-abi.h: New file. Supplementary header file for + libgcc RX ABI functions. + * config/rx/t-rx: New file: Makefile fragment for building + libgcc for the RX. + +2009-10-09 Uros Bizjak + + * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand + constraint of y0 to "g". + +2009-10-07 Andreas Krebbel + + * config.host: Include the s390 makefile fragments. + * config/s390/32/_fixdfdi.c: New file. + * config/s390/32/_fixsfdi.c: New file. + * config/s390/32/_fixtfdi.c: New file. + * config/s390/32/_fixunsdfdi.c: New file. + * config/s390/32/_fixunssfdi.c: New file. + * config/s390/32/_fixunstfdi.c: New file. + * config/s390/32/t-floattodi: New file. + * config/s390/libgcc-glibc.ver: New file. + * config/s390/t-crtstuff: New file. + * config/s390/t-linux: New file. + * config/s390/t-tpf: New file. + +2009-08-24 Ralf Wildenhues + + * configure.ac (AC_PREREQ): Bump to 2.64. + +2009-08-22 Kaz Kojima + + * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee. + +2009-08-22 Ralf Wildenhues + + * configure: Regenerate. + +2009-08-09 Douglas B Rupp + + * config.host (ia64-hp-*vms*): New target. + (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify + with ia64-hp-*vms*. + +2009-07-30 Ralf Wildenhues + + * configure.ac: Add snippet for maintainer-mode. + * configure: Regenerate. + * Makefile.in (AUTOCONF, configure_deps): New variables. + ($(srcdir)/configure)): New rule, active only with maintainer + mode turned on. + 2009-06-23 DJ Delorie Add MeP port. @@ -6,7 +161,7 @@ 2009-06-22 Kai Tietz * config.host: Add i386/${host_address}/t-fprules-softfp and - t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*. + t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*. * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol for mingw targets. @@ -33,7 +188,7 @@ 2009-05-29 David Billinghurst * config.host: Add i386/${host_address}/t-fprules-softfp and - t-softfp to tmake_file for i[34567]86-*-cygwin*. + t-softfp to tmake_file for i[34567]86-*-cygwin*. 2009-04-17 Aurelien Jarno @@ -368,7 +523,7 @@ * config.host: Add i386/${host_address}/t-fprules-softfp to tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*, - i[34567]86-*-linux*, x86_64-*-linux*. + i[34567]86-*-linux*, x86_64-*-linux*. * configure.ac: Set host_address to 64 or 32 for x86. * configure: Regenerated. @@ -464,7 +619,7 @@ * Makefile.in: Use @shlib_slibdir@ substitution to get correct install name on darwin. * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name. - + 2007-12-15 Hans-Peter Nilsson * config.host (crisv32-*-elf, crisv32-*-none): New, same as @@ -524,7 +679,7 @@ * config/t-tls: New file. - * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@. + * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@. * configure.ac: Include ../config/enable.m4 and ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler @@ -538,7 +693,7 @@ 2007-06-14 Danny Smith * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to - extra_parts. Add config/i386/t-cygming to tmake_file. + extra_parts. Add config/i386/t-cygming to tmake_file. * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o. 2007-05-29 Zuxy Meng @@ -663,7 +818,7 @@ * configure.ac: Add GCC_TOPLEV_SUBDIRS. * configure: Regenerate. * Makefile.in (host_subdir): Substitute it. - (gcc_objdir): Use it. + (gcc_objdir): Use it. 2007-01-04 Daniel Jacobowitz