Age | Commit message (Expand) | Author | Files | Lines |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-12-07 | Re: Add support for AArch64 EFI (efi-*-aarch64) | Alan Modra | 1 | -46/+40 |
2021-11-23 | AArch64: Add support for AArch64 EFI (efi-*-aarch64). | Tamar Christina | 1 | -0/+7 |
2021-11-01 | objcopy buffer overflow | Alan Modra | 1 | -12/+9 |
2021-10-19 | Fix a potential illegal memory access when testing for a special LTO symbol n... | Nick Clifton | 1 | -1/+2 |
2021-09-30 | make objcopy fail if it is asked to redefine symbols in an object file contai... | Nick Clifton | 1 | -0/+7 |
2021-09-28 | PR28391, strip/objcopy --preserve-dates *.a: cannot set time | Gleb Fotengauer-Malinovskiy | 1 | -0/+1 |
2021-05-09 | Use htab_eq_string in binutils | Alan Modra | 1 | -9/+2 |
2021-04-15 | Make objcopy -p work when an output file is specified | Alan Modra | 1 | -7/+6 |
2021-04-05 | C99 binutils configury | Alan Modra | 1 | -3/+1 |
2021-04-01 | Use startswith more for strncmp function calls. | Martin Liska | 1 | -10/+10 |
2021-03-31 | Use bool in binutils | Alan Modra | 1 | -239/+240 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -1/+1 |
2021-03-04 | Gate the displaying of non-debug sections in separate debuginfo files. | Nick Clifton | 1 | -1/+14 |
2021-03-03 | PR27493, objcopy --weaken-symbol does not weaken undefined symbols | Alan Modra | 1 | -1/+2 |
2021-02-24 | Remove support for old v1 & v2 style GNU build notes. | Nick Clifton | 1 | -17/+2 |
2021-02-24 | Use make_tempname file descriptor in smart_rename | Alan Modra | 1 | -11/+31 |
2021-02-19 | binutils: Avoid renaming over existing files | Siddhesh Poyarekar | 1 | -35/+7 |
2021-02-18 | Fix a problem merging empty annobin notes on ppc64le targets. | Nick Clifton | 1 | -0/+5 |
2021-02-03 | pr27270 and pr27284, ar segfaults and wrong file mode | Alan Modra | 1 | -2/+1 |
2021-01-27 | Simplify the code at the end of objcopy's main() function. | Nick Clifton | 1 | -24/+9 |
2021-01-26 | Fix thinko in objcopy's memory freeing code. | Frederic Cambus | 1 | -1/+1 |
2021-01-07 | ELF: Don't generate unused section symbols | H.J. Lu | 1 | -0/+24 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-11 | Fix a build problem when using FreeBSD 12. | Sebastian Huber | 1 | -1/+1 |
2020-12-07 | Remove references to the unofficial SHF_GNU_BUILD_NOTE section flag. | Nick Clifton | 1 | -5/+1 |
2020-12-07 | binutils: Make smart_rename safe too | Siddhesh Poyarekar | 1 | -8/+34 |
2020-12-07 | objcopy: Get input file stat after BFD open | Siddhesh Poyarekar | 1 | -16/+7 |
2020-12-07 | binutils: Use file descriptors from make_tempname | Siddhesh Poyarekar | 1 | -8/+22 |
2020-10-29 | Fix a potential illegal memory access by objcopy when extracting dwo sections. | Nick Clifton | 1 | -2/+9 |
2020-10-06 | Fix a bug in objcopy/strip's ability to merge notes in multiple same-named se... | Nick Clifton | 1 | -4/+2 |
2020-09-16 | Tidy elf_symbol_from | Alan Modra | 1 | -1/+1 |
2020-08-26 | PR26412 UBSAN: objcopy.c:3026 null pointer fwrite | Alan Modra | 1 | -2/+3 |
2020-08-13 | PR26348, Malloc error in write_zeros | Alan Modra | 1 | -1/+9 |
2020-06-03 | PR26069, strip/objcopy memory leaks | Alan Modra | 1 | -2/+4 |
2020-05-04 | [PATCH] objcopy: Allow --dump-section to dump an empty SEC_HAS_CONTENTS section | Fangrui Song | 1 | -8/+4 |
2020-03-30 | Fix objcopy's --preserve-dates command line option so that it will work with ... | Nick Clifton | 1 | -0/+5 |
2020-03-11 | PR25651, objcopy SIGSEGV in copy_object | Alan Modra | 1 | -17/+16 |
2020-03-06 | Fix an abort triggered when objcopy is used to set the "share" section flag o... | Nick Clifton | 1 | -3/+32 |
2020-03-06 | PR25637, objcopy : SIGSEGV in copy_object | Alan Modra | 1 | -6/+7 |
2020-03-05 | PR25629, objcopy : SIGSEGV in filter_symbols | Alan Modra | 1 | -2/+7 |
2020-03-04 | objcopy: Fix for pr19005 on machines with more than one octet per byte. | Christian Eggers | 1 | -12/+16 |
2020-02-10 | Allow objcopy's --set-section-flags options to add or remove the SHF_EXCLUDE ... | Fangrui Song | 1 | -1/+2 |
2020-01-27 | Fix objcopy --merge-notes dependency on qsort implementation behavior.users/roland/objcopy-merge-notes-qsort | Roland McGrath | 1 | -16/+18 |
2020-01-09 | Fix an attempt to free a static pointer when using objcopy's symbol addition ... | Nick Clifton | 1 | -5/+10 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-21 | Fix potential buffer overrun in objcopy's note merging code. | Nick Clifton | 1 | -3/+8 |
2019-11-19 | PR24499, ignore --add-gnu-debuglink for archives | Alan Modra | 1 | -0/+8 |
2019-11-19 | PR24968, make objcopy use output ELF arch if -B not given | Alan Modra | 1 | -2/+9 |
2019-11-19 | PR25191, internal error in _bfd_elf_set_section_contents | Alan Modra | 1 | -10/+15 |