diff options
author | Dave Korn <dave.korn@artimi.com> | 2009-05-27 18:40:56 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2009-05-27 18:40:56 +0000 |
commit | 05056a8d5b72672948f507978c7ce1e2897d30be (patch) | |
tree | 1393f040fe5028138329b878204491fd11f24bee /ld/testsuite/ld-pe/pe.exp | |
parent | 97c4411662ebaae1d51ff328632f26c82a3bda89 (diff) | |
download | gdb-05056a8d5b72672948f507978c7ce1e2897d30be.zip gdb-05056a8d5b72672948f507978c7ce1e2897d30be.tar.gz gdb-05056a8d5b72672948f507978c7ce1e2897d30be.tar.bz2 |
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.
Diffstat (limited to 'ld/testsuite/ld-pe/pe.exp')
-rw-r--r-- | ld/testsuite/ld-pe/pe.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-pe/pe.exp b/ld/testsuite/ld-pe/pe.exp index 3fcf8cb..648e9a0 100644 --- a/ld/testsuite/ld-pe/pe.exp +++ b/ld/testsuite/ld-pe/pe.exp @@ -69,3 +69,10 @@ run_dump_test "longsecn-4" run_dump_test "longsecn-5" run_dump_test "orphan" + +set foreign_sym_test { + {"non-C aligned common" "" "" {non-c-lang-syms.s} + {{nm -C non-c-lang-syms.d}} "non-c-lang-syms.x"} +} + +run_ld_link_tests $foreign_sym_test |