summaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
AgeCommit message (Expand)Author
2022-08-06objcopy section alignmentAlan Modra
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra
2022-07-04objcopy: bfd_alloc orelocationAlan Modra
2022-06-16Always free matching vector from bfd_check_format_matchesAlan Modra
2022-05-19COFF/PE: don't leave zero timestamp after objcopy / stripJan Beulich
2022-04-12Stop strip from removing debuglink sections.Nick Clifton
2022-03-16objcopy --weaken-symbol: apply to STB_GNU_UNIQUE symbolsFangrui Song
2022-01-29objcopy --only-keep-debugAlan Modra
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-12-07Re: Add support for AArch64 EFI (efi-*-aarch64)Alan Modra
2021-11-23AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina
2021-11-01objcopy buffer overflowAlan Modra
2021-10-19Fix a potential illegal memory access when testing for a special LTO symbol n...Nick Clifton
2021-09-30make objcopy fail if it is asked to redefine symbols in an object file contai...Nick Clifton
2021-09-28PR28391, strip/objcopy --preserve-dates *.a: cannot set timeGleb Fotengauer-Malinovskiy
2021-05-09Use htab_eq_string in binutilsAlan Modra
2021-04-15Make objcopy -p work when an output file is specifiedAlan Modra
2021-04-05C99 binutils configuryAlan Modra
2021-04-01Use startswith more for strncmp function calls.Martin Liska
2021-03-31Use bool in binutilsAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-03-04Gate the displaying of non-debug sections in separate debuginfo files.Nick Clifton
2021-03-03PR27493, objcopy --weaken-symbol does not weaken undefined symbolsAlan Modra
2021-02-24Remove support for old v1 & v2 style GNU build notes.Nick Clifton
2021-02-24Use make_tempname file descriptor in smart_renameAlan Modra
2021-02-19binutils: Avoid renaming over existing filesSiddhesh Poyarekar
2021-02-18Fix a problem merging empty annobin notes on ppc64le targets.Nick Clifton
2021-02-03pr27270 and pr27284, ar segfaults and wrong file modeAlan Modra
2021-01-27Simplify the code at the end of objcopy's main() function.Nick Clifton
2021-01-26Fix thinko in objcopy's memory freeing code.Frederic Cambus
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-11Fix a build problem when using FreeBSD 12.Sebastian Huber
2020-12-07Remove references to the unofficial SHF_GNU_BUILD_NOTE section flag.Nick Clifton
2020-12-07binutils: Make smart_rename safe tooSiddhesh Poyarekar
2020-12-07objcopy: Get input file stat after BFD openSiddhesh Poyarekar
2020-12-07binutils: Use file descriptors from make_tempnameSiddhesh Poyarekar
2020-10-29Fix a potential illegal memory access by objcopy when extracting dwo sections.Nick Clifton
2020-10-06Fix a bug in objcopy/strip's ability to merge notes in multiple same-named se...Nick Clifton
2020-09-16Tidy elf_symbol_fromAlan Modra
2020-08-26PR26412 UBSAN: objcopy.c:3026 null pointer fwriteAlan Modra
2020-08-13PR26348, Malloc error in write_zerosAlan Modra
2020-06-03PR26069, strip/objcopy memory leaksAlan Modra
2020-05-04[PATCH] objcopy: Allow --dump-section to dump an empty SEC_HAS_CONTENTS sectionFangrui Song
2020-03-30Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton
2020-03-11PR25651, objcopy SIGSEGV in copy_objectAlan Modra
2020-03-06Fix an abort triggered when objcopy is used to set the "share" section flag o...Nick Clifton
2020-03-06PR25637, objcopy : SIGSEGV in copy_objectAlan Modra
2020-03-05PR25629, objcopy : SIGSEGV in filter_symbolsAlan Modra
2020-03-04objcopy: Fix for pr19005 on machines with more than one octet per byte.Christian Eggers