aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-01PR31941 objcopy --globalize-symbolAlan Modra1-0/+1
2024-07-01objcopy: Allow making symbol global and weak on same invocationMarcus Nilsson1-15/+16
2024-04-26objcopy: check input flavor before setting PE/COFF section alignmentJan Beulich1-0/+1
2024-04-23objcopy.c: Fix bfd_copy_private_symbol_data on 32-bit hostsH.J. Lu1-2/+2
2024-04-23use copy_private_symbol_data in objcopyAlan Modra1-0/+7
2024-04-11Re: Update objcopy's --section-alignment optionAlan Modra1-2/+6
2024-04-04Re: Update objcopy's --section-alignment optionAlan Modra1-2/+2
2024-04-02Update objcopy's --section-alignment option so that it sets the alignment fla...Nick Clifton1-9/+101
2024-01-26Fix: Stripping Rust static libraries fails because of overly zealous illegal ...Nick Clifton1-12/+14
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-27PR31191, objcopy leaves temporary filesAlan Modra1-23/+24
2023-12-05Handle "efi-app-riscv64" and similar targets in objcopy.Peter Jones1-0/+5
2023-10-23objcopy: fix typo in --heap and --stack parserClément Chigot1-2/+2
2023-10-16objcopy: Fix name of the field modified by pe_stack_reserve.Clément Chigot1-1/+1
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-3/+3
2023-08-02Revert "2.41 Release sources"Sam James1-38/+70
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-70/+38
2023-07-28coff/pe/xcoff and --extract-symbolsAlan Modra1-7/+19
2023-07-14More tidies to objcopy archive handlingAlan Modra1-28/+32
2023-07-09PR30592 objcopy: allow --set-section-flags to add or remove SHF_X86_64_LARGEFangrui Song1-3/+19
2023-06-29ELF: Discard non-alloc sections without section headerH.J. Lu1-1/+6
2023-06-29ELF: Strip section header in ELF objectsKaylee Blake1-2/+31
2023-06-07objcopy memory leaks after errorsAlan Modra1-0/+5
2023-06-02Minor objcopy optimisation for copy_relocations_in_sectionAlan Modra1-0/+2
2023-04-24objcopy of archives tidyAlan Modra1-16/+19
2023-04-06objcopy write_debugging_info memory leaksAlan Modra1-6/+6
2023-04-04Use bfd_alloc memory for read_debugging_info storageAlan Modra1-4/+1
2023-03-30Tidy leaked objcopy memoryAlan Modra1-3/+10
2023-02-16Delete PROGRESS macrosAlan Modra1-5/+0
2023-02-13objcopy memory leaksAlan Modra1-2/+1
2023-01-18Speed up objcopy's note merging.Nick Clifton1-7/+17
2023-01-06Make coff backend data read-onlyAlan Modra1-19/+16
2023-01-04objcopy fuzzed pe out of memoryAlan Modra1-0/+4
2023-01-04fuzzed file timeoutAlan Modra1-1/+2
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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