diff options
author | Will Newton <will.newton@linaro.org> | 2013-11-12 11:44:18 +0000 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2013-11-14 08:39:59 +0000 |
commit | 180a9db0964657ba4a926b578836bd25cdc07c5e (patch) | |
tree | 6ee9d2dc9c8f055f8c56851d4078e8777998dfc2 /ld/testsuite/ld-arm | |
parent | 6c1b0f7b1df8bf3aeade04a7bfa44ca5fd0a824c (diff) | |
download | gdb-180a9db0964657ba4a926b578836bd25cdc07c5e.zip gdb-180a9db0964657ba4a926b578836bd25cdc07c5e.tar.gz gdb-180a9db0964657ba4a926b578836bd25cdc07c5e.tar.bz2 |
ld/ARM: Fix script-type testsuite failure.
Commit 34a79995c4cc34f6f41e2a4b2df477db31b31f0c changed how STT_FILE
symbols were emitted but this testcase got missed in the cleanup.
ld/testsuite/ChangeLog:
2013-11-14 Will Newton <will.newton@linaro.org>
* ld-arm/script-type.sym: Remove redundant STT_FILE symbol.
Diffstat (limited to 'ld/testsuite/ld-arm')
-rw-r--r-- | ld/testsuite/ld-arm/script-type.sym | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/testsuite/ld-arm/script-type.sym b/ld/testsuite/ld-arm/script-type.sym index 4b54dd6..1623c03 100644 --- a/ld/testsuite/ld-arm/script-type.sym +++ b/ld/testsuite/ld-arm/script-type.sym @@ -9,7 +9,6 @@ Symbol table '.symtab' contains [0-9]+ entries: .* 0+10 +0 NOTYPE +LOCAL +DEFAULT +1 \$d .* 0+14 +0 NOTYPE +LOCAL +DEFAULT +1 \$a .* 0+20 +0 NOTYPE +LOCAL +DEFAULT +1 \$t -.* 0+ +0 FILE +LOCAL +DEFAULT +ABS .* .* 0+10 +0 OBJECT +GLOBAL DEFAULT +1 bar_o .* 0+21 +0 FUNC +GLOBAL DEFAULT +1 bar_t .* 0+ +0 FUNC +GLOBAL DEFAULT +1 foo_a |