aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-11PR25651, objcopy SIGSEGV in copy_objectAlan Modra1-17/+16
2020-03-06Fix an abort triggered when objcopy is used to set the "share" section flag o...Nick Clifton1-3/+32
2020-03-06PR25637, objcopy : SIGSEGV in copy_objectAlan Modra1-6/+7
2020-03-05PR25629, objcopy : SIGSEGV in filter_symbolsAlan Modra1-2/+7
2020-03-04objcopy: Fix for pr19005 on machines with more than one octet per byte.Christian Eggers1-12/+16
2020-02-10Allow objcopy's --set-section-flags options to add or remove the SHF_EXCLUDE ...Fangrui Song1-1/+2
2020-01-27Fix objcopy --merge-notes dependency on qsort implementation behavior.users/roland/objcopy-merge-notes-qsortRoland McGrath1-16/+18
2020-01-09Fix an attempt to free a static pointer when using objcopy's symbol addition ...Nick Clifton1-5/+10
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-21Fix potential buffer overrun in objcopy's note merging code.Nick Clifton1-3/+8
2019-11-19PR24499, ignore --add-gnu-debuglink for archivesAlan Modra1-0/+8
2019-11-19PR24968, make objcopy use output ELF arch if -B not givenAlan Modra1-2/+9
2019-11-19PR25191, internal error in _bfd_elf_set_section_contentsAlan Modra1-10/+15
2019-11-07Fix bug merging notes with objcopy when no merging results in zeroes being wr...Nick Clifton1-15/+14
2019-11-04Implement objcopy/strip --keep-section=<sectionpattern>Fāng-ruì Sòng1-7/+24
2019-10-26sort_gnu_build_notes fixAlan Modra1-1/+1
2019-10-25Improve objcopy's note mergeing capabilities.Nick Clifton1-314/+447
2019-10-14qsort: objcopy.c section sortAlan Modra1-9/+13
2019-10-02Change objcopy's --set-section-alignment option to take a byte alignment valu...Nick Clifton1-8/+21
2019-09-19bfd_section_* macrosAlan Modra1-61/+58
2019-09-18bfd_asymbol_* macrosAlan Modra1-12/+12
2019-09-11Constify argument to make_tempname and make_tempdirTom Tromey1-1/+1
2019-09-06bfd_get_filenameAlan Modra1-1/+1
2019-08-28Add an option to objcopy to change the alignment of sections.Niklas G?rtler1-4/+46
2019-08-05Fix objcopy's note merging capabilities so that they no longer insist on the ...Nick Clifton1-11/+9
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