aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 734ddab..4f16e4d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -3,13 +3,13 @@ Tue Jul 4 14:48:42 1995 Ian Lance Taylor <ian@cygnus.com>
* ar.c (replace_members): In verbose messages, use 'r' when
replacing a member, and 'a' when adding one.
- * ar.c (truncate): New static variable.
+ * ar.c (ar_truncate): New static variable.
(normalize): Change return type to const char *. Add abfd
- argument. Change all callers. If truncate, chop the filename to
- abfd->ar_max_namelen.
- (main): For the 'f' modifier, set truncate to true. Don't change
- quick_append to replace to truncate is true.
- (do_quick_append): If truncate, set BFD_TRADITIONAL_FORMAT.
+ argument. Change all callers. If ar_truncate, chop the filename
+ to abfd->ar_max_namelen.
+ (main): For the 'f' modifier, set ar_truncate to true. Don't
+ change quick_append to replace if ar_truncate is true.
+ (do_quick_append): If ar_truncate, set BFD_TRADITIONAL_FORMAT.
(write_archive): Likewise.
* binutils.texi, ar.1: Document 'f' modifier.