https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30417

Senthil Kumar Selvaraj <saaadhu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |saaadhu at gcc dot gnu.org

--- Comment #12 from Senthil Kumar Selvaraj <saaadhu at gcc dot gnu.org> ---
This works if the start of data is specified as -Tdata 0xaddress. Other ways of
specifying the same thing don't work; -Tdata=0xaddress, -Wl,-Tdata=0xaddress or
-Wl,-Tdata,0xaddress all fail.

Do you know why the linker picks the option first appearing on the commandline,
rather than the usual last?

Reply via email to