aboutsummaryrefslogtreecommitdiff
path: root/binutils/ar.1
AgeCommit message (Collapse)AuthorFilesLines
1998-04-01 From Zack Weinberg <zack@rabi.phys.columbia.edu> and H.J. LuIan Lance Taylor1-1/+23
<hjl@gnu.org>: * ar.c (usage): Mention S modifier. (main): Add S modifier. * ar.1, binutils.texi: Document S modifier.
1995-10-06Mon Sep 25 22:49:32 1995 Andreas Schwab ↵Ken Raeburn1-1/+1
<schwab@issan.informatik.uni-dortmund.de> * nm.c (print_symname): Don't try to demangle an empty name. * objdump.c (slurp_symtab): Reset symcount if there are no symbols. (slurp_dynamic_symtab): Likewise, for dynsymcount. (disassemble_data): Fix memory leak: free sorted_syms when done. (display_bfd): Likewise, for syms and dynsyms. (dump_relocs): Don't print header before possibly generating an error message. (dump_dynamic_relocs): Likewise. * ar.1, nm.1, objdump.1, size.1, strings.1, strip.1: Fix typos and formatting bugs.
1995-07-04 * ar.c (replace_members): In verbose messages, use 'r' whenIan Lance Taylor1-0/+12
replacing a member, and 'a' when adding one. * ar.c (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. (write_archive): Likewise. * binutils.texi, ar.1: Document 'f' modifier. PR 6888.
1993-11-13fix NAME hyphenDavid MacKenzie1-1/+1
1993-04-29Document missing options. Use -- instead of + for long options.David MacKenzie1-2/+7
1992-07-18removed rcsidsK. Richard Pixley1-1/+0
1991-11-05Initial revisionRoland Pesch1-0/+471