Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-10-15 | * objcopy.c (copy_file): Report ambiguous bfd_object matches, and | Alan Modra | 1 | -7/+28 | |
other object errors in preference to bfd_core errors. | |||||
2002-08-13 | 2002-08-13 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+3 | |
* objcopy.c (copy_object): Don't warn about the unsupported architecture unless the input target is defaulted or the output architecture is different from the input. | |||||
2002-06-05 | * objcopy.c (copy_section): Don't copy SEC_GROUP sections. | Alan Modra | 1 | -1/+6 | |
2002-05-21 | * filemode.c: Fix formatting. | Kazu Hirata | 1 | -44/+44 | |
* ieee.c: Likewise. * is-ranlib.c: Likewise. * is-strip.c: Likewise. * maybe-ranlib.c: Likewise. * maybe-strip.c: Likewise. * nlmconv.c: Likewise. * nm.c: Likewise. * not-ranlib.c: Likewise. * not-strip.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise. | |||||
2002-02-11 | * configure: Regenerate. | Alan Modra | 1 | -1/+1 | |
* objcopy.c: Update copyright date. * doc/Makefile.in: Regenerate. | |||||
2002-02-11 | * objcopy.c (MKDIR): Define. | Alan Modra | 1 | -12/+41 | |
(copy_archive): Make name_list.name const. Use MKDIR. Handle duplicate files in archives by making more temp dirs. | |||||
2002-01-25 | Add --totals option to size | Nick Clifton | 1 | -1/+1 | |
2002-01-23 | Tidy up formatting of --help output. | Nick Clifton | 1 | -10/+14 | |
2002-01-15 | Refer to "options" not "switches" | Nick Clifton | 1 | -4/+4 | |
2001-12-19 | 2001-12-18 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -8/+20 | |
* objcopy.c (copy_file): Accept corefiles (format bfd_core). (copy_object): Don't set the start address or flags of a core file. (copy_section): Don't relocate a core file. Don't copy contents if the input section has the contents flag set, but the output section does not (which happens with the fake 'note' pseudo- sections that BFD creates for corefiles). | |||||
2001-12-18 | * objcopy.c (copy_archive): Set output bfd format outside the loop. | Alan Modra | 1 | -3/+3 | |
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-12-10 | * objcopy.c (setup_section): Copy entsize. | Jakub Jelinek | 1 | -0/+3 | |
2001-11-29 | * objcopy.c (setup_section): Preserve SEC_RELOC when | Mike Stump | 1 | -1/+1 | |
--set-section-flags is used. | |||||
2001-09-19 | * objcopy.c (copy_main): Correct rename-section string parsing. | Alan Modra | 1 | -24/+20 | |
Consolidate new_name parsing, and error messages. | |||||
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -0/+3 | |
2001-08-24 | * objcopy.c (use_alt_mach_code): New variable. | Alexandre Oliva | 1 | -0/+21 | |
(OPTION_ALT_MACH_CODE): Define. (copy_options): Added --alt-machine-code. (copy_main): Handle it. (copy_object): Switch to alternate machine code if requested. * doc/binutils.texi: Document new option. * NEWS: Likewise. | |||||
2001-07-31 | Implement new switch --rename-section | Nick Clifton | 1 | -51/+170 | |
2001-07-06 | And remove the seconf accidental patch commission. | Nick Clifton | 1 | -26/+0 | |
2001-07-06 | Remove patch accidentally checked in with readelf.c patch | Nick Clifton | 1 | -14/+6 | |
2001-07-05 | Display the contents of a .debug.macinfo section | Nick Clifton | 1 | -11/+43 | |
2001-07-05 | 2001-07-05 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -3/+6 | |
* objcopy.c (filter_symbols): Don't turn undefined symbols into local. | |||||
2001-06-24 | 2001-06-24 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -2/+2 | |
* objcopy.c (strip_main): Revert the change made on 2001-05-30 by accident. (copy_main): Apply the the change made to strip_main on 2001-05-30 by accident. | |||||
2001-06-22 | Add missing support for -o option. | Nick Clifton | 1 | -3/+8 | |
2001-05-30 | Add command line switches to objcopy to provide lists of symbols in files | Nick Clifton | 1 | -3/+172 | |
2001-03-13 | Fix typos in ChangeLogs and update copyright notices | Nick Clifton | 1 | -1/+2 | |
2001-03-13 | Add --binary-architecture switch to objcopy to allow the output architecture | Nick Clifton | 1 | -4/+32 | |
to be set when the input file type is binary. | |||||
2001-01-18 | Stop objcopy trying to convert endianness. | Nick Clifton | 1 | -1/+8 | |
2000-11-03 | Add --srec-len and --srec-forceS3 switches to objcopy | Nick Clifton | 1 | -0/+22 | |
2000-08-14 | Silently accept -d as an alias for -g for compatability with old BSD systems. | Nick Clifton | 1 | -1/+2 | |
2000-05-26 | Eli Zaretskii's DOSish file name patches. | Alan Modra | 1 | -2/+11 | |
2000-05-14 | 2000-05-14 H.J. Lu (hjl@gnu.org) | H.J. Lu | 1 | -0/+5 | |
* objcopy.c (filter_symbols): Don't strip global symbols in relocatable object files. | |||||
2000-05-08 | (setup_section): Add const and gettext calls for err. | Alan Modra | 1 | -7/+7 | |
2000-04-05 | Add --redefine-sym to objcopy. | Alan Modra | 1 | -44/+196 | |
2000-04-04 | Move translated part of bug report string back into .c files so | Alan Modra | 1 | -2/+2 | |
xgettext can find it. Regnerate .pot files. | |||||
2000-04-03 | Move bug report string to one place. | Alan Modra | 1 | -2/+2 | |
1999-11-22 | Overhaul --help output. | Nick Clifton | 1 | -31/+65 | |
1999-09-12 | 1999-09-12 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -1/+4 | |
* objcopy.c (parse_flags): Handle "noload", "debug", and "share". * binutils.texi, objcopy.1: Document new flags. | |||||
1999-07-11 | * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED | Ian Lance Taylor | 1 | -10/+16 | |
as appropriate. Add variable initializations. Add casts. * objdump.c (disassemble_bytes): Change j to bfd_vma. * readelf.c (process_syminfo): Change i to unsigned int. (display_debug_info): Change abbrev_number to unsigned long. (process_mips_specific): Change fcnt to size_t. | |||||
1999-06-12 | Based on patch from H. Peter Anvin <hpa@transmeta.com>: | Ian Lance Taylor | 1 | -7/+32 | |
* objcopy.c (struct section_list): Add copy field. (sections_copied): New static variable. (copy_options): Add "only-section". (copy_usage): Mention -j and --only-section. (find_section_list): Initialize copy field. (is_strip_section): Check for copying sections. (copy_object): Check sections_copied when calling filter_symbols. (setup_section): Check for copying sections. (copy_section): Likewise. (copy_main): Handle -j/--only-section. * binutils.texi, objcopy.1: Document -j/--only-section. | |||||
1999-05-27 | * objcopy.c (copy_archive): Preserve dates of archive members if | Andreas Schwab | 1 | -0/+13 | |
requested. | |||||
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+2029 | |