aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-10-31 13:48:03 +0000
committerNick Clifton <nickc@redhat.com>2017-10-31 13:48:03 +0000
commit45ac8f4f107f50d77a8514ee8a244b82c1a8ea0c (patch)
treef28520a0b34c899f57b2a8571b0852e6903e8663 /binutils/ChangeLog
parentf871c4853a9725682011c2314ea4308f3c34bd8d (diff)
downloadgdb-45ac8f4f107f50d77a8514ee8a244b82c1a8ea0c.zip
gdb-45ac8f4f107f50d77a8514ee8a244b82c1a8ea0c.tar.gz
gdb-45ac8f4f107f50d77a8514ee8a244b82c1a8ea0c.tar.bz2
Remind users to use the --use-dynamic command line option to dump dynamic relocations.
* readelf.c (process_relocs): Tell users if no static relocs were found, but if they had added --use-dynamic to the command line then relocs would have been displayed.
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 d0cd3c7..951807f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-31 Nick Clifton <nickc@redhat.com>
+
+ * readelf.c (process_relocs): Tell users if no static relocs were
+ found, but if they had added --use-dynamic to the command line
+ then relocs would have been displayed.
+
2017-10-28 Alan Modra <amodra@gmail.com>
PR 22361