diff options
author | Per Bothner <per@bothner.com> | 1992-10-14 20:35:29 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-10-14 20:35:29 +0000 |
commit | cc8787efe195912388e8cc78397aa4a4cb09eddf (patch) | |
tree | 3af37fdeca89ed2bb48cd9e764c8a1aa001633e1 /binutils/ChangeLog | |
parent | 4b77b129c68cb6a11020d36f9a5f3a06ada88f1e (diff) | |
download | gdb-cc8787efe195912388e8cc78397aa4a4cb09eddf.zip gdb-cc8787efe195912388e8cc78397aa4a4cb09eddf.tar.gz gdb-cc8787efe195912388e8cc78397aa4a4cb09eddf.tar.bz2 |
* copy.c: Re-do command-line parsing to use getopt_long().
Add long option names. Re-think option letters to be more
consistent.
* copy.c: New function filter_symbols() for stripping only
debug-symbols and/or local symbols. Use these to support
the previously-missing options of the old FSF strip.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f4b7d08..3380475 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +Wed Oct 14 13:22:14 1992 Per Bothner (bothner@cygnus.com) + + * copy.c: Re-do command-line parsing to use getopt_long(). + Add long option names. Re-think option letters to be more + consistent. + * copy.c: New function filter_symbols() for stripping only + debug-symbols and/or local symbols. Use these to support + the previously-missing options of the old FSF strip. + Tue Oct 13 01:24:20 1992 John Gilmore (gnu@cygnus.com) * configure.in (host): Use ${srcdir}/../bfd/configure.host rather |