aboutsummaryrefslogtreecommitdiff
path: root/binutils/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 /binutils/ChangeLog
parentef336cb09a4193b3c86284a875c7bc4c2978bfad (diff)
downloadfsf-binutils-gdb-5c144731ed7b9ad39c947f8411b1dde4fbdda2e6.zip
fsf-binutils-gdb-5c144731ed7b9ad39c947f8411b1dde4fbdda2e6.tar.gz
fsf-binutils-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 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 784ae17..8af4719 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,11 @@
2017-10-05 Nick Clifton <nickc@redhat.com>
+ PR 22262
+ * readelf.c (dump_relocations): Do not truncate reloc names when
+ displaying output in wide mode.
+
+2017-10-05 Nick Clifton <nickc@redhat.com>
+
* README-how-to-make-a-release: Merge steps 3, 4 and 5, and insert
the git tag operation at the correct location.