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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils