Age | Commit message (Expand) | Author | Files | Lines |
2004-02-19 | gas/ | Jakub Jelinek | 1 | -2/+2 |
2004-01-13 | * objcopy.c: Include elf-bfd.h. | Jakub Jelinek | 1 | -1/+11 |
2004-01-12 | Fix typo in comment in previous delta | Nick Clifton | 1 | -1/+1 |
2004-01-12 | Do not produce any output if the output file will be empty | Nick Clifton | 1 | -44/+101 |
2004-01-02 | * objcopy.c (filter_bytes): Delete. Move code to.. | Alan Modra | 1 | -19/+13 |
2003-12-23 | * objcopy.c (bfd_flags_to_set, bfd_flags_to_clear): New variables | Maciej W. Rozycki | 1 | -4/+45 |
2003-12-11 | Add --only-keep-debug to the --help output. | Nick Clifton | 1 | -0/+2 |
2003-12-06 | * ChangeLog-9197: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-04 | Do not copy the object if the output file's format cannot be set to that of | Nick Clifton | 1 | -3/+13 |
2003-11-11 | Add new feature to objcopy/strip. The -w switch allows wildcards to be used | Nick Clifton | 1 | -5/+37 |
2003-11-07 | Use consistent error messages for missing files. | Nick Clifton | 1 | -23/+28 |
2003-10-27 | Do not complain when copying a file format that does not support relocations. | Nick Clifton | 1 | -4/+17 |
2003-10-21 | Set the machine number as well as the architecture when converting from a | Nick Clifton | 1 | -3/+8 |
2003-08-05 | * objcopy.c: Remove unnecessary prototypes and casts. | Alan Modra | 1 | -121/+67 |
2003-07-23 | Tidy up code. Switch to ISO C | Nick Clifton | 1 | -198/+138 |
2003-06-27 | Fix --add-gnu-debuglink | Nick Clifton | 1 | -1/+17 |
2003-06-26 | Add --only-keep-debug switch | Nick Clifton | 1 | -3/+28 |
2003-06-12 | Add new switch to objcopy: --add-gnu-debuglink=<file> | Nick Clifton | 1 | -70/+72 |
2003-06-02 | * objcopy.c (redefine_list_append): Add an argument that | Jason Thorpe | 1 | -8/+125 |
2003-05-13 | Treat identical src/dst file names as if only one entered. One Windows | Nick Clifton | 1 | -3/+4 |
2003-03-24 | Add --info command line switch | Nick Clifton | 1 | -5/+34 |
2003-02-21 | * objcopy.c (filter_symbols): Fix compilation problems with | Alan Modra | 1 | -7/+12 |
2002-12-13 | Added --prefix-symbols <prefix> option to rename all symbols by adding the | Nick Clifton | 1 | -46/+112 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -119/+141 |
2002-10-15 | * objcopy.c (copy_file): Report ambiguous bfd_object matches, and | Alan Modra | 1 | -7/+28 |
2002-08-13 | 2002-08-13 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+3 |
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 |
2002-02-11 | * configure: Regenerate. | Alan Modra | 1 | -1/+1 |
2002-02-11 | * objcopy.c (MKDIR): Define. | Alan Modra | 1 | -12/+41 |
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 |
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 |
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 |
2001-09-19 | * objcopy.c (copy_main): Correct rename-section string parsing. | Alan Modra | 1 | -24/+20 |
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 |
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 |
2001-06-24 | 2001-06-24 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -2/+2 |
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 |