diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-28 23:17:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-28 23:17:08 +0000 |
commit | ed41b431d0136657fb81c090f5cce9f60c70dcd1 (patch) | |
tree | ce1112848d511a38ce70e4c3fb08ec0278e1556b /binutils | |
parent | 2e013bb7663d652d32ca4a6f1ecc0768e4a2e8e5 (diff) | |
download | gdb-ed41b431d0136657fb81c090f5cce9f60c70dcd1.zip gdb-ed41b431d0136657fb81c090f5cce9f60c70dcd1.tar.gz gdb-ed41b431d0136657fb81c090f5cce9f60c70dcd1.tar.bz2 |
Fri Mar 28 17:57:53 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
* Makefile.in ($(OBJDUMP_PROG)): Don't link against BFDLIB twice.
* configure.in: Add AC_ARG_ENABLE for commonbfdlib. If it is set,
set OPCODES to empty.
* configure: Rebuild.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 393769a..7675ace 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,23 @@ +Fri Mar 28 17:57:53 1997 Alan Modra <alan@spri.levels.unisa.edu.au> + + * Makefile.in ($(OBJDUMP_PROG)): Don't link against BFDLIB twice. + * configure.in: Add AC_ARG_ENABLE for commonbfdlib. If it is set, + set OPCODES to empty. + * configure: Rebuild. + Thu Mar 27 16:03:02 1997 Ian Lance Taylor <ian@cygnus.com> + Based on patch from Marty Leisner <leisner@sdsp.mc.xerox.com>: + * objcopy.c: Include <utime.h> or <sys/time.h>. + (strip_options): Add "preserve-dates". + (copy_options): Likewise. + (copy_usage): Mention -p and --preserve-dates. + (strip_usage): Likewise. + (make_same_dates): New static function. + (strip_main): Handle -p. + (copy_main): Likewise. + * binutils.texi, strip.1, objcopy.1: Document new option. + addr2line.c contributed by Ulrich Lauther <Ulrich.Lauther@zfe.siemens.de>: * addr2line.c: New file. |