summaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
Commit message (Expand)AuthorAgeFilesLines
* binutils/objcopy.c (setup_section): missing extract_symbol partHans-Peter Nilsson2015-10-221-5/+0
* Add ability for objcopy to insert new symbols into a binary.Ronald Hoogenbllon2015-10-211-100/+303
* objcopy --extract-symbolAlan Modra2015-10-151-5/+0
* Don't use the output section size to copy input sectionH.J. Lu2015-09-291-22/+5
* Adjust the output section size to skip gap fillsH.J. Lu2015-09-291-4/+20
* Remove trailing spaces in binutilsH.J. Lu2015-08-121-5/+5
* objcopy: Improve wildcard matching for symbols with '!' prefix.Andrew Burgess2015-08-071-4/+4
* Make default compression gABI compliantH.J. Lu2015-07-141-1/+1
* Properly convert objects between different ELF classesH.J. Lu2015-07-101-2/+9
* Don't change compressed input debug section namesH.J. Lu2015-04-231-0/+3
* Properly check --compress-debug-sections=XXXH.J. Lu2015-04-091-14/+19
* Add SHF_COMPRESSED support to gas and objcopyH.J. Lu2015-04-081-3/+33
* Display --interleave[=<number>]H.J. Lu2015-04-081-1/+1
* Fixes a problem with objcopy leaving temporary files and directories around i...Nick Clifton2015-03-101-6/+18
* objcopy: Add --update-section option.Andrew Burgess2015-02-281-0/+84
* objcopy: Avoid shadowing optarg.Andrew Burgess2015-02-261-4/+4
* objcopy: Factor out some of the option parsing code.Andrew Burgess2015-02-251-67/+78
* Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton2015-01-211-3/+10
* Fix memory access violations exposed by running strip on fuzzed binaries.Nick Clifton2015-01-081-1/+13
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* This patch fixes a snafu where the -D and -U short versions of theAlexander Cherepanov2014-12-241-2/+2
* Clarify strip docs.Andrew Stubbs2014-12-231-1/+1
* Fix objcopy and strip so that they remove their temporary files even if an er...Nick Clifton2014-11-101-7/+14
* Prevent archive memebers with illegal pathnames from being extracted from an ...Nick Clifton2014-11-061-0/+6
* Change pe/coff build-id section name to '.buildid'Jon TURNEY2014-09-081-2/+2
* This fixes a few issues with pe/coff build-ids that were discovered since theJon Turney2014-05-161-2/+19
* Report an error on objcopy/strip of sectionless binariesAlan Modra2014-04-071-0/+7
* Check fwrite return codeAnthony Green2014-03-141-1/+6
* Update copyright yearsAlan Modra2014-03-051-1/+1
* * objcopy.c (dump_sections): New list.Nick Clifton2013-12-311-0/+78
* * objcopy.c (copy_main): Initialize context variable.Kai Tietz2013-02-151-1/+1
* PR binutils/15033Nick Clifton2013-02-151-105/+179
* PR binutils/15125Nick Clifton2013-02-141-48/+60
* * objcopy.c (parse_flags): Add merge and strings section flags.Alan Modra2013-01-281-1/+3
* * objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK.Nick Clifton2013-01-251-0/+1
* binutils/Roland McGrath2013-01-071-10/+55
* Don't read beyond section endH.J. Lu2012-11-071-1/+5
* * objcopy.c (is_strip_section_1): Don't stripKai Tietz2012-10-181-2/+8
* binutils/Cary Coutant2012-05-081-4/+47
* * doc/binutils.texi: Add -D/--enable-deterministic-archives optionCary Coutant2012-04-251-1/+21
* Don't generate empty reloc sectionsH.J. Lu2012-04-131-17/+56
* * sysdep.h: Include sys/stat.h here.Alan Modra2012-02-091-2/+1
* Remove the group section if all members are removed.H.J. Lu2011-09-161-2/+27
* * objcopy.c (copy_archive): Check bfd_openw result in unknown objectAlan Modra2011-05-061-31/+30
* Make the unknown archive element readable.H.J. Lu2011-04-041-1/+3
* 2011-03-14 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-03-141-0/+2
* ChangeLog binutils/Kai Tietz2011-02-281-2/+4
* bfd/Alan Modra2010-11-081-17/+0
* Add compressed debug section support to binutils and ld.H.J. Lu2010-10-291-2/+53
* * objcopy.c: Add --interleave-width option to allow interleavingNick Clifton2010-09-101-10/+33