]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libvtv/ChangeLog
Fix fallout from re-enabling profile consistency checks.
[thirdparty/gcc.git] / libvtv / ChangeLog
index 60409dafdb0deb0672c7e0e17352fa89889ba49c..88705423c4b04669b44376ddc7b6e5af6c2d269e 100644 (file)
@@ -1,3 +1,80 @@
+2023-01-07  LIU Hao  <lh_mouse@126.com>
+
+       PR middle-end/108300
+       * vtv_malloc.cc: Define `WIN32_LEAN_AND_MEAN` before <windows.h>.
+       * vtv_rts.cc: Likewise.
+       * vtv_utils.cc: Likewise.
+
+2022-10-31  Lulu Cheng  <chenglulu@loongson.cn>
+           qijingwen  <qijingwen@loongson.cn>
+
+       * configure.tgt: Add loongarch support.
+
+2022-10-12  Martin Liska  <mliska@suse.cz>
+
+       * configure: Regenerate.
+
+2022-10-12  Lulu Cheng  <chenglulu@loongson.cn>
+
+       * testsuite/lib/libvtv-dg.exp: Add load_gcc_lib of scansarif.exp.
+
+2022-10-11  Olivier Hainque  <hainque@adacore.com>
+           Olivier Hainque  <hainque@adacore.com>
+
+       * configure: Regenerate.
+
+2022-08-25  Martin Liska  <mliska@suse.cz>
+
+       * configure: Regenerate.
+
+2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * configure: Re-generate.
+
+2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/97865
+       * configure: Regenerate.
+
+2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
+
+       * configure: Regenerate.
+
+2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR bootstrap/95413
+       * configure: Regenerated.
+
+2020-05-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/95147
+       * configure: Regenerated.
+
+2020-05-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure: Regenerated.
+
+2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
+
+       * configure.ac: Handle `--with-toolexeclibdir='.
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * testsuite/Makefile.in: Regenerate.
+
+2020-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
+
+       * configure: Regenerate.
+
+2019-02-19  Caroline Tice <cmtice@google.com>
+
+       Fix testsuite
+       * testsuite/libvtv.cc/const_vtable.cc (main): Fix function signature.
+
 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
 
        Update copyright years.
        (count_all_pages): Likewise.
        (dl_iterate_phdr_count_pages): Don't build on Cygwin and MinGW.
        * libvtv/utils.cc : Include windows.h and skip execinfo.h inclusion on
-        Cygwin and MinGW.
+       Cygwin and MinGW.
        (__vtv_open_log): Exchange call to getuid and getpid with
        GetCurrentProcessId and adjust call to snprintf accordingly on Cygwin
        and MinGW.  Adjust calls to mkdir on MinGW.  Adjust call to open on