https://sourceware.org/bugzilla/show_bug.cgi?id=18347
Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Nick Clifton <nickc at redhat dot com> --- Hi Solra, This was an interesting one. The problem is that "LDR = garbage" is a valid GAS operation - it sets a symbol called "LDR" to the value of an (undefined in this case) symbol called "garbage". Hence there was no warning message, and no LDR instruction in the output. Please could you try out the uploaded patch as a possible fix for this problem ? It makes the ARM port of GAS issue a warning message when the user attempts to create a symbol with the same name as an ARM instruction. One thing that I am not sure about is whether we need a command line option to suppress this warning, in the case that the user really does want to create a symbol that matches an instruction. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils