[patch, avr, applied] PR17107: Add more .gnu.linkonce section patterns to avr.sc
Georg-Johann Lay
avr@gjlay.de
Tue Jun 23 12:24:47 GMT 2026
Added rules for .gnu.linkonce.t* and .gnu.linkone.b* to avr.sc.
Applied to trunk as obvious.
Johann
--
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*).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: binutils-linkonce.diff
Type: text/x-patch
Size: 668 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20260623/e62f12eb/attachment.bin>
More information about the Binutils
mailing list