[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/19291] constant strings still don't always get relocated prope
From: |
ccoutant at gmail dot com |
Subject: |
[Bug gold/19291] constant strings still don't always get relocated properly in a relocatable built with gold --script |
Date: |
Wed, 25 Nov 2015 17:01:59 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=19291
Cary Coutant <ccoutant at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Cary Coutant <ccoutant at gmail dot com> ---
Fixed on trunk.
Normally, output sections in a relocatable link all start at address 0, so
local symbols need no adjustment. With the linker script, however, the .rodata
section is given a non-zero starting address, and the local symbol .LC0 in that
section is given the wrong value.
--
You are receiving this mail because:
You are on the CC list for the bug.