This just adds the symbol to the symboltable but doesn't update st_value.
I'd prefer to do that in my next patch. I'm not quite familiar with the linker script parsing code so a careful review would be appreciated. Thanks!
Details
Details
- Reviewers
ruiu
Diff Detail
Diff Detail
Event Timeline
Comment Actions
As far I remember, linker script implementation story was suspended with idea that redesign is required at first (please see comments for D19190).
My suggestion for redesign was here: D19976, it is long time without movements.
So I just not sure is it worth to continue that patch when it seems there is no clear desicion about LS design. At least that moment should be
clarified at first I think.
Comment Actions
btw, PROVIDE command implemented in mentioned "[ELF] - Implemented PROVIDE linker script command." (D19190) is
very close to this I think. I would probably combine the PROVIDE tag and such assignments.
But again we need to clarify the design at first.