aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-3032-bit objcopy build failAlan Modra1-2/+2
2018-01-03Fix compile time warning introduced by previous delta.Nick Clifton1-2/+2
2018-01-03Add support for v3 binary annotation notes.Nick Clifton1-175/+339
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-08Fix stripping relocs in a file with mergeable notes.Nick Clifton1-8/+19
2017-12-06Objcopy interleave fails if section address not multiple of interleave.Jim Wilson1-0/+11
2017-11-15objcopy memory leakAlan Modra1-0/+3
2017-10-05Fix strip so that is accepts -M as an abbreviation for --merge-notes.Nick Clifton1-1/+1
2017-07-02Use bfd_malloc_and_get_sectionAlan Modra1-2/+3
2017-06-28Add support for version 2 of the GNU Build Attribute note specification.Nick Clifton1-23/+45
2017-05-19binutils: remove sparc64/mips64 workaround in objcopy build notes merge codeJose E. Marchesi1-7/+0
2017-05-02Cast relcount to unsigned long when comparing with sec->reloc_countH.J. Lu1-1/+1
2017-05-02Don't merge notes when the relocs associated with them cannot be reliably del...Nick Clifton1-0/+7
2017-05-01merge_gnu_build_notes reloc deletionAlan Modra1-5/+8
2017-04-13Add note merging to strip and add code to merge stack size notes.Nick Clifton1-5/+96
2017-04-06[objcopy] Fix quadratic-time when handling --redefine-symsJiong Wang1-33/+71
2017-03-21Update support for GNU BUILD notes so that version notes can contain extra in...Nick Clifton1-1/+1
2017-03-02Support merging build notes in sections without the SHF_GNU_BUILD_NOTE flag set.Nick Clifton1-1/+5
2017-03-01Add support for displaying and merging GNU_BUILD_NOTEs.Nick Clifton1-26/+367
2017-02-17bfd: Rename Chunk and S3ForcedPedro Alves1-6/+6
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-06Fix seg-fault running strip on a corrupt binary.Nick Clifton1-1/+2
2016-12-05Fix seg-fault running strip on a corrupt binary.Nick Clifton1-1/+3
2016-11-27Fix spelling in comments in C source files (binutils)Ambrogino Modigliani1-1/+1
2016-11-04objcopy: Close some memory leaks in error pathsAndrew Burgess1-0/+3
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-1/+1
2016-10-06-Wimplicit-fallthrough noreturn fixesAlan Modra1-2/+2
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra1-1/+0
2016-07-14objcopy/strip: Add option --remove-relocations=SECTIONPATTERNAndrew Burgess1-5/+58
2016-07-14objcopy/strip: Allow section patterns starting with '!'.Andrew Burgess1-11/+28
2016-06-24MIPS objcopy --rename-section fixAlan Modra1-16/+17
2016-06-14Use correct enum type for do_elf_stt_common.John Baldwin1-1/+1
2016-06-02Also check that the group header's sh_info field is valid.Nick Clifton1-1/+2
2016-06-02Fix a seg-fault when stripping a corrupt binary.Nick Clifton1-0/+4
2016-05-31objcopy add-symbol uninitialised structAlan Modra1-110/+113
2016-05-18Prevent a run time segmentation fault when stripping a corrupt binary.Nick Clifton1-1/+3
2016-02-26Properly implement STT_COMMONH.J. Lu1-6/+45
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-11-20Fix building objcopy under mingw64 by replacing uses of strndup with xstrndup.Ronald Hoogenboom1-3/+3
2015-10-22binutils/objcopy.c (setup_section): missing extract_symbol partHans-Peter Nilsson1-5/+0
2015-10-21Add ability for objcopy to insert new symbols into a binary.Ronald Hoogenbllon1-100/+303
2015-10-15objcopy --extract-symbolAlan Modra1-5/+0
2015-09-29Don't use the output section size to copy input sectionH.J. Lu1-22/+5
2015-09-29Adjust the output section size to skip gap fillsH.J. Lu1-4/+20
2015-08-12Remove trailing spaces in binutilsH.J. Lu1-5/+5
2015-08-07objcopy: Improve wildcard matching for symbols with '!' prefix.Andrew Burgess1-4/+4
2015-07-14Make default compression gABI compliantH.J. Lu1-1/+1
2015-07-10Properly convert objects between different ELF classesH.J. Lu1-2/+9
2015-04-23Don't change compressed input debug section namesH.J. Lu1-0/+3
2015-04-09Properly check --compress-debug-sections=XXXH.J. Lu1-14/+19