[PATCH] bug 5543: do not allow register symbols to be global
Denys Vlasenko
vda.linux@googlemail.com
Thu Feb 21 11:40:00 GMT 2008
Hello,
Attached patch fixes bug 5543 for me.
With this patch:
.globl foo
.set foo,(%eax)
z.s: Assembler messages:
z.s:2: Error: attempt to produce global register symbol
and
.set foo,(%eax)
.globl foo
z2.s: Assembler messages:
z2.s:2: Error: cannot make register symbol global
--
vda
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_5543_fix.patch
Type: text/x-diff
Size: 1058 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20080221/2dade53b/attachment.bin>
More information about the Binutils
mailing list