https://sourceware.org/bugzilla/show_bug.cgi?id=17107
--- Comment #6 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Georg-Johann Lay <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=857d54be69c5da3737dd9c50c6c9f36ed9a14754 commit 857d54be69c5da3737dd9c50c6c9f36ed9a14754 Author: Georg-Johann Lay <[email protected]> Date: Tue Jun 23 14:02:21 2026 +0200 AVR: PR17107 - Add more .gnu.linkonce to avr.sc This patch adds pattern rules for .gnu.linkonce.t* and .gnu.linkone.b* to the .text resp. .bss output sections. Though that's probably not needed any more since G++ is using COMDAT today. .gnu.linkonce.d* for .data and .gnu.linkone.r* for .rodata are already there. PR ld/17107 ld/ * scripttempl/avr.sc (.bss) [RELOCATING]: Add *(.gnu.linkonce.b*). (.text) [RELOCATING]: Add *(.gnu.linkonce.t*). -- You are receiving this mail because: You are on the CC list for the bug.
