fix ld-scripts/defined.exp for targets that need .set

Mike Frysinger vapier@gentoo.org
Sat Apr 26 01:12:00 GMT 2008


the Blackfin assembler does not support the syntax:
	symbol = value
instead we only support the .set syntax:
	.set symbol, value

from what i can see, the purpose of the test is to just make sure the symbol 
is properly set to the right value, so changing the syntax shouldnt affect 
this.  is there some crazy target that doesnt support the .set macro ?
-mike

2008-04-25  Mike Frysinger  <vapier@gentoo.org>

	* ld-scripts/defined.s: Use .set syntax rather than =.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
URL: <https://sourceware.org/pipermail/binutils/attachments/20080426/57802dc0/attachment.sig>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: binutils-ld-test-defined-set.patch
Type: text/x-diff
Size: 526 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20080426/57802dc0/attachment.bin>


More information about the Binutils mailing list