ld/ARM: Fix script-type testsuite failure.
authorWill Newton <will.newton@linaro.org>
Tue, 12 Nov 2013 11:44:18 +0000 (11:44 +0000)
committerWill Newton <will.newton@linaro.org>
Thu, 14 Nov 2013 08:39:59 +0000 (08:39 +0000)
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.

ld/testsuite/ChangeLog
ld/testsuite/ld-arm/script-type.sym

index e06f1dfc4bb51513e6c1157e8f88c8e94fde8e7e..63db4e3aa7153fb8fd0a7e29c1bf61295f7851a0 100644 (file)
@@ -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
index 4b54dd639c4db277e9918ddfa6db31e899ffc3b0..1623c03d99c1a03b45cb16d7777306b2505a43d8 100644 (file)
@@ -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
This page took 0.026403 seconds and 4 git commands to generate.