AS problem

2005-04-05 Thread PatilSubhash Jayadeep

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




   

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


.set in GAS

2005-04-08 Thread PatilSubhash Jayadeep


Hi,

I have few questions about following code,

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

For first .long the symbol tuv evaluates to 1. But for second it is just 2, 
relocation
information for _undef is not generated in ELF file.

I am using GNU assembler 2.15

Please let me know if this is a feature? (absolute value has high priority?) or 
a bug.

Thanks in advance.

Best Reagrds,
Jaydeep


Jaydeep S. Patil
Samsung Electronics Co, Ltd.
System SW Lab
San #24 Nongseo-Ri, Giheung-Eup
Yongin-City, Gyeonggi-Do,
Korea 449-711
O: +82-31-209-9975
R: +82-31-205-4764
M: +82-10-2751-7333



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


Reporting bugs in GAS

2005-04-08 Thread PatilSubhash Jayadeep

Hi,

Please let me know where can I report GNU Assembler bugs.

Thanks in advance.

Best Reagrds,
Jaydeep


Jaydeep S. Patil
Samsung Electronics Co, Ltd.
System SW Lab
San #24 Nongseo-Ri, Giheung-Eup
Yongin-City, Gyeonggi-Do,
Korea 449-711
O: +82-31-209-9975
R: +82-31-205-4764
M: +82-10-2751-7333




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