]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/ChangeLog
Commit the vtable verification feature.
[thirdparty/gcc.git] / libgcc / ChangeLog
index 9020a64394637858d48c39bbd45321d4ad575b61..af42e3e4555beb7c21225812c6932082005a4c60 100644 (file)
@@ -1,3 +1,33 @@
+2013-08-06  Caroline Tice  <cmtice@google.com>
+
+       config.host (extra_parts): Add vtv_start.o, vtv_end.o
+       vtv_start_preinit.o and vtv_end_preinit.o.
+       configure.ac: Add code to check/set enable_vtable_verify.
+       Makefile.in: Add rules to build vtv_*.o, if enable_vtable_verify is
+       true.
+       vtv_start_preinit.c: New file.
+       vtv_end_preinit.c: New file.
+       vtv_start.c: New file.
+       vtv_end.c: New file.
+       configure: Regenerated.
+
+2013-08-01  Maxim Kuvyrkov  <maxim@kugelworks.com>
+
+       * config/aarch64/sfp-machine.h, config/aarch64/sync-cache.c,
+       * config/i386/cpuinfo.c, config/ia64/unwind-ia64.h,
+       * config/mips/vr4120-div.S: Fix license from GPL-3.0+ to
+       GPL-3.0-with-GCC-exception.
+
+2013-07-30  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/mips/mips16.S (DELAYf): Alias to DELAYt for the MIPS IV
+       ISA and up.
+
+2013-07-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/s390/linux-unwind.h: Use the proper dwarf to hard reg
+       mapping for FPRs when creating the fallback framestate.
+
 2013-07-19  Georg-Johann Lay  <avr@gjlay.de>
 
        PR target/57516