summaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Objcopy interleave fails if section address not multiple of interleave.Jim Wilson2017-12-061-0/+11
* objcopy memory leakAlan Modra2017-11-151-0/+3
* Fix strip so that is accepts -M as an abbreviation for --merge-notes.Nick Clifton2017-10-051-1/+1
* Use bfd_malloc_and_get_sectionAlan Modra2017-07-021-2/+3
* Add support for version 2 of the GNU Build Attribute note specification.Nick Clifton2017-06-281-23/+45
* binutils: remove sparc64/mips64 workaround in objcopy build notes merge codeJose E. Marchesi2017-05-191-7/+0
* Cast relcount to unsigned long when comparing with sec->reloc_countH.J. Lu2017-05-021-1/+1
* Don't merge notes when the relocs associated with them cannot be reliably del...Nick Clifton2017-05-021-0/+7
* merge_gnu_build_notes reloc deletionAlan Modra2017-05-011-5/+8
* Add note merging to strip and add code to merge stack size notes.Nick Clifton2017-04-131-5/+96
* [objcopy] Fix quadratic-time when handling --redefine-symsJiong Wang2017-04-061-33/+71
* Update support for GNU BUILD notes so that version notes can contain extra in...Nick Clifton2017-03-211-1/+1
* Support merging build notes in sections without the SHF_GNU_BUILD_NOTE flag set.Nick Clifton2017-03-021-1/+5
* Add support for displaying and merging GNU_BUILD_NOTEs.Nick Clifton2017-03-011-26/+367
* bfd: Rename Chunk and S3ForcedPedro Alves2017-02-171-6/+6
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix seg-fault running strip on a corrupt binary.Nick Clifton2016-12-061-1/+2
* Fix seg-fault running strip on a corrupt binary.Nick Clifton2016-12-051-1/+3
* Fix spelling in comments in C source files (binutils)Ambrogino Modigliani2016-11-271-1/+1
* objcopy: Close some memory leaks in error pathsAndrew Burgess2016-11-041-0/+3
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-1/+1
* -Wimplicit-fallthrough noreturn fixesAlan Modra2016-10-061-2/+2