summaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
Commit message (Expand)AuthorAgeFilesLines
* Use htab_eq_string in binutilsAlan Modra2021-05-091-9/+2
* Make objcopy -p work when an output file is specifiedAlan Modra2021-04-151-7/+6
* C99 binutils configuryAlan Modra2021-04-051-3/+1
* Use startswith more for strncmp function calls.Martin Liska2021-04-011-10/+10
* Use bool in binutilsAlan Modra2021-03-311-239/+240
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* Gate the displaying of non-debug sections in separate debuginfo files.Nick Clifton2021-03-041-1/+14
* PR27493, objcopy --weaken-symbol does not weaken undefined symbolsAlan Modra2021-03-031-1/+2
* Remove support for old v1 & v2 style GNU build notes.Nick Clifton2021-02-241-17/+2
* Use make_tempname file descriptor in smart_renameAlan Modra2021-02-241-11/+31
* binutils: Avoid renaming over existing filesSiddhesh Poyarekar2021-02-191-35/+7
* Fix a problem merging empty annobin notes on ppc64le targets.Nick Clifton2021-02-181-0/+5
* pr27270 and pr27284, ar segfaults and wrong file modeAlan Modra2021-02-031-2/+1
* Simplify the code at the end of objcopy's main() function.Nick Clifton2021-01-271-24/+9
* Fix thinko in objcopy's memory freeing code.Frederic Cambus2021-01-261-1/+1
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-071-0/+24
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Fix a build problem when using FreeBSD 12.Sebastian Huber2020-12-111-1/+1
* Remove references to the unofficial SHF_GNU_BUILD_NOTE section flag.Nick Clifton2020-12-071-5/+1
* binutils: Make smart_rename safe tooSiddhesh Poyarekar2020-12-071-8/+34
* objcopy: Get input file stat after BFD openSiddhesh Poyarekar2020-12-071-16/+7
* binutils: Use file descriptors from make_tempnameSiddhesh Poyarekar2020-12-071-8/+22
* Fix a potential illegal memory access by objcopy when extracting dwo sections.Nick Clifton2020-10-291-2/+9
* Fix a bug in objcopy/strip's ability to merge notes in multiple same-named se...Nick Clifton2020-10-061-4/+2
* Tidy elf_symbol_fromAlan Modra2020-09-161-1/+1
* PR26412 UBSAN: objcopy.c:3026 null pointer fwriteAlan Modra2020-08-261-2/+3
* PR26348, Malloc error in write_zerosAlan Modra2020-08-131-1/+9
* PR26069, strip/objcopy memory leaksAlan Modra2020-06-031-2/+4
* [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