https://sourceware.org/bugzilla/show_bug.cgi?id=26395
Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nickc at redhat dot com --- Comment #10 from Nick Clifton <nickc at redhat dot com> --- Created attachment 13354 --> https://sourceware.org/bugzilla/attachment.cgi?id=13354&action=edit Proposed patch Hi Guys, I have applied a patch to fix PR 27217, but that does not handle the second test case in this PR. So I have created a second patch here. With this applied the test fails to assemble, like this: % echo "add x3,x3,:lo12:4" | aarch64-linux-gnu-as {standard input}: Assembler messages: {standard input}:1: Error: relocation extension cannot be used with a constant at operand 3 -- `add x3,x3,:lo12:4' I feel that this is the correct way to handle this particular case, but you may not agree. Opinions ? Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug.