aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-07Re: Add support for AArch64 EFI (efi-*-aarch64)Alan Modra1-46/+40
2021-11-23AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina1-0/+7
2021-11-01objcopy buffer overflowAlan Modra1-12/+9
2021-10-19Fix a potential illegal memory access when testing for a special LTO symbol n...Nick Clifton1-1/+2
2021-09-30make objcopy fail if it is asked to redefine symbols in an object file contai...Nick Clifton1-0/+7
2021-09-28PR28391, strip/objcopy --preserve-dates *.a: cannot set timeGleb Fotengauer-Malinovskiy1-0/+1
2021-05-09Use htab_eq_string in binutilsAlan Modra1-9/+2
2021-04-15Make objcopy -p work when an output file is specifiedAlan Modra1-7/+6
2021-04-05C99 binutils configuryAlan Modra1-3/+1
2021-04-01Use startswith more for strncmp function calls.Martin Liska1-10/+10
2021-03-31Use bool in binutilsAlan Modra1-239/+240
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-03-04Gate the displaying of non-debug sections in separate debuginfo files.Nick Clifton1-1/+14
2021-03-03PR27493, objcopy --weaken-symbol does not weaken undefined symbolsAlan Modra1-1/+2
2021-02-24Remove support for old v1 & v2 style GNU build notes.Nick Clifton1-17/+2
2021-02-24Use make_tempname file descriptor in smart_renameAlan Modra1-11/+31
2021-02-19binutils: Avoid renaming over existing filesSiddhesh Poyarekar1-35/+7
2021-02-18Fix a problem merging empty annobin notes on ppc64le targets.Nick Clifton1-0/+5
2021-02-03pr27270 and pr27284, ar segfaults and wrong file modeAlan Modra1-2/+1
2021-01-27Simplify the code at the end of objcopy's main() function.Nick Clifton1-24/+9
2021-01-26Fix thinko in objcopy's memory freeing code.Frederic Cambus1-1/+1
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+24
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-11Fix a build problem when using FreeBSD 12.Sebastian Huber1-1/+1
2020-12-07Remove references to the unofficial SHF_GNU_BUILD_NOTE section flag.Nick Clifton1-5/+1
2020-12-07binutils: Make smart_rename safe tooSiddhesh Poyarekar1-8/+34
2020-12-07objcopy: Get input file stat after BFD openSiddhesh Poyarekar1-16/+7
2020-12-07binutils: Use file descriptors from make_tempnameSiddhesh Poyarekar1-8/+22
2020-10-29Fix a potential illegal memory access by objcopy when extracting dwo sections.Nick Clifton1-2/+9
2020-10-06Fix a bug in objcopy/strip's ability to merge notes in multiple same-named se...Nick Clifton1-4/+2
2020-09-16Tidy elf_symbol_fromAlan Modra1-1/+1
2020-08-26PR26412 UBSAN: objcopy.c:3026 null pointer fwriteAlan Modra1-2/+3
2020-08-13PR26348, Malloc error in write_zerosAlan Modra1-1/+9
2020-06-03PR26069, strip/objcopy memory leaksAlan Modra1-2/+4
2020-05-04[PATCH] objcopy: Allow --dump-section to dump an empty SEC_HAS_CONTENTS sectionFangrui Song1-8/+4
2020-03-30Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton1-0/+5
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