]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 20 Jan 2022 00:17:47 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 20 Jan 2022 00:17:47 +0000 (00:17 +0000)
contrib/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
libsanitizer/ChangeLog

index 60e94c7f2d72c739722978908f4479c7aabde7fc..ae9e5c1b1479a6027211a90aee6085da98ff4cf9 100644 (file)
@@ -1,3 +1,9 @@
+2022-01-19  Martin Liska  <mliska@suse.cz>
+
+       * git-backport.py: Sync from master.
+       * git-commit-mklog.py: Likewise.
+       * git-fix-changelog.py: New file.
+
 2022-01-17  Martin Liska  <mliska@suse.cz>
 
        Backported from master:
index 71126d3d29cc28007d8dc891985be7132d419b5c..261c631b6a287e74d21eaf90a07f58942a31f8ea 100644 (file)
@@ -1 +1 @@
-20220119
+20220120
index 277fbcd6a15f293210243d0e2c5407db439611fd..ec298582d58654b0ec5b6a62cd394a468c4a7579 100644 (file)
@@ -1,3 +1,25 @@
+2022-01-19  H.J. Lu  <hjl.tools@gmail.com>
+
+       Backported from master:
+       2022-01-19  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR ada/103538
+       * gcc-interface/Makefile.in (target_cpu): Set to x32 for
+       x86_64-linux-gnux32.
+
+2022-01-19  H.J. Lu  <hjl.tools@gmail.com>
+
+       Backported from master:
+       2022-01-19  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR ada/103538
+       * Makefile.rtl (LIBGNAT_TARGET_PAIRS): Add
+       $(TRASYM_DWARF_UNIX_PAIRS),
+       s-tsmona.adb<libgnat/s-tsmona__linux.adb,
+       $(GNATRTL_128BIT_PAIRS).
+       (EXTRA_GNATRTL_NONTASKING_OBJS): Add $(TRASYM_DWARF_UNIX_OBJS)
+       and $(GNATRTL_128BIT_OBJS).
+
 2021-09-14  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/decl.c (validate_size): Do not issue an error if the
index 400b5b5803342fb1e0fc5e918b797fe5b887058a..ef7cb9aa071377790732d130de45df4859b03bf6 100644 (file)
@@ -1,3 +1,12 @@
+2022-01-19  H.J. Lu  <hjl.tools@gmail.com>
+
+       Backported from master:
+       2022-01-12  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR sanitizer/102911
+       * asan/asan_malloc_linux.cpp (kDlsymAllocPoolSize): Set it to
+       8192 on Linux.
+
 2021-08-05  Martin Liska  <mliska@suse.cz>
 
        PR sanitizer/101749