aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-14Add new option to objcopy: --verilog-data-width. Use this option to set the ...Jamey Hicks1-0/+14
2019-04-24Stop strip from merging notes when stripping debug or dwo information.Nick Clifton1-2/+13
2019-03-04Stop objcopy from attempting to copy thin archives.Nick Clifton1-0/+21
2019-01-04Fix ridiculously small memory leak.Nick Clifton1-1/+8
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-15BFD_INIT_MAGICAlan Modra1-1/+2
2018-10-11Prevent the --keep-global-symbol and --globalize-symbol options from being us...Nick Clifton1-0/+9
2018-09-17Free symbol buffers if they are no longer in useH.J. Lu1-8/+45
2018-09-17Support objcopy --remove-section=.relaFOOAlan Modra1-6/+9
2018-09-13Fix a use-after-freed error introduced by previous attempt to fix a Coverity ...Nick Clifton1-1/+2
2018-09-10PR23611, objcopy is not removing executable relocatable sectionsAlan Modra1-6/+4
2018-08-03Improve objcopy's ability to merge build notes.Nick Clifton1-3/+35
2018-07-24Updated French translation for ld/ and Swedish translation for binutils/Nick Clifton1-15/+25
2018-07-20Close memory and resource leaks detected by coverity in the binutils directory.Nick Clifton1-0/+9
2018-05-08PR23141, SIGSEGV in bfd_elf_set_group_contentsAlan Modra1-5/+6
2018-05-07Bug 23142, SIGSEGV in is_strip_sectionAlan Modra1-5/+4
2018-04-16Remove IEEE 695 object supportAlan Modra1-3/+0
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-3/+12
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