bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/5543] Assembler crashes on .set


From: vda dot linux at googlemail dot com
Subject: [Bug gas/5543] Assembler crashes on .set
Date: 21 Feb 2008 12:00:03 -0000

------- 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]