X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=f655adc33cfa8247b6e3f949d0a1e83d236dbc7a;hb=a882be685b00546c352592a4e7a17472fea8e7f8;hp=9724abe882e05956c3d0990b3473a6feba42cd00;hpb=7ec59b9efafe625e0794f2844d99c9b7dea4c56a;p=external%2Fbinutils.git diff --git a/ChangeLog b/ChangeLog index 9724abe..f655adc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,102 @@ +2012-10-23 Eric Botcazou + + PR bootstrap/54820 + * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5. + * configure: Regenerate. + +2012-10-22 Eric Botcazou + + PR bootstrap/54820 + * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable. + (all-[+prefix+][+module+]): Pass stage1_args to sub-makes. + (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. + (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. + (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS. + * Makefile.in: Regenerate. + * configure.ac (have_static_libs): New variable and associated check. + (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++ + -static-libgcc if stage1_libs is empty and have_static_libs is yes. + * configure: Regenerate. + +2012-10-10 David Holsgrove + + * config.guess, config.sub: Include updated version from + config-patches. Adds microblaze little endian support. + +2012-09-28 Ian Lance Taylor + + * Makefile.def: Make all-target-libgo depend on + all-target-libbacktrace. + * Makefile.in: Rebuild. + +2012-09-26 Ian Lance Taylor + + * Makefile.def: Make all-gcc depend on all-libbacktrace. + * Makefile.in: Rebuild. + +2012-09-06 Diego Novillo + + * configure.ac: Bump minimum GMP version to 4.2.3. + * configure: Re-generate. + +2012-09-05 Georg-Johann Lay + + PR target/54461 + * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib, + target-libgloss if not configured --with-avrlibc=no. + * configure: Regenerate. + +2012-09-04 Jason Merrill + + * configure.ac: Fix --enable-languages=all. + +2012-09-03 Richard Guenther + + PR bootstrap/54138 + * configure.ac: Re-organize ISL / CLOOG checks to allow + disabling with either --without-isl or --without-cloog. + * configure: Regenerated. + +2012-09-03 Georg-Johann Lay + + * configure.ac (noconfigdirs,target=avr): Add target-libquadmath. + * configure: Regenerate. + +2012-09-21 Steve Ellcey + + * configure.ac: Add mips*-mti-elf* target. + * configure: Regenerate. + +2012-09-19 Ian Lance Taylor + + * configure.ac (host_libs): Add libbacktrace. + (target_libraries): Add libbacktrace. + * Makefile.def (host_modules): Add libbacktrace. + (target_modules): Likewise. + * configure, Makefile.in: Rebuild. + +2012-09-15 Jiong Wang + + * configure.ac (ENABLE_GOLD): support tilegx* + * configure: rebuild + +2012-09-14 David Edelsohn + + PR target/38607 + Merge upstream change. + * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX. + + * configure.ac: Add target-libquadmath to noconfigdirs for AIX. + Add libgomp*.o to compare_exclusions for AIX. + * configure: Regenerate. + +2012-08-26 H.J. Lu + + PR binutils/4970 + * Makefile.def (host_modules): Rmove lib_path=.libs from bfd + and opcodes. + * Makefile.in: Regenerated. + 2012-08-14 Diego Novillo Merge from cxx-conversion branch.