diff options
author | Nick Clifton <nickc@redhat.com> | 2014-10-31 10:19:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-10-31 10:19:53 +0000 |
commit | fe06005387223e8a8b37e49036efe06b4062c7f4 (patch) | |
tree | 0e32f49270c22dcf2b424686a875a9eaa5e5c4d3 /binutils | |
parent | 7fac9594c41ab180979bdf5927ff7f7e1d13a9e9 (diff) | |
download | gdb-fe06005387223e8a8b37e49036efe06b4062c7f4.zip gdb-fe06005387223e8a8b37e49036efe06b4062c7f4.tar.gz gdb-fe06005387223e8a8b37e49036efe06b4062c7f4.tar.bz2 |
oops - changelog omitted from previous delta.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 025f406..ec8a9e8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +2014-10-31 Nick Clifton <nickc@redhat.com> + + * strings.c: Add new command line option --data to only scan the + initialized, loadable data secions of binaries. Choose the + default behaviour of --all or --data based upon a configure + option. + * doc/binutils.texi (strings): Update documentation. Include + description of why the --data option might be unsafe. + * configure.ac: Add new option --disable-default-strings-all which + restores the old behaviour of strings using --data by default. If + the option is not used make strings use --all by default. + * NEWS: Mention the new behaviour of strings. + * configure: Regenerate. + * config.in: Regenerate. + 2014-10-30 Nick Clifton <nickc@redhat.com> * readelf.c (CHECK_ENTSIZE_VALUES): Rewrite error message so that |