]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
ld/ChangeLog
authorDave Korn <dave.korn@artimi.com>
Wed, 27 May 2009 18:40:56 +0000 (18:40 +0000)
committerDave Korn <dave.korn@artimi.com>
Wed, 27 May 2009 18:40:56 +0000 (18:40 +0000)
commit05056a8d5b72672948f507978c7ce1e2897d30be
tree1393f040fe5028138329b878204491fd11f24bee
parent97c4411662ebaae1d51ff328632f26c82a3bda89
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.
ld/ChangeLog
ld/deffilep.y
ld/testsuite/ChangeLog
ld/testsuite/ld-pe/non-c-lang-syms.d [new file with mode: 0755]
ld/testsuite/ld-pe/non-c-lang-syms.s [new file with mode: 0755]
ld/testsuite/ld-pe/pe.exp