Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-05-19 | * addr2line.c: Fix formatting. | Kazu Hirata | 1 | -21/+21 | |
* ar.c: Likewise. * arsup.c: Likewise. * arsup.h: Likewise. * binemul.c: Likewise. * binemul.h: Likewise. * bucomm.c: Likewise. * coffdump.c: Likewise. * coffgrok.c: Likewise. * coffgrok.h: Likewise. | |||||
2002-05-04 | * ar.c (replace_members): Remove unused var. Formatting fix. | Alan Modra | 1 | -2/+2 | |
* binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED. | |||||
2002-03-18 | Add AIX 64 shared library support and emulation layer for binutils | Nick Clifton | 1 | -58/+32 | |
2002-01-23 | Tidy up formatting of --help output. | Nick Clifton | 1 | -3/+12 | |
2001-12-18 | * addr2line.c (main): Protoype. | Thiemo Seufer | 1 | -0/+2 | |
* ar.c (main): Protoype. * nm.c (main): Protoype. * objcopy.c (main): Protoype. * objdump.c (main): Protoype. * size.c (main): Protoype. * strings.c (main): Protoype. * gasp.c (main): Protoype. | |||||
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -0/+3 | |
2001-09-18 | * ar.c (print_contents): Cast args of bfd_seek to the right types. | Alan Modra | 1 | -6/+6 | |
Replace bfd_read call with call to bfd_bread. (extract_file): Likewise. * objdump.c (dump_section_header): Cast section->filepos to unsigned long to suit printf format string. * readelf.c (process_section_headers): Similarly for sh_offset. (process_unwind): Likewise. | |||||
2001-03-13 | Fix typos in ChangeLogs and update copyright notices | Nick Clifton | 1 | -1/+1 | |
2000-08-11 | * ar.c (main): Don't crash if called with no arguments | Geoffrey Keating | 1 | -1/+1 | |
or only '-X32_64' as an argument. | |||||
2000-07-27 | * nm.c (main): Ignore '-X32_64' as an option. | Geoffrey Keating | 1 | -1/+13 | |
* ar.c (main): Likewise. * binutils.texi (nm): Document new option. (ar): Likewise. | |||||
2000-06-26 | Revert incorrect 2000-06-25 patch. | Alan Modra | 1 | -2/+2 | |
2000-06-25 | Advance past both parts of dos based <letter>: filepath prefix. | Nick Clifton | 1 | -2/+2 | |
2000-06-20 | Correct pointer comparisons relying on NULL less than any other pointer. | Alan Modra | 1 | -3/+3 | |
Alexander Aganichev's fix for ieee.c | |||||
2000-06-19 | Improve verbose message | Nick Clifton | 1 | -1/+2 | |
2000-05-26 | Eli Zaretskii's DOSish file name patches. | Alan Modra | 1 | -16/+46 | |
2000-04-07 | A mostly cosmetic tidy up of warnings and error message reporting. | Alan Modra | 1 | -11/+7 | |
2000-04-04 | Move translated part of bug report string back into .c files so | Alan Modra | 1 | -1/+1 | |
xgettext can find it. Regnerate .pot files. | |||||
2000-04-03 | Move bug report string to one place. | Alan Modra | 1 | -1/+1 | |
1999-10-15 | * ar.c (normalize): Fix full_pathname code. | Ian Lance Taylor | 1 | -1/+1 | |
1999-09-12 | * ar.c (main): Clear output_file if we don't change the archive. | Ian Lance Taylor | 1 | -3/+11 | |
(delete_members, replace_members): Likewise. | |||||
1999-09-12 | 1999-09-12 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -16/+61 | |
* ar.c (counted_name_mode): New static variable. (counted_name_counter): New static variable. (map_over_members): Handle counted mode. (usage): Mention N modifier. (main): Handle N modifier. (delete_members): Handle counted mode. * binutils.texi, ar.1: Document N modifier. | |||||
1999-09-12 | 1999-09-12 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -2/+1 | |
* ar.c (print_contents): Change printing of member name for POSIX.2 conformance. | |||||
1999-09-12 | 1999-09-12 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -1/+4 | |
* ar.c (output_filename): Make const. (open_inarch): If creating a new empty archive, set output_filename. | |||||
1999-09-12 | * ar.c (full_pathname): New static variable. | Ian Lance Taylor | 1 | -1/+13 | |
(map_over_members): Call normalize on command line parameter. (usage): Mention P modifier. (normalize): If full_pathname is true, don't do anything. (main): Accept P modifier. * binutils.texi, ar.1: Document P modifier. | |||||
1999-06-12 | * ar.c (O_BINARY): Define as 0 if not defined. | Ian Lance Taylor | 1 | -1/+7 | |
(ranlib_touch): Open file with O_BINARY. | |||||
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+1338 | |