aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-14binutils/H.J. Lu1-1/+1
2006-09-14 PR 3182Alan Modra1-19/+52
2006-09-13 PR 3182Alan Modra1-15/+31
2006-09-11PR binutils/3110Nick Clifton1-8/+25
2006-09-05PR binutils/3166Nick Clifton1-0/+7
2006-08-06 PR binutils/3001Nick Clifton1-6/+14
2006-06-23binutils/Richard Sandiford1-1/+31
2006-02-28* objcopy.c (use_alt_mach_code): Change type to unsigned long.Nick Clifton1-9/+21
2006-01-30* objcopy.c (copy_object): Catch the case where an attempt is made to add aNick Clifton1-4/+14
2006-01-18PR binutils/1391Nick Clifton1-1/+45
2006-01-10 * objcopy.c (copy_object): Fix thinko.Alan Modra1-8/+5
2006-01-10 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.Alan Modra1-2/+8
2005-11-15binutils/Jan Beulich1-1/+18
2005-10-12Remove spurious checking of a potential, but untested patch.Nick Clifton1-7/+0
2005-10-11PR binutils/1437Nick Clifton1-0/+7
2005-10-03 * addr2line.c (usage): Document @file.Mark Mitchell1-0/+1
2005-09-30 * addr2line.c (main): Likewise.Mark Mitchell1-0/+2
2005-07-04 PR 1004Alan Modra1-43/+26
2005-06-142005-06-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-18/+106
2005-05-08Update FSF addressNick Clifton1-2/+2
2005-05-06binutils/Jan Beulich1-7/+4
2005-04-25PR872Nick Clifton1-0/+1
2005-04-25Oops - forgot one place where -K is documented.Nick Clifton1-1/+1
2005-04-25* objcopy.c (copy_usage): Fix description of -K switch.Nick Clifton1-1/+1
2005-04-15Issue an error message when attmepting to copy an empty input file.Nick Clifton1-0/+1
2005-03-15Add new switch --globalize-symbol to convert local symbols into globals.Nick Clifton1-15/+43
2005-03-03update copyright datesAlan Modra1-1/+1
2005-03-02bfd/Jan Beulich1-2/+2
2005-02-22bfd/H.J. Lu1-1/+1
2004-12-16binutils/Jan Beulich1-0/+23
2004-10-18strings.c (usage): Place radix values for -t option into the correct order.Nick Clifton1-5/+5
2004-07-21bfd/H.J. Lu1-1/+1
2004-06-24bfd/Alan Modra1-2/+0
2004-06-15 * objcopy.c (copy_section): Use bfd_get_section_size instead ofAlan Modra1-4/+3
2004-05-17binutils ChangeLog:Bob Wilson1-0/+29
2004-04-27 * objcopy.c (copy_usage, strip_usage): Fix spelling.Alan Modra1-2/+2
2004-02-19gas/Jakub Jelinek1-2/+2
2004-01-13 * objcopy.c: Include elf-bfd.h.Jakub Jelinek1-1/+11
2004-01-12Fix typo in comment in previous deltaNick Clifton1-1/+1
2004-01-12Do not produce any output if the output file will be emptyNick Clifton1-44/+101
2004-01-02 * objcopy.c (filter_bytes): Delete. Move code to..Alan Modra1-19/+13
2003-12-23* objcopy.c (bfd_flags_to_set, bfd_flags_to_clear): New variablesMaciej W. Rozycki1-4/+45
2003-12-11Add --only-keep-debug to the --help output.Nick Clifton1-0/+2
2003-12-06 * ChangeLog-9197: Fix comment typos.Kazu Hirata1-1/+1
2003-12-04Do not copy the object if the output file's format cannot be set to that ofNick Clifton1-3/+13
2003-11-11Add new feature to objcopy/strip. The -w switch allows wildcards to be usedNick Clifton1-5/+37
2003-11-07Use consistent error messages for missing files.Nick Clifton1-23/+28
2003-10-27Do not complain when copying a file format that does not support relocations.Nick Clifton1-4/+17
2003-10-21Set the machine number as well as the architecture when converting from aNick Clifton1-3/+8
2003-08-05 * objcopy.c: Remove unnecessary prototypes and casts.Alan Modra1-121/+67