diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-14 11:32:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-14 11:32:25 +0000 |
commit | d132876a03877efa59ef0714d56cd53ae338b1e6 (patch) | |
tree | 9acbac537e2d34ffa3afce2dd9d7e6ac41f582c7 /binutils/ChangeLog | |
parent | 2613489e4e5d9f05074e5ab9d30ea4ee7b228492 (diff) | |
download | gdb-d132876a03877efa59ef0714d56cd53ae338b1e6.zip gdb-d132876a03877efa59ef0714d56cd53ae338b1e6.tar.gz gdb-d132876a03877efa59ef0714d56cd53ae338b1e6.tar.bz2 |
Add new command line option '--encoding' to strings
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b644b28..c9e9087 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +2001-09-14 Nick Clifton <nickc@cambridge.redhat.com> + + * strings.c (encoding, encoding_bytes): New variables. + (long_options): Add --encoding. + (main): Accept -e and --encoding. + (get_char): New function. Read a, possibly wide, character from + the input stream. + (print_strings): Use get_char(). + (usage): Document new command line option. + * doc/binutils.texi: Document new command line option. + * NEWS: Announce new command line option. + Wed Sep 12 20:07:16 2001 Alexandre Oliva <aoliva@redhat.com> * readelf.c (guess_is_rela, dump_relocations, get_machine_name, |