aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-20Fix a illegal memory access fault when parsing a corrupt MIPS option section ...Nick Clifton1-0/+6
2019-02-20Harden readelf's IA64 note display function so that it can handle corrupt notes.Nick Clifton1-18/+64
2019-02-20Unsigned integer overflows in readelf checksAlan Modra1-4/+6
2019-01-25Prevent a potential illegal memory access in readelf when parsing a note with...Nick Clifton1-13/+20
2019-01-16RISC-V: Support ELF attribute for gas and readelf.Jim Wilson1-0/+100
2019-01-09Fix a heap use after free memory access fault when displaying error messages ...Nick Clifton1-5/+8
2019-01-05RX: binutils - Add RXv3 support.Yoshinori Sato1-0/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-14elf: Add PT_GNU_PROPERTY segment typeH.J. Lu1-16/+5
2018-12-01PR23946, illegal memory access in readelf.c:slurp_ia64_unwind_tableAlan Modra1-2/+20
2018-12-01PR23945, NULL pointer dereference in readelf.c:slurp_hppa_unwind_tableAlan Modra1-5/+17
2018-11-27Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard1-18/+0
2018-11-02Squash readelf warning on zero sh_link reloc sectionAlan Modra1-20/+20
2018-10-23S12Z: New 32 bit Reloc.John Darrington1-1/+2
2018-10-16PR23780, assertion abort in function display_raw_attributeAlan Modra1-1/+1
2018-10-10HPPA64 .PARISC.unwind entriesAlan Modra1-2/+2
2018-10-08Handle R_RISCV_32_PCREL in readelfAndreas Schwab1-0/+2
2018-09-22Revert part of commit 32ec8896025Alan Modra1-6/+1
2018-08-30Treat SHT_FINI_ARRAY and SHT_PREINIT_ARRAY as relocatable sectionsH.J. Lu1-0/+2
2018-08-29[MIPS] Add Loongson 2K1000 proccessor support.Chenghua Xu1-0/+1
2018-08-29[MIPS] Add Loongson 3A2000/3A3000 proccessor support.Chenghua Xu1-0/+1
2018-08-29[MIPS] Add Loongson 3A1000 proccessor support.Chenghua Xu1-4/+1
2018-08-29[MIPS/GAS] Add Loongson EXT2 Instructions support.Chenghua Xu1-0/+2
2018-08-29[MIPS/GAS] Split Loongson EXT Instructions from loongson3a.Chenghua Xu1-0/+2
2018-08-29[MIPS/GAS] Split Loongson CAM Instructions from loongson3aChenghua Xu1-0/+2
2018-08-27x86: Don't mask out the GNU_PROPERTY_X86_UINT32_VALID bitH.J. Lu1-8/+28
2018-08-27readelf.c: Break multi-statement lineH.J. Lu1-3/+9
2018-08-25elf: Check for corrupt symbol version infoH.J. Lu1-0/+9
2018-08-24x86: Update GNU_PROPERTY_X86_XXX macrosH.J. Lu1-38/+237
2018-08-24x86: Add GNU_PROPERTY_X86_UINT32_VALIDH.J. Lu1-9/+35