OSDN Git Service

ld/ChangeLog
authordavek <davek>
Wed, 27 May 2009 18:40:53 +0000 (18:40 +0000)
committerdavek <davek>
Wed, 27 May 2009 18:40:53 +0000 (18:40 +0000)
commit3165b9c03fe12d1ca5cbbf8eacc052af960a1bd6
tree1ab704383a014a737bf19e144292e5fb6a5140b9
parente409c675715fd64837a61ebb7f2417699aaed03d
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