egrep in binutils
[binutils-gdb.git] / binutils / objcopy.c
2022-09-27 Fangrui Songbinutils, gdb: support zstd compressed debug sections
2022-09-20 Nick CliftonStop strip from complaining about empty note sections...
2022-09-09 Nick CliftonSupport debuginfo files with empty group sections.
2022-08-15 Alan ModraPR29362, some binutils memory leaks
2022-08-06 Alan Modraobjcopy section alignment
2022-08-01 Alan ModraGet rid of fprintf_vma and sprintf_vma
2022-07-04 Alan Modraobjcopy: bfd_alloc orelocation
2022-06-16 Alan ModraAlways free matching vector from bfd_check_format_matches
2022-05-19 Jan BeulichCOFF/PE: don't leave zero timestamp after objcopy ...
2022-04-12 Nick CliftonStop strip from removing debuglink sections.
2022-03-16 Fangrui Songobjcopy --weaken-symbol: apply to STB_GNU_UNIQUE symbols
2022-01-29 Alan Modraobjcopy --only-keep-debug
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2021-12-07 Alan ModraRe: Add support for AArch64 EFI (efi-*-aarch64)
2021-11-23 Tamar ChristinaAArch64: Add support for AArch64 EFI (efi-*-aarch64).
2021-11-01 Alan Modraobjcopy buffer overflow
2021-10-19 Nick CliftonFix a potential illegal memory access when testing...
2021-09-30 Nick Cliftonmake objcopy fail if it is asked to redefine symbols...
2021-09-28 Gleb Fotengauer... PR28391, strip/objcopy --preserve-dates *.a: cannot...
2021-05-09 Alan ModraUse htab_eq_string in binutils
2021-04-15 Alan ModraMake objcopy -p work when an output file is specified
2021-04-05 Alan ModraC99 binutils configury
2021-04-01 Martin LiskaUse startswith more for strncmp function calls.
2021-03-31 Alan ModraUse bool in binutils
2021-03-22 Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-03-04 Nick CliftonGate the displaying of non-debug sections in separate...
2021-03-03 Alan ModraPR27493, objcopy --weaken-symbol does not weaken undefi...
2021-02-24 Nick CliftonRemove support for old v1 & v2 style GNU build notes.
2021-02-23 Alan ModraUse make_tempname file descriptor in smart_rename
2021-02-19 Siddhesh Poyarekarbinutils: Avoid renaming over existing files
2021-02-18 Nick CliftonFix a problem merging empty annobin notes on ppc64le...
2021-02-03 Alan Modrapr27270 and pr27284, ar segfaults and wrong file mode
2021-01-27 Nick CliftonSimplify the code at the end of objcopy's main() function.
2021-01-26 Frederic CambusFix thinko in objcopy's memory freeing code.
2021-01-07 H.J. LuELF: Don't generate unused section symbols
2021-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2020-12-11 Sebastian HuberFix a build problem when using FreeBSD 12.
2020-12-07 Nick CliftonRemove references to the unofficial SHF_GNU_BUILD_NOTE...
2020-12-07 Siddhesh Poyarekarbinutils: Make smart_rename safe too
2020-12-07 Siddhesh Poyarekarobjcopy: Get input file stat after BFD open
2020-12-07 Siddhesh Poyarekarbinutils: Use file descriptors from make_tempname
2020-10-29 Nick CliftonFix a potential illegal memory access by objcopy when...
2020-10-06 Nick CliftonFix a bug in objcopy/strip's ability to merge notes...
2020-09-16 Alan ModraTidy elf_symbol_from
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...
next