[Bug gas/26400] Internal error when using .offset with jumps in RISC-V as

2020-09-24 Thread wilson at gcc dot gnu.org
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

[Bug gas/26400] Internal error when using .offset with jumps in RISC-V as

2020-09-24 Thread cvs-commit 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

[Bug gas/26400] Internal error when using .offset with jumps in RISC-V as

2020-09-24 Thread wilson at gcc dot gnu.org
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

[Bug gas/26400] Internal error when using .offset with jumps in RISC-V as

2020-09-23 Thread rswarbrick at gmail dot com
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.

[Bug gas/26400] Internal error when using .offset with jumps in RISC-V as

2020-09-22 Thread wilson at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26400 Jim Wilson changed: What|Removed |Added CC||wilson at gcc dot gnu.org --- Comment #1