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/ChangeLog | |
parent | 6c1b0f7b1df8bf3aeade04a7bfa44ca5fd0a824c (diff) | |
download | binutils-gdb-180a9db0964657ba4a926b578836bd25cdc07c5e.tar.gz |
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/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e06f1dfc4bb..63db4e3aa71 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -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 |