]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libvtv/ChangeLog
Fix fallout from re-enabling profile consistency checks.
[thirdparty/gcc.git] / libvtv / ChangeLog
index 8e7b9513fcb6e034bf500166498fccdfc37d52b6..88705423c4b04669b44376ddc7b6e5af6c2d269e 100644 (file)
@@ -1,3 +1,45 @@
+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
        (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