ld/ARM: Fix script-type testsuite failure.
Commit 34a79995c4
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.
This commit is contained in:
parent
6c1b0f7b1d
commit
180a9db096
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-11-14 Will Newton <will.newton@linaro.org>
|
||||
|
||||
* ld-arm/script-type.sym: Remove redundant STT_FILE symbol.
|
||||
|
||||
2013-11-07 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* ld-x86-64/x86-64.exp (mixed1, mixed2): Loosen error string match
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue