bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/827] New: .set expression limitations


From: amodra at bigpond dot net dot au
Subject: [Bug gas/827] New: .set expression limitations
Date: 6 Apr 2005 05:36:33 -0000

The following testcase illustrates bugs in .set.

#Error: symbol definition loop encountered at `x'
 .set x, _undef
 .set x, x+1
 .long x

#No reloc on output!
 .set y, 1
 .set y, y+_undef
 .long y

-- 
           Summary: .set expression limitations
           Product: binutils
           Version: 2.16
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: amodra at bigpond dot net dot au
        ReportedBy: amodra at bigpond dot net dot au
                CC: bug-binutils at gnu dot org
GCC target triplet: i686-linux


http://sources.redhat.com/bugzilla/show_bug.cgi?id=827

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