aboutsummaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-07Fix bug merging notes with objcopy when no merging results in zeroes being wr...Nick Clifton1-15/+14
2019-11-04Implement objcopy/strip --keep-section=<sectionpattern>Fāng-ruì Sòng1-7/+24
2019-10-26sort_gnu_build_notes fixAlan Modra1-1/+1
2019-10-25Improve objcopy's note mergeing capabilities.Nick Clifton1-314/+447
2019-10-14qsort: objcopy.c section sortAlan Modra1-9/+13
2019-10-02Change objcopy's --set-section-alignment option to take a byte alignment valu...Nick Clifton1-8/+21
2019-09-19bfd_section_* macrosAlan Modra1-61/+58
2019-09-18bfd_asymbol_* macrosAlan Modra1-12/+12
2019-09-11Constify argument to make_tempname and make_tempdirTom Tromey1-1/+1
2019-09-06bfd_get_filenameAlan Modra1-1/+1
2019-08-28Add an option to objcopy to change the alignment of sections.Niklas G?rtler1-4/+46
2019-08-05Fix objcopy's note merging capabilities so that they no longer insist on the ...Nick Clifton1-11/+9
2019-05-14Add new option to objcopy: --verilog-data-width. Use this option to set the ...Jamey Hicks1-0/+14
2019-04-24Stop strip from merging notes when stripping debug or dwo information.Nick Clifton1-2/+13
2019-03-04Stop objcopy from attempting to copy thin archives.Nick Clifton1-0/+21