aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-10-05 13:25:44 +0100
committerNick Clifton <nickc@redhat.com>2017-10-05 13:25:44 +0100
commit5c144731ed7b9ad39c947f8411b1dde4fbdda2e6 (patch)
treed2186727686f175b8ca16963b2ccd58c63cae7cc /ld/ChangeLog
parentef336cb09a4193b3c86284a875c7bc4c2978bfad (diff)
downloadgdb-5c144731ed7b9ad39c947f8411b1dde4fbdda2e6.zip
gdb-5c144731ed7b9ad39c947f8411b1dde4fbdda2e6.tar.gz
gdb-5c144731ed7b9ad39c947f8411b1dde4fbdda2e6.tar.bz2
Change readelf so that when --wide is active a relocation's full name is displayed.
PR 22262 binutils* readelf.c (dump_relocations): Do not truncate reloc names when displaying output in wide mode. ld * testsuite/ld-powerpc/relocsort.d: Update expected output (for longer reloc names).
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7c266e6..fb94a88 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-05 Nick Clifton <nickc@redhat.com>
+
+ PR 22262
+ * testsuite/ld-powerpc/relocsort.d: Update expected output (for
+ longer reloc names).
+
2017-10-05 Alan Modra <amodra@gmail.com>
PR 21167