aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu1-3/+33
2015-04-08Display --interleave[=<number>]H.J. Lu1-1/+1
2015-03-10Fixes a problem with objcopy leaving temporary files and directories around i...Nick Clifton1-6/+18
2015-02-28objcopy: Add --update-section option.Andrew Burgess1-0/+84
2015-02-26objcopy: Avoid shadowing optarg.Andrew Burgess1-4/+4
2015-02-25objcopy: Factor out some of the option parsing code.Andrew Burgess1-67/+78
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton1-3/+10
2015-01-08Fix memory access violations exposed by running strip on fuzzed binaries.Nick Clifton1-1/+13
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-24This patch fixes a snafu where the -D and -U short versions of theAlexander Cherepanov1-2/+2
2014-12-23Clarify strip docs.Andrew Stubbs1-1/+1
2014-11-10Fix objcopy and strip so that they remove their temporary files even if an er...Nick Clifton1-7/+14
2014-11-06Prevent archive memebers with illegal pathnames from being extracted from an ...Nick Clifton1-0/+6
2014-09-08Change pe/coff build-id section name to '.buildid'Jon TURNEY1-2/+2
2014-05-16This fixes a few issues with pe/coff build-ids that were discovered since theJon Turney1-2/+19
2014-04-07Report an error on objcopy/strip of sectionless binariesAlan Modra1-0/+7
2014-03-14Check fwrite return codeAnthony Green1-1/+6
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-12-31 * objcopy.c (dump_sections): New list.Nick Clifton1-0/+78
2013-02-15 * objcopy.c (copy_main): Initialize context variable.Kai Tietz1-1/+1
2013-02-15 PR binutils/15033Nick Clifton1-105/+179
2013-02-14 PR binutils/15125Nick Clifton1-48/+60
2013-01-28 * objcopy.c (parse_flags): Add merge and strings section flags.Alan Modra1-1/+3
2013-01-25* objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK.Nick Clifton1-0/+1
2013-01-07binutils/Roland McGrath1-10/+55
2012-11-07Don't read beyond section endH.J. Lu1-1/+5
2012-10-18 * objcopy.c (is_strip_section_1): Don't stripKai Tietz1-2/+8
2012-05-08binutils/Cary Coutant1-4/+47
2012-04-25 * doc/binutils.texi: Add -D/--enable-deterministic-archives optionCary Coutant1-1/+21
2012-04-13Don't generate empty reloc sectionsH.J. Lu1-17/+56
2012-02-09 * sysdep.h: Include sys/stat.h here.Alan Modra1-2/+1
2011-09-16Remove the group section if all members are removed.H.J. Lu1-2/+27
2011-05-06 * objcopy.c (copy_archive): Check bfd_openw result in unknown objectAlan Modra1-31/+30
2011-04-04Make the unknown archive element readable.H.J. Lu1-1/+3
2011-03-142011-03-14 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+2
2011-02-28ChangeLog binutils/Kai Tietz1-2/+4
2010-11-08bfd/Alan Modra1-17/+0
2010-10-29Add compressed debug section support to binutils and ld.H.J. Lu1-2/+53
2010-09-10 * objcopy.c: Add --interleave-width option to allow interleavingNick Clifton1-10/+33
2010-07-17 * objcopy.c (copy_usage): Tweak previous typofix.Dave Korn1-1/+1
2010-07-17Fix a typo in "objcopy --help".H.J. Lu1-1/+1
2010-06-29 PR binutils/3166Alan Modra1-11/+5
2010-02-01 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when addingNathan Sidwell1-1/+6
2010-01-20binutils/:Ian Lance Taylor1-23/+27
2010-01-05Update copyrightH.J. Lu1-1/+1
2010-01-05Remove "Warning: " from error messageH.J. Lu1-1/+1
2009-12-31 * objcopy.c (add_redefine_syms_file): Avoid symbol bufferNick Clifton1-3/+3
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-17/+17
2009-09-11 * obcopy.c (copy_object): New parameter `input_arch', architectureNick Clifton1-39/+27
2009-09-10 Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton1-46/+47