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