bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/17107] AVR Linker Scripts missing gnu.linkonce sections


From: gjl at gcc dot gnu.org
Subject: [Bug ld/17107] AVR Linker Scripts missing gnu.linkonce sections
Date: Wed, 02 Jul 2014 18:26:35 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=17107

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |avr
           Priority|P2                          |P3
                 CC|                            |senthil.thecoder at gmail dot 
com

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Following sections are missing from the avr linker scripts:

For .text:

.gnu.linkonce.t
.gnu.linkonce.t.*

For .rodata (part of .data):

.gnu.linkonce.r
.gnu.linkonce.r.*

For .bss:

.gnu.linkonce.b
.gnu.linkonce.b.*

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]