This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] 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-12  Will Newton  <will.newton@linaro.org>

	* ld-arm/script-type.sym: Remove redundant STT_FILE symbol.
---
 ld/testsuite/ld-arm/script-type.sym | 1 -
 1 file changed, 1 deletion(-)

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
-- 
1.8.1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]