diff options
author | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2010-03-31 16:54:44 +0000 |
---|---|---|
committer | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2010-03-31 16:54:44 +0000 |
commit | f3c8116cd2e02ccb2bd1bfc131554027b2efe190 (patch) | |
tree | 18ca775fe01771108528a511fe731722d9e341af /ld/testsuite/ld-arm | |
parent | 1e972e651b732a7f50c788958919defe95b887c1 (diff) | |
download | binutils-gdb-f3c8116cd2e02ccb2bd1bfc131554027b2efe190.tar.gz |
* ld/testsuite/ld-arm/script-type.sym: Fix test.
Diffstat (limited to 'ld/testsuite/ld-arm')
-rw-r--r-- | ld/testsuite/ld-arm/script-type.sym | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/ld/testsuite/ld-arm/script-type.sym b/ld/testsuite/ld-arm/script-type.sym index 4e00da3d2f8..d319d5c3b0a 100644 --- a/ld/testsuite/ld-arm/script-type.sym +++ b/ld/testsuite/ld-arm/script-type.sym @@ -1,15 +1,16 @@ -Symbol table '.symtab' contains 12 entries: +Symbol table '.symtab' contains 13 entries: Num: Value Size Type Bind Vis Ndx Name 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 1: 00000000 0 SECTION LOCAL DEFAULT 1 2: 00000000 0 SECTION LOCAL DEFAULT 2 3: 00000000 0 NOTYPE LOCAL DEFAULT 1 \$a 4: 00000010 0 NOTYPE LOCAL DEFAULT 1 \$d - 5: 00000020 0 NOTYPE LOCAL DEFAULT 1 \$t - 6: 00000010 0 OBJECT GLOBAL DEFAULT 1 bar_o - 7: 00000021 0 FUNC GLOBAL DEFAULT 1 bar_t - 8: 00000000 0 FUNC GLOBAL DEFAULT 1 foo_a - 9: 00000021 0 FUNC GLOBAL DEFAULT 1 foo_t - 10: 00000010 0 OBJECT GLOBAL DEFAULT 1 foo_o - 11: 00000000 0 FUNC GLOBAL DEFAULT 1 bar_a + 5: 00000014 0 NOTYPE LOCAL DEFAULT 1 \$a + 6: 00000020 0 NOTYPE LOCAL DEFAULT 1 \$t + 7: 00000010 0 OBJECT GLOBAL DEFAULT 1 bar_o + 8: 00000021 0 FUNC GLOBAL DEFAULT 1 bar_t + 9: 00000000 0 FUNC GLOBAL DEFAULT 1 foo_a + 10: 00000021 0 FUNC GLOBAL DEFAULT 1 foo_t + 11: 00000010 0 OBJECT GLOBAL DEFAULT 1 foo_o + 12: 00000000 0 FUNC GLOBAL DEFAULT 1 bar_a |