[Bug ld/27566] [RISC-V] relocation truncated to fit: R_RISCV_GPREL_I against aymbol

2021-03-26 Thread nelsonc1225 at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27566 --- Comment #6 from Nelson Chu --- Jim's assumption is right, the gp won't overlap the rodata. But it could overlap the symbol defined in the rodata, and it's value plus a constant. .align 3 .globl hello_rodata .set hello_rodata

[Bug gas/27538] Wrong summary for alternate option at as/Invoking

2021-03-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27538 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #2

[Bug gas/27217] aarch64 as Internal error in md_apply_fix at ....../gas/config/tc-aarch64.c:8330.

2021-03-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27217 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #2

[Bug gas/27217] aarch64 as Internal error in md_apply_fix at ....../gas/config/tc-aarch64.c:8330.

2021-03-26 Thread joel.sherrill at oarcorp dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27217 --- Comment #3 from Joel Sherrill --- (In reply to Nick Clifton from comment #2) > Created attachment 13329 [details] > Proposed patch > > Hi Joel, > > Please could you try out this patch and let me know if it works for you ? > > Cheers >