diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-11-17 23:03:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-11-17 23:03:30 +0000 |
commit | f618f758e9a906a72356156c5be69e37647fe18e (patch) | |
tree | df4e7889f0717a8fd883d9a0b9fbfdbc11b92433 /binutils/ChangeLog | |
parent | fca2b81b889bd762c39d781887d97ef5bfcb5e36 (diff) | |
download | gdb-f618f758e9a906a72356156c5be69e37647fe18e.zip gdb-f618f758e9a906a72356156c5be69e37647fe18e.tar.gz gdb-f618f758e9a906a72356156c5be69e37647fe18e.tar.bz2 |
* ar.c (main): Don't call do_quick_append if any of the archive
names are longer than 14 characters.
PR 5966.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0ab1fa2..8a9a091 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,8 @@ Thu Nov 17 15:00:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + * ar.c (main): Don't call do_quick_append if any of the archive + names are longer than 14 characters. + * objcopy.c (main): Fix is_strip test. From pirker@eiunix.tuwien.ac.at (Martin Pirker). |