]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump. releases/gcc-15
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 7 Nov 2025 00:27:25 +0000 (00:27 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 7 Nov 2025 00:27:25 +0000 (00:27 +0000)
gcc/ChangeLog
gcc/DATESTAMP

index fb9b2fea697382fd431ff946e3482c062cb43b2f..899b2447429223bfb0740f795ce0ab2aa5442dbb 100644 (file)
@@ -1,3 +1,23 @@
+2025-11-06  Georg-Johann Lay  <avr@gjlay.de>
+
+       Backported from master:
+       2025-11-06  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/122516
+       * config/avr/elf.h (SUPPORTS_SHF_GNU_RETAIN): Define if
+       HAVE_GAS_SHF_GNU_RETAIN.
+
+2025-11-06  Georg-Johann Lay  <avr@gjlay.de>
+
+       Backported from master:
+       2025-11-06  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr.cc (avr_output_addr_vec): Output
+       a valid opcode prior to the first gs() label provided:
+       - The code is compiled for an arch that has AVR-SD mcus, and
+       - the function has a "section" attribute, and
+       - the function has a gs() label addresses switch/case table.
+
 2025-11-03  Jeff Law  <jlaw@ventanamicro.com>
 
        Backported from master:
index 02b442ec20c82681b96afa1a163718334245850b..da14cf481a5b74ee046247999c285daa8e8f85de 100644 (file)
@@ -1 +1 @@
-20251106
+20251107