bug-binutils
[Top][All Lists]
Advanced

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

AS problem


From: PatilSubhash Jayadeep
Subject: AS problem
Date: Tue, 05 Apr 2005 23:53:00 +0000 (GMT)

Hi,

Assembler generated strange error for following code,

        .set tuv, _undef
        .set tuv, tuv+1
        .long tuv

The error is, symbol definition loop encountered at tuv
But if you change defs of tuv like,

        .set tuv, 1
        .set tuv, tuv+_undef
        .long tuv

Then it works fine, with tuv as 1. (no relocation is generated, _undef is 
dropped).
Please let me know the behavior of the .set. The user manual has not explained 
it in great detail.

Thanks in advance.
Best regards,
Jaydeep




           



reply via email to

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