https://sourceware.org/bugzilla/show_bug.cgi?id=26400
Jim Wilson changed:
What|Removed |Added
Assignee|unassigned at sourceware dot org |wilson at gcc dot
gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26400
--- Comment #4 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Jim Wilson :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=743f5cfc006375655a20f255d25f6b8e1452b30b
commit 743f5cfc006375655a20f255d25f6
https://sourceware.org/bugzilla/show_bug.cgi?id=26400
--- Comment #3 from Jim Wilson ---
A linker script is the normal GNU ld solution for putting code at specific
addresses. I see that there is an option
--section-start=SECTIONNAME=ORG
but I have no experience using that.
Yes we need to fi
https://sourceware.org/bugzilla/show_bug.cgi?id=26400
--- Comment #2 from Rupert Swarbrick ---
> Why are you trying to put instructions in the absolute section? Maybe this
> did
> something useful with very old a.out or coff targets, but not for ELF? You
> did say
> the code was pretty old.
https://sourceware.org/bugzilla/show_bug.cgi?id=26400
Jim Wilson changed:
What|Removed |Added
CC||wilson at gcc dot gnu.org
--- Comment #1