X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=dcf12bb273e2b64d0aef3f71ce2b102c700275c6;hb=173373c6f6388171d1d62a217fae90a052395be2;hp=5d94ca90bb0fc2f2e9ca3c0168ddc81b59433e5e;hpb=abca8d871a6f8f4d7f9762133e1af637869da1bb;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index 5d94ca90bb..dcf12bb273 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2014-05-14 Sandra Loosemore + + * configure.ac (target_makefile_frag): Set for nios2-*-elf*. + * configure: Regenerated. + +2014-03-26 Jakub Jelinek + + PR sanitizer/56781 + * Makefile.def: Set bootstrap=true; for host fixincludes. + * configure.ac: Don't bootstrap host fixincludes unless + --with-build-config=bootstrap-{a,ub}san. + * Makefile.in: Regenerated. + * configure: Regenerated. + +2014-03-21 Jakub Jelinek + + * configure.ac: Move BUILD_CONFIG set up earlier. Add + --enable-vtable-verify option parsing. Don't add + target-libsanitizer to bootstrap_target_libs unless + --with-build-config=bootstrap-asan or + --with-build-config=bootstrap-ubsan. Don't add target-libvtv + to bootstrap_target_libs unless --enable-vtable-verify. + * configure: Regenerated. + 2014-03-07 Jakub Jelinek PR bootstrap/58572