old-cross-binutils/ld/testsuite/ld-pe/non-c-lang-syms.s
Dave Korn 05056a8d5b ld/ChangeLog
* deffilep.y (%union):  Add new string-type semantic value 'digits'.
	(%token):  Remove NUMBER as token, add DIGITS.
	(%type):  Add NUMBER as type.  Add new id types anylang_id, opt_id.
	(ALIGNCOMM):  Parse an anylang_id instead of a plain ID.
	(anylang_id):  New production.
	(opt_digits):  Likewise.
	(opt_id):  Likewise.
	(NUMBER):  Likewise.
	(def_lex):  Return strings of digits in raw string form as DIGITS
	token, instead of converting to numeric integer type.

ld/testsuite/ChangeLog

	* ld-pe/non-c-lang-syms.c:  New dump test source file.
	* ld-pe/non-c-lang-syms.d:  New dump test pattern file.
	* ld-pe/pe.exp:  Run new "foreign symbol" test.
2009-05-27 18:40:56 +00:00

15 lines
290 B
ArmAsm
Executable file

main:
_main:
nop
.comm _test_equiv.eq.1_, 16, 4
.comm _test_equiv.eq.100, 16, 5
.comm _test_equiv.eq._, 16, 6
.comm _test_equiv.eq., 16, 7
.comm _test$equiv.eq.1_, 16, 4
.comm _test$equiv.eq.100, 16, 5
.comm _test$equiv.eq._, 16, 6
.comm _test$equiv.eq., 16, 7