summaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
Commit message (Expand)AuthorAgeFilesLines
* binutils ChangeLog:Bob Wilson2004-05-171-0/+29
* * objcopy.c (copy_usage, strip_usage): Fix spelling.Alan Modra2004-04-271-2/+2
* gas/Jakub Jelinek2004-02-191-2/+2
* * objcopy.c: Include elf-bfd.h.Jakub Jelinek2004-01-131-1/+11
* Fix typo in comment in previous deltaNick Clifton2004-01-121-1/+1
* Do not produce any output if the output file will be emptyNick Clifton2004-01-121-44/+101
* * objcopy.c (filter_bytes): Delete. Move code to..Alan Modra2004-01-021-19/+13
* * objcopy.c (bfd_flags_to_set, bfd_flags_to_clear): New variablesMaciej W. Rozycki2003-12-231-4/+45
* Add --only-keep-debug to the --help output.Nick Clifton2003-12-111-0/+2
* * ChangeLog-9197: Fix comment typos.Kazu Hirata2003-12-061-1/+1
* Do not copy the object if the output file's format cannot be set to that ofNick Clifton2003-12-041-3/+13
* Add new feature to objcopy/strip. The -w switch allows wildcards to be usedNick Clifton2003-11-111-5/+37
* Use consistent error messages for missing files.Nick Clifton2003-11-071-23/+28
* Do not complain when copying a file format that does not support relocations.Nick Clifton2003-10-271-4/+17
* Set the machine number as well as the architecture when converting from aNick Clifton2003-10-211-3/+8
* * objcopy.c: Remove unnecessary prototypes and casts.Alan Modra2003-08-051-121/+67
* Tidy up code. Switch to ISO CNick Clifton2003-07-231-198/+138
* Fix --add-gnu-debuglinkNick Clifton2003-06-271-1/+17
* Add --only-keep-debug switchNick Clifton2003-06-261-3/+28
* Add new switch to objcopy: --add-gnu-debuglink=<file>Nick Clifton2003-06-121-70/+72
* * objcopy.c (redefine_list_append): Add an argument thatJason Thorpe2003-06-021-8/+125
* Treat identical src/dst file names as if only one entered. One WindowsNick Clifton2003-05-131-3/+4
* Add --info command line switchNick Clifton2003-03-241-5/+34
* * objcopy.c (filter_symbols): Fix compilation problems withAlan Modra2003-02-211-7/+12
* Added --prefix-symbols <prefix> option to rename all symbols by adding theNick Clifton2002-12-131-46/+112
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-119/+141
* * objcopy.c (copy_file): Report ambiguous bfd_object matches, andAlan Modra2002-10-151-7/+28
* 2002-08-13 H.J. Lu <hjl@gnu.org>H.J. Lu2002-08-131-1/+3
* * objcopy.c (copy_section): Don't copy SEC_GROUP sections.Alan Modra2002-06-051-1/+6
* * filemode.c: Fix formatting.Kazu Hirata2002-05-211-44/+44
* * configure: Regenerate.Alan Modra2002-02-111-1/+1
* * objcopy.c (MKDIR): Define.Alan Modra2002-02-111-12/+41
* Add --totals option to sizeNick Clifton2002-01-251-1/+1
* Tidy up formatting of --help output.Nick Clifton2002-01-231-10/+14
* Refer to "options" not "switches"Nick Clifton2002-01-151-4/+4
* 2001-12-18 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-12-191-8/+20
* * objcopy.c (copy_archive): Set output bfd format outside the loop.Alan Modra2001-12-181-3/+3
* * addr2line.c (main): Protoype.Thiemo Seufer2001-12-181-0/+2
* * objcopy.c (setup_section): Copy entsize.Jakub Jelinek2001-12-101-0/+3
* * objcopy.c (setup_section): Preserve SEC_RELOC whenMike Stump2001-11-291-1/+1
* * objcopy.c (copy_main): Correct rename-section string parsing.Alan Modra2001-09-191-24/+20
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-0/+3
* * objcopy.c (use_alt_mach_code): New variable.Alexandre Oliva2001-08-241-0/+21
* Implement new switch --rename-sectionNick Clifton2001-07-311-51/+170
* And remove the seconf accidental patch commission.Nick Clifton2001-07-061-26/+0
* Remove patch accidentally checked in with readelf.c patchNick Clifton2001-07-061-14/+6
* Display the contents of a .debug.macinfo sectionNick Clifton2001-07-051-11/+43
* 2001-07-05 H.J. Lu <hjl@gnu.org>H.J. Lu2001-07-051-3/+6
* 2001-06-24 H.J. Lu <hjl@gnu.org>H.J. Lu2001-06-241-2/+2
* Add missing support for -o option.Nick Clifton2001-06-221-3/+8