https://sourceware.org/bugzilla/show_bug.cgi?id=33515

--- Comment #2 from Andreas Schwab <[email protected]> ---
Any symbol starting with .L is not emitted into the object file (unless it is
referenced by a relocation).  Thus the disassembler cannot find out that the
following bytes are pure data.  You need to rename the symbol to, say, LC0,
then marking it as object type will work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to