diff options
author | Nick Clifton <nickc@redhat.com> | 2017-10-05 13:25:44 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-10-05 13:25:44 +0100 |
commit | 5c144731ed7b9ad39c947f8411b1dde4fbdda2e6 (patch) | |
tree | d2186727686f175b8ca16963b2ccd58c63cae7cc /ld/ChangeLog | |
parent | ef336cb09a4193b3c86284a875c7bc4c2978bfad (diff) | |
download | gdb-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/ChangeLog | 6 |
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 |