summaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
Commit message (Expand)AuthorAgeFilesLines
* objcopy of archives tidyAlan Modra2023-04-241-16/+19
* objcopy write_debugging_info memory leaksAlan Modra2023-04-061-6/+6
* Use bfd_alloc memory for read_debugging_info storageAlan Modra2023-04-041-4/+1
* Tidy leaked objcopy memoryAlan Modra2023-03-301-3/+10
* Delete PROGRESS macrosAlan Modra2023-02-161-5/+0
* objcopy memory leaksAlan Modra2023-02-131-2/+1
* Speed up objcopy's note merging.Nick Clifton2023-01-181-7/+17
* Make coff backend data read-onlyAlan Modra2023-01-061-19/+16
* objcopy fuzzed pe out of memoryAlan Modra2023-01-041-0/+4
* fuzzed file timeoutAlan Modra2023-01-041-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Don't access freed memory printing objcopy warningAlan Modra2022-12-141-3/+5
* Compression tidy and fixesAlan Modra2022-12-071-6/+8
* Get rid of SEC_ELF_RENAMEAlan Modra2022-12-061-2/+7
* Fix verilog output when the width is > 1.Nick Clifton2022-12-011-2/+23
* objcopy renaming section with explicit flagsAlan Modra2022-11-141-6/+1
* Re: Fuzzed files in archivesAlan Modra2022-11-091-14/+7
* Fix small objcopy memory leakAlan Modra2022-10-291-0/+1
* Fuzzed files in archivesAlan Modra2022-10-271-0/+1
* Fix objcopy's error message when it cannot add a .gnu_debuglink section becau...Nick Clifton2022-10-121-1/+1
* objcopy: avoid "shadowing" of remove() function nameJan Beulich2022-09-301-4/+4
* binutils, gdb: support zstd compressed debug sectionsFangrui Song2022-09-261-4/+15
* Stop strip from complaining about empty note sections when stripping a binary...Nick Clifton2022-09-201-5/+3
* Support debuginfo files with empty group sections.Nick Clifton2022-09-091-3/+12
* PR29362, some binutils memory leaksAlan Modra2022-08-161-0/+16
* objcopy section alignmentAlan Modra2022-08-061-19/+7
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-011-39/+19
* objcopy: bfd_alloc orelocationAlan Modra2022-07-041-24/+13
* Always free matching vector from bfd_check_format_matchesAlan Modra2022-06-161-8/+2
* COFF/PE: don't leave zero timestamp after objcopy / stripJan Beulich2022-05-191-6/+8
* Stop strip from removing debuglink sections.Nick Clifton2022-04-121-2/+14
* objcopy --weaken-symbol: apply to STB_GNU_UNIQUE symbolsFangrui Song2022-03-161-2/+2
* objcopy --only-keep-debugAlan Modra2022-01-291-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Re: Add support for AArch64 EFI (efi-*-aarch64)Alan Modra2021-12-071-46/+40
* AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina2021-11-231-0/+7
* objcopy buffer overflowAlan Modra2021-11-011-12/+9
* Fix a potential illegal memory access when testing for a special LTO symbol n...Nick Clifton2021-10-191-1/+2
* make objcopy fail if it is asked to redefine symbols in an object file contai...Nick Clifton2021-09-301-0/+7
* PR28391, strip/objcopy --preserve-dates *.a: cannot set timeGleb Fotengauer-Malinovskiy2021-09-281-0/+1
* 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