aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov1-0/+1
2020-02-03readelf: add missing newlines to error messagesAndreas Schwab1-6/+9
2020-01-28Improve warning message from debuginfod support in readelf.Nick Clifton1-21/+16
2020-01-24Fix issue with warning messages about corrupt debuginfod notes.Nick Clifton1-2/+2
2020-01-22PR25417, Fix minor typosYuri Chornoivan1-1/+1
2020-01-13PR23560, PR23561, readelf memory leaksAlan Modra1-11/+20
2020-01-09Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey1-0/+132
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov1-0/+29
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-23Revise sleb128 and uleb128 readerAlan Modra1-154/+71
2019-11-28binutils: Rename init_dwarf_regnamesAndrew Burgess1-1/+1
2019-11-06Fix an off-by-one error in the IN_RANGE macro used by readelf. Add another u...Christian Eggers1-3/+7
2019-10-25readelf PT_PHDR checkAlan Modra1-5/+11
2019-10-07Add support for new functionality in the msp430 backend of GCC.Jozef Lawrynowicz1-1/+31
2019-10-03binutils: spaces -> tabs in CTF parts of objdump and readelfNick Alcock1-11/+11
2019-10-03binutils: readelf: when dumping CTF, load strtab and symtab automaticallyNick Alcock1-2/+8
2019-10-03libctf, binutils: dump the CTF headerNick Alcock1-3/+4
2019-09-30PR25046, readelf "Reading xxx bytes extends past end of file for dynamic sect...Alan Modra1-3/+3
2019-08-16PR24909, Uninitialized use on stack in readelfAlan Modra1-6/+3
2019-08-09Add support for a MIPS specific .MIPS.xhash section.Mihailo Stojanovic1-4/+48
2019-08-08Change the output of readelf's note display so that the "Data size" column he...Nick Clifton1-1/+1
2019-08-08readelf: mask unknown description data bytes.Jordan Rupprecht via binutils1-1/+1
2019-08-08Integer overflows in readelf get_dataAlan Modra1-8/+6
2019-08-07PR24876, readelf: heap-buffer-overflow in dump_ia64_unwindAlan Modra1-1/+2
2019-08-05Catch potential integer overflow in readelf when processing corrupt binaries.Nick Clifton1-1/+1
2019-08-02PR24871, readelf segv in dump_ia64_unwindAlan Modra1-7/+15
2019-07-25Stop an illegal memory access by readelf when parsing a corrupt MIPS binary f...Nick Clifton1-4/+35
2019-07-23SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra1-43/+56
2019-06-25readelf: avoid shadowing a libiberty symbolJan Beulich1-2/+2
2019-06-12Add support for NetBSD PaX notes to readelf.Christos Zoulas1-15/+32
2019-06-12Add support for NetBSD/sh3 core reg sections to readelf.Christos Zoulas1-0/+17
2019-06-12Add support to readelf to display NetBSD auxv notes in core files.Christos Zoulas1-10/+21
2019-06-11Add support for reporting Alpha and Vax symbol visibility in readelf.Christos Zoulas1-0/+18
2019-06-11Fix an unitinitalised local variable in decode_arm_unwind().Christos Zoulas1-0/+5
2019-06-03Revert patch that disables building libctf for non-ELF based targets.Nick Clifton1-22/+0
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi1-3/+0
2019-05-30Harmonize readelf's output for version sections.Nick Clifton1-2/+2
2019-05-29Do not build libctf for targets that do not use the ELF file format.Nick Clifton1-1/+23
2019-05-28binutils: CTF support for objdump and readelfNick Alcock1-0/+206
2019-05-27readelf group errors/warningsAlan Modra1-1/+1
2019-05-24aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy1-0/+20
2019-05-23binutils: add support for eBPFJose E. Marchesi1-0/+8
2019-05-16[PATCH 1/57][Arm][GAS]: Add support for +mve and +mve.fpAndre Vieira1-0/+4
2019-04-15[binutils, ARM, 1/16] Add support for Armv8.1-M Mainline CLIAndre Vieira1-1/+1
2019-04-08x86: Define GNU_PROPERTY_X86_ISA_1_AVX512_BF16H.J. Lu1-0/+3
2019-03-13[BFD, LD, AArch64, 3/3] Add --pac-plt to enable PLTs protected with PAC.Sudakshina Das1-0/+2
2019-03-13[BFD, LD, AArch64, 2/3] Add --force-bti to enable BTI and to select BTI enabl...Sudakshina Das1-0/+31
2019-03-13[BFD, LD, AArch64, 1/3] Add support for GNU PROPERTIES in AArch64 for BTI and...Sudakshina Das1-0/+39
2019-02-22Extend readelf and objdump so that they will display and follow multiple link...Nick Clifton1-8/+15
2019-02-20Fix potential illegal memory access by readelf when parsing a binary containi...Nick Clifton1-7/+47