summaryrefslogtreecommitdiff
path: root/libvtv/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libvtv/ChangeLog')
-rw-r--r--libvtv/ChangeLog75
1 files changed, 69 insertions, 6 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog
index 6295ac3b34..ababa3ecaa 100644
--- a/libvtv/ChangeLog
+++ b/libvtv/ChangeLog
@@ -1,14 +1,77 @@
-2015-12-04 Release Manager
+2016-04-27 Release Manager
- * GCC 5.3.0 released.
+ * GCC 6.1.0 released.
-2015-07-16 Release Manager
+2015-12-02 Matthias Klose <doko@ubuntu.com>
- * GCC 5.2.0 released.
+ * configure.ac: Move AM_ENABLE_MULTILIB before
+ GCC_LIBSTDCXX_RAW_CXX_FLAGS.
+ * configure: Regenerate.
+
+2015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * configure.tgt (*-*-solaris2.[1-9]*): Declare supported.
+ * configure.ac: Call AC_USE_SYSTEM_EXTENSIONS.
+ <*-*-solaris2*>: Check for init priority support.
+ Check for getexecname, __fortify_fail, _obstack_begin.
+ (VTV_NO_OBSTACK): New conditional.
+ * configure: Regenerate.
+ * Makefile.am [VTV_NO_OBSTACK] (obstack.c): Use new condition.
+ Create empty config.h
+ * Makefile.in: Regenerate.
+
+ * vtv_rts.cc [HAVE_GETEXECNAME] (program_invocation_name): New
+ variable.
+ (read_section_offset_and_length) [HAVE_GETEXECNAME]: Set it.
+ (dl_iterate_phdr_callback) [HAVE_GETEXECNAME]: Set it.
+
+ (__fortify_fail): Wrap in HAVE___FORTIFY_FAIL
+ [!HAVE___FORTIFY_FAIL]: Provide non-Cygwin implementation.
+
+ (read_section_offset_and_length): Assert sh_size >= VTV_PAGE_SIZE.
+ (iterate_modules): Fix typo.
+ Use VTV_PAGE_SIZE.
+ (dl_iterate_phdr_callback): Fix typo.
+ Use VTV_PAGE_SIZE.
+ (__VLTChangePermission): Fix typos.
+
+2015-11-09 Alan Modra <amodra@gmail.com>
+
+ * vtv_malloc.cc (obstack_chunk_free): Correct param type.
+ (__vtv_malloc_init): Use obstack_specify_allocation.
+
+2015-10-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
-2015-04-22 Release Manager
+ * configure.tgt (aarch64*-*-linux): Enable.
+ (arm*-*-linux*): Enable.
- * GCC 5.1.0 released.
+2015-10-09 David Malcolm <dmalcolm@redhat.com>
+
+ * testsuite/lib/libvtv.exp: Load multiline.exp before prune.exp,
+ using load_gcc_lib.
+
+2015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ Update copyrights.
+
+2015-08-01 Caroline Tice <cmtice@google.com>
+
+ PR 66521
+ * Makefile.am: Update to match latest tree.
+ * Makefile.in: Regenerate.
+ * testsuite/lib/libvtv: Brought up to date.
+ * vtv_malloc.cc (VTV_DEBUG): Update function call to match renamed
+ function (old bug!).
+ * vtv_rts.cc (debug_functions, debug_init, debug_verify_vtable): Update
+ initializations to work correctly with VTV_DEBUG defined.
+
+2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
+
+ * Makefile.in: Regenerated with automake-1.11.6.
+ * aclocal.m4: Likewise.
+ * configure: Likewise.
+ * testsuite/Makefile.in: Likewise.
+ * testsuite/other-tests/Makefile.in: Likewise.
2015-02-09 Thomas Schwinge <thomas@codesourcery.com>