------- Additional Comments From vda dot linux at googlemail dot com  
2008-02-21 12:00 -------
Created an attachment (id=2279)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2279&action=view)
Fix for bug 5543: disallow symbols .set to register name to be .global

Behavior 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


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5543

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to