aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Don't access freed memory printing objcopy warningAlan Modra1-3/+5
2022-12-07Compression tidy and fixesAlan Modra1-6/+8
2022-12-06Get rid of SEC_ELF_RENAMEAlan Modra1-2/+7
2022-12-01Fix verilog output when the width is > 1.Nick Clifton1-2/+23
2022-11-14objcopy renaming section with explicit flagsAlan Modra1-6/+1
2022-11-09Re: Fuzzed files in archivesAlan Modra1-14/+7
2022-10-29Fix small objcopy memory leakAlan Modra1-0/+1
2022-10-27Fuzzed files in archivesAlan Modra1-0/+1
2022-10-12Fix objcopy's error message when it cannot add a .gnu_debuglink section becau...Nick Clifton1-1/+1
2022-09-30objcopy: avoid "shadowing" of remove() function nameJan Beulich1-4/+4
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song1-4/+15
2022-09-20Stop strip from complaining about empty note sections when stripping a binary...Nick Clifton1-5/+3
2022-09-09Support debuginfo files with empty group sections.Nick Clifton1-3/+12
2022-08-16PR29362, some binutils memory leaksAlan Modra1-0/+16
2022-08-06objcopy section alignmentAlan Modra1-19/+7
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-39/+19
2022-07-04objcopy: bfd_alloc orelocationAlan Modra1-24/+13
2022-06-16Always free matching vector from bfd_check_format_matchesAlan Modra1-8/+2
2022-05-19COFF/PE: don't leave zero timestamp after objcopy / stripJan Beulich1-6/+8
2022-04-12Stop strip from removing debuglink sections.Nick Clifton1-2/+14
2022-03-16objcopy --weaken-symbol: apply to STB_GNU_UNIQUE symbolsFangrui Song1-2/+2
2022-01-29objcopy --only-keep-debugAlan Modra1-3/+3
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