summaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] objcopy: Allow --dump-section to dump an empty SEC_HAS_CONTENTS sectionFangrui Song2020-05-041-8/+4
* Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton2020-03-301-0/+5
* PR25651, objcopy SIGSEGV in copy_objectAlan Modra2020-03-111-17/+16
* Fix an abort triggered when objcopy is used to set the "share" section flag o...Nick Clifton2020-03-061-3/+32
* PR25637, objcopy : SIGSEGV in copy_objectAlan Modra2020-03-061-6/+7
* PR25629, objcopy : SIGSEGV in filter_symbolsAlan Modra2020-03-051-2/+7
* objcopy: Fix for pr19005 on machines with more than one octet per byte.Christian Eggers2020-03-041-12/+16
* Allow objcopy's --set-section-flags options to add or remove the SHF_EXCLUDE ...Fangrui Song2020-02-101-1/+2
* Fix objcopy --merge-notes dependency on qsort implementation behavior.users/roland/objcopy-merge-notes-qsortRoland McGrath2020-01-271-16/+18
* Fix an attempt to free a static pointer when using objcopy's symbol addition ...Nick Clifton2020-01-091-5/+10
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Fix potential buffer overrun in objcopy's note merging code.Nick Clifton2019-11-211-3/+8
* PR24499, ignore --add-gnu-debuglink for archivesAlan Modra2019-11-191-0/+8
* PR24968, make objcopy use output ELF arch if -B not givenAlan Modra2019-11-191-2/+9
* PR25191, internal error in _bfd_elf_set_section_contentsAlan Modra2019-11-191-10/+15
* Fix bug merging notes with objcopy when no merging results in zeroes being wr...Nick Clifton2019-11-071-15/+14
* Implement objcopy/strip --keep-section=<sectionpattern>Fāng-ruì Sòng2019-11-041-7/+24
* sort_gnu_build_notes fixAlan Modra2019-10-261-1/+1
* Improve objcopy's note mergeing capabilities.Nick Clifton2019-10-251-314/+447
* qsort: objcopy.c section sortAlan Modra2019-10-141-9/+13
* Change objcopy's --set-section-alignment option to take a byte alignment valu...Nick Clifton2019-10-021-8/+21
* bfd_section_* macrosAlan Modra2019-09-191-61/+58
* bfd_asymbol_* macrosAlan Modra2019-09-181-12/+12
* Constify argument to make_tempname and make_tempdirTom Tromey2019-09-111-1/+1
* bfd_get_filenameAlan Modra2019-09-061-1/+1
* Add an option to objcopy to change the alignment of sections.Niklas G?rtler2019-08-281-4/+46
* Fix objcopy's note merging capabilities so that they no longer insist on the ...Nick Clifton2019-08-051-11/+9
* Add new option to objcopy: --verilog-data-width. Use this option to set the ...Jamey Hicks2019-05-141-0/+14
* Stop strip from merging notes when stripping debug or dwo information.Nick Clifton2019-04-241-2/+13
* Stop objcopy from attempting to copy thin archives.Nick Clifton2019-03-041-0/+21
* Fix ridiculously small memory leak.Nick Clifton2019-01-041-1/+8
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* BFD_INIT_MAGICAlan Modra2018-10-151-1/+2
* Prevent the --keep-global-symbol and --globalize-symbol options from being us...Nick Clifton2018-10-111-0/+9
* Free symbol buffers if they are no longer in useH.J. Lu2018-09-171-8/+45
* Support objcopy --remove-section=.relaFOOAlan Modra2018-09-171-6/+9
* Fix a use-after-freed error introduced by previous attempt to fix a Coverity ...Nick Clifton2018-09-131-1/+2
* PR23611, objcopy is not removing executable relocatable sectionsAlan Modra2018-09-101-6/+4
* Improve objcopy's ability to merge build notes.Nick Clifton2018-08-031-3/+35
* Updated French translation for ld/ and Swedish translation for binutils/Nick Clifton2018-07-241-15/+25
* Close memory and resource leaks detected by coverity in the binutils directory.Nick Clifton2018-07-201-0/+9
* PR23141, SIGSEGV in bfd_elf_set_group_contentsAlan Modra2018-05-081-5/+6
* Bug 23142, SIGSEGV in is_strip_sectionAlan Modra2018-05-071-5/+4
* Remove IEEE 695 object supportAlan Modra2018-04-161-3/+0
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-3/+12
* 32-bit objcopy build failAlan Modra2018-01-301-2/+2
* Fix compile time warning introduced by previous delta.Nick Clifton2018-01-031-2/+2
* Add support for v3 binary annotation notes.Nick Clifton2018-01-031-175/+339
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Fix stripping relocs in a file with mergeable notes.Nick Clifton2017-12-081-8/+19