mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-20 05:26:56 +08:00
Add the section offset to the symbol value.
This commit is contained in:
parent
42f766f0ca
commit
f4d580bc73
@ -803,7 +803,7 @@ namespace rld
|
||||
*/
|
||||
externs.push_back (external (strtab.size () + 2,
|
||||
rap_sec,
|
||||
sec.osecs[symsec] + sym.value (),
|
||||
sec.offset + sec.osecs[symsec] + sym.value (),
|
||||
sym.info ()));
|
||||
|
||||
symtab_size += external::rap_size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user