readelf: ubsan: shift exponent 32 is too large
[binutils-gdb.git] / binutils / objcopy.c
2020-08-26 Alan ModraPR26412 UBSAN: objcopy.c:3026 null pointer fwrite
2020-08-12 Alan ModraPR26348, Malloc error in write_zeros
2020-06-03 Alan ModraPR26069, strip/objcopy memory leaks
2020-05-04 Fangrui Song[PATCH] objcopy: Allow --dump-section to dump an empty...
2020-03-30 Nick CliftonFix objcopy's --preserve-dates command line option...
2020-03-11 Alan ModraPR25651, objcopy SIGSEGV in copy_object
2020-03-06 Nick CliftonFix an abort triggered when objcopy is used to set...
2020-03-06 Alan ModraPR25637, objcopy : SIGSEGV in copy_object
2020-03-05 Alan ModraPR25629, objcopy : SIGSEGV in filter_symbols
2020-03-04 Christian Eggersobjcopy: Fix for pr19005 on machines with more than...
2020-02-10 Fangrui SongAllow objcopy's --set-section-flags options to add...
2020-01-27 Roland McGrathFix objcopy --merge-notes dependency on qsort implement...
2020-01-09 Nick CliftonFix an attempt to free a static pointer when using...
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2019-11-21 Nick CliftonFix potential buffer overrun in objcopy's note merging...
2019-11-19 Alan ModraPR24499, ignore --add-gnu-debuglink for archives
2019-11-19 Alan ModraPR24968, make objcopy use output ELF arch if -B not...
2019-11-19 Alan ModraPR25191, internal error in _bfd_elf_set_section_contents
2019-11-07 Nick CliftonFix bug merging notes with objcopy when no merging...
2019-11-04 Fāng-ruì SòngImplement objcopy/strip --keep-section=<sectionpattern>
2019-10-26 Alan Modrasort_gnu_build_notes fix
2019-10-25 Nick CliftonImprove objcopy's note mergeing capabilities.
2019-10-14 Alan Modraqsort: objcopy.c section sort
2019-10-02 Nick CliftonChange objcopy's --set-section-alignment option to...
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Alan Modrabfd_asymbol_* macros
2019-09-11 Tom TromeyConstify argument to make_tempname and make_tempdir
2019-09-06 Alan Modrabfd_get_filename
2019-08-28 Niklas G?rtlerAdd an option to objcopy to change the alignment of...
2019-08-05 Nick CliftonFix objcopy's note merging capabilities so that they...
2019-05-14 Jamey HicksAdd new option to objcopy: --verilog-data-width. Use...
2019-04-24 Nick CliftonStop strip from merging notes when stripping debug...
2019-03-04 Nick CliftonStop objcopy from attempting to copy thin archives.
2019-01-04 Nick CliftonFix ridiculously small memory leak.
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-10-15 Alan ModraBFD_INIT_MAGIC
2018-10-11 Nick CliftonPrevent the --keep-global-symbol and --globalize-symbol...
2018-09-17 H.J. LuFree symbol buffers if they are no longer in use
2018-09-17 Alan ModraSupport objcopy --remove-section=.relaFOO
2018-09-13 Nick CliftonFix a use-after-freed error introduced by previous...
2018-09-10 Alan ModraPR23611, objcopy is not removing executable relocatable...
2018-08-03 Nick CliftonImprove objcopy's ability to merge build notes.
2018-07-24 Nick CliftonUpdated French translation for ld/ and Swedish translat...
2018-07-20 Nick CliftonClose memory and resource leaks detected by coverity...
2018-05-08 Alan ModraPR23141, SIGSEGV in bfd_elf_set_group_contents
2018-05-07 Alan ModraBug 23142, SIGSEGV in is_strip_section
2018-04-16 Alan ModraRemove IEEE 695 object support
2018-02-27 Nick CliftonHave info_to_howto functions return a success/fail...
2018-01-30 Alan Modra32-bit objcopy build fail
2018-01-03 Nick CliftonFix compile time warning introduced by previous delta.
2018-01-03 Nick CliftonAdd support for v3 binary annotation notes.
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-12-08 Nick CliftonFix stripping relocs in a file with mergeable notes.
2017-12-06 Jim WilsonObjcopy interleave fails if section address not multipl...
2017-11-15 Alan Modraobjcopy memory leak
2017-10-05 Nick CliftonFix strip so that is accepts -M as an abbreviation...
2017-07-01 Alan ModraUse bfd_malloc_and_get_section
2017-06-28 Nick CliftonAdd support for version 2 of the GNU Build Attribute...
2017-05-20 Jose E. Marchesibinutils: remove sparc64/mips64 workaround in objcopy...
2017-05-02 H.J. LuCast relcount to unsigned long when comparing with...
2017-05-02 Nick CliftonDon't merge notes when the relocs associated with them...
2017-05-01 Alan Modramerge_gnu_build_notes reloc deletion
2017-04-13 Nick CliftonAdd note merging to strip and add code to merge stack...
2017-04-06 Jiong Wang[objcopy] Fix quadratic-time when handling --redefine...
2017-03-21 Nick CliftonUpdate support for GNU BUILD notes so that version...
2017-03-02 Nick CliftonSupport merging build notes in sections without the...
2017-03-01 Nick CliftonAdd support for displaying and merging GNU_BUILD_NOTEs.
2017-02-17 Pedro Alvesbfd: Rename Chunk and S3Forced
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-12-06 Nick CliftonFix seg-fault running strip on a corrupt binary.
2016-12-05 Nick CliftonFix seg-fault running strip on a corrupt binary.
2016-11-27 Ambrogino ModiglianiFix spelling in comments in C source files (binutils)
2016-11-04 Andrew Burgessobjcopy: Close some memory leaks in error paths
2016-10-05 Alan Modra-Wimplicit-fallthrough warning fixes
2016-10-05 Alan Modra-Wimplicit-fallthrough noreturn fixes
2016-07-16 Alan ModraDon't include libbfd.h outside of bfd, part 1
2016-07-14 Andrew Burgessobjcopy/strip: Add option --remove-relocations=SECTIONP...
2016-07-14 Andrew Burgessobjcopy/strip: Allow section patterns starting with...
2016-06-24 Alan ModraMIPS objcopy --rename-section fix
2016-06-14 John BaldwinUse correct enum type for do_elf_stt_common.
2016-06-02 Nick CliftonAlso check that the group header's sh_info field is...
2016-06-02 Nick CliftonFix a seg-fault when stripping a corrupt binary.
2016-05-31 Alan Modraobjcopy add-symbol uninitialised struct
2016-05-18 Nick CliftonPrevent a run time segmentation fault when stripping...
2016-02-26 H.J. LuProperly implement STT_COMMON
2016-01-01 Alan ModraCopyright update for binutils
2015-11-20 Ronald HoogenboomFix building objcopy under mingw64 by replacing uses...
2015-10-22 Hans-Peter Nilssonbinutils/objcopy.c (setup_section): missing extract_sym...
2015-10-21 Ronald HoogenbllonAdd ability for objcopy to insert new symbols into...
2015-10-15 Alan Modraobjcopy --extract-symbol
2015-09-29 H.J. LuDon't use the output section size to copy input section
2015-09-29 H.J. LuAdjust the output section size to skip gap fills
2015-08-12 H.J. LuRemove trailing spaces in binutils
2015-08-07 Andrew Burgessobjcopy: Improve wildcard matching for symbols with...
2015-07-14 H.J. LuMake default compression gABI compliant
2015-07-10 H.J. LuProperly convert objects between different ELF classes
2015-04-23 H.J. LuDon't change compressed input debug section names
2015-04-09 H.J. LuProperly check --compress-debug-sections=XXX
2015-04-08 H.J. LuAdd SHF_COMPRESSED support to gas and objcopy
2015-04-08 H.J. LuDisplay --interleave[=<number>]
next