summaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS objcopy --rename-section fixAlan Modra2016-06-241-16/+17
* Use correct enum type for do_elf_stt_common.John Baldwin2016-06-141-1/+1
* Also check that the group header's sh_info field is valid.Nick Clifton2016-06-021-1/+2
* Fix a seg-fault when stripping a corrupt binary.Nick Clifton2016-06-021-0/+4
* objcopy add-symbol uninitialised structAlan Modra2016-05-311-110/+113
* Prevent a run time segmentation fault when stripping a corrupt binary.Nick Clifton2016-05-181-1/+3
* Properly implement STT_COMMONH.J. Lu2016-02-261-6/+45
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix building objcopy under mingw64 by replacing uses of strndup with xstrndup.Ronald Hoogenboom2015-11-201-3/+3
* 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