This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
with the new binutils-2.17, it'd be good to switch to using the generic elf.sc file ... but this _ prefix is standing in the way
ways to deal with this at the moment: - copy elf.sc to bfin.sc again and just insert the _ symbols as needed - tweak PROVIDE() to automatically insert a configurable prefix
from what i can tell after reading the ld docs, PROVIDE is generally for setting up automatic symbol values when referenced via higher level code (like C) ... so making PROVIDE "smarter" and having it insert the same prefixes that higher level language parsers seems like a good idea to me :)
Cheers Nick
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |