diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-06 16:02:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-06 16:02:43 +0000 |
commit | fd9609c3e882b77440e3dacd402874cb7a3a3522 (patch) | |
tree | e9227a4016aab7f0f46beba984f702f70027de25 /binutils | |
parent | 70aeac05ee099801528c00206731d136a82db363 (diff) | |
download | gdb-fd9609c3e882b77440e3dacd402874cb7a3a3522.zip gdb-fd9609c3e882b77440e3dacd402874cb7a3a3522.tar.gz gdb-fd9609c3e882b77440e3dacd402874cb7a3a3522.tar.bz2 |
* ar.c (do_quick_append): Comment out.
(replace_members): Add quick argument.
(main): Don't call do_quick_append.
(open_inarch): Don't call quick_append to create an empty archive.
Instead call bfd_openw/bfd_set_format/bfd_close.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 647b18c..0df0e25 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +Fri Oct 6 12:00:25 1995 Ian Lance Taylor <ian@cygnus.com> + + * ar.c (do_quick_append): Comment out. + (replace_members): Add quick argument. + (main): Don't call do_quick_append. + (open_inarch): Don't call quick_append to create an empty archive. + Instead call bfd_openw/bfd_set_format/bfd_close. + Thu Oct 5 20:53:08 1995 Ken Raeburn <raeburn@cygnus.com> * bucomm.c: Always include time.h. |