diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-12-21 00:15:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-12-21 00:15:14 +0000 |
commit | c2efd5a1204d04182ec6e5cf7f87ec714e301edf (patch) | |
tree | 621ca2b1f92bd0134e44b0d5a0cb581da0f89806 /binutils | |
parent | 87e48495014d9a1d075e7c99aeb9cb29daccc796 (diff) | |
download | gdb-c2efd5a1204d04182ec6e5cf7f87ec714e301edf.zip gdb-c2efd5a1204d04182ec6e5cf7f87ec714e301edf.tar.gz gdb-c2efd5a1204d04182ec6e5cf7f87ec714e301edf.tar.bz2 |
* ar.c (main): Ignore 'f' modifier used on HP/UX 9.
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 3f3aac5..63b45c4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +Tue Dec 20 19:13:44 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * ar.c (main): Ignore 'f' modifier used on HP/UX 9. + +Thu Dec 15 17:34:12 1994 Stan Shebs <shebs@andros.cygnus.com> + + * ar.c, nm.c, objcopy.c, objdump.c: Include progress.h. + * ar.c, nm.c, objcopy.c, objdump.c (main): Add START_PROGRESS + and END_PROGRESS. + * ar.c (map_over_members, open_inarch): Call PROGRESS. + * nm.c (main, display_archive, filter_symbols, print_symbols): + Call PROGRESS. + + * objcopy.c (copy_usage): Break up long usage string. + Wed Dec 14 15:51:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com> * objcopy.c (copy_object): Don't bother setting status after |