aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix an off-by-one error in the IN_RANGE macro used by readelf. Add another u...Christian Eggers2019-11-061-3/+7
* readelf PT_PHDR checkAlan Modra2019-10-251-5/+11
* Add support for new functionality in the msp430 backend of GCC.Jozef Lawrynowicz2019-10-071-1/+31
* binutils: spaces -> tabs in CTF parts of objdump and readelfNick Alcock2019-10-031-11/+11
* binutils: readelf: when dumping CTF, load strtab and symtab automaticallyNick Alcock2019-10-031-2/+8
* libctf, binutils: dump the CTF headerNick Alcock2019-10-031-3/+4
* PR25046, readelf "Reading xxx bytes extends past end of file for dynamic sect...Alan Modra2019-09-301-3/+3
* PR24909, Uninitialized use on stack in readelfAlan Modra2019-08-161-6/+3
* Add support for a MIPS specific .MIPS.xhash section.Mihailo Stojanovic2019-08-091-4/+48
* Change the output of readelf's note display so that the "Data size" column he...Nick Clifton2019-08-081-1/+1
* readelf: mask unknown description data bytes.Jordan Rupprecht via binutils2019-08-081-1/+1
* Integer overflows in readelf get_dataAlan Modra2019-08-081-8/+6
* PR24876, readelf: heap-buffer-overflow in dump_ia64_unwindAlan Modra2019-08-071-1/+2
* Catch potential integer overflow in readelf when processing corrupt binaries.Nick Clifton2019-08-051-1/+1
* PR24871, readelf segv in dump_ia64_unwindAlan Modra2019-08-021-7/+15
* Stop an illegal memory access by readelf when parsing a corrupt MIPS binary f...Nick Clifton2019-07-251-4/+35
* SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra2019-07-231-43/+56
* readelf: avoid shadowing a libiberty symbolJan Beulich2019-06-251-2/+2
* Add support for NetBSD PaX notes to readelf.Christos Zoulas2019-06-121-15/+32
* Add support for NetBSD/sh3 core reg sections to readelf.Christos Zoulas2019-06-121-0/+17
* Add support to readelf to display NetBSD auxv notes in core files.Christos Zoulas2019-06-121-10/+21
* Add support for reporting Alpha and Vax symbol visibility in readelf.Christos Zoulas2019-06-111-0/+18
* Fix an unitinitalised local variable in decode_arm_unwind().Christos Zoulas2019-06-111-0/+5
* Revert patch that disables building libctf for non-ELF based targets.Nick Clifton2019-06-031-22/+0
* libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi2019-05-311-3/+0
* Harmonize readelf's output for version sections.Nick Clifton2019-05-301-2/+2
* Do not build libctf for targets that do not use the ELF file format.Nick Clifton2019-05-291-1/+23
* binutils: CTF support for objdump and readelfNick Alcock2019-05-281-0/+206
* readelf group errors/warningsAlan Modra2019-05-271-1/+1
* aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2019-05-241-0/+20
* binutils: add support for eBPFJose E. Marchesi2019-05-231-0/+8
* [PATCH 1/57][Arm][GAS]: Add support for +mve and +mve.fpAndre Vieira2019-05-161-0/+4
* [binutils, ARM, 1/16] Add support for Armv8.1-M Mainline CLIAndre Vieira2019-04-151-1/+1
* x86: Define GNU_PROPERTY_X86_ISA_1_AVX512_BF16H.J. Lu2019-04-081-0/+3
* [BFD, LD, AArch64, 3/3] Add --pac-plt to enable PLTs protected with PAC.Sudakshina Das2019-03-131-0/+2
* [BFD, LD, AArch64, 2/3] Add --force-bti to enable BTI and to select BTI enabl...Sudakshina Das2019-03-131-0/+31
* [BFD, LD, AArch64, 1/3] Add support for GNU PROPERTIES in AArch64 for BTI and...Sudakshina Das2019-03-131-0/+39
* Extend readelf and objdump so that they will display and follow multiple link...Nick Clifton2019-02-221-8/+15
* Fix potential illegal memory access by readelf when parsing a binary containi...Nick Clifton2019-02-201-7/+47
* Fix a illegal memory access fault when parsing a corrupt MIPS option section ...Nick Clifton2019-02-201-0/+6
* Harden readelf's IA64 note display function so that it can handle corrupt notes.Nick Clifton2019-02-201-18/+64
* Unsigned integer overflows in readelf checksAlan Modra2019-02-201-4/+6
* Prevent a potential illegal memory access in readelf when parsing a note with...Nick Clifton2019-01-251-13/+20
* RISC-V: Support ELF attribute for gas and readelf.Jim Wilson2019-01-161-0/+100
* Fix a heap use after free memory access fault when displaying error messages ...Nick Clifton2019-01-091-5/+8
* RX: binutils - Add RXv3 support.Yoshinori Sato2019-01-051-0/+2
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* elf: Add PT_GNU_PROPERTY segment typeH.J. Lu2018-12-141-16/+5
* PR23946, illegal memory access in readelf.c:slurp_ia64_unwind_tableAlan Modra2018-12-011-2/+20
* PR23945, NULL pointer dereference in readelf.c:slurp_hppa_unwind_tableAlan Modra2018-12-011-5/+17