aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-24PowerPC64 st_other decoding in readelfAlan Modra1-3/+8
2018-08-22Correct readelf e_shstrndx range checkAlan Modra1-26/+38
2018-08-21Fix a seg-fault in readelf when parsing corrupt HPPA unwind tables.L. Simon1-2/+2
2018-08-06[ARC] Add Tag_ARC_ATR_version.claziss1-0/+6
2018-07-30Add support for the C_SKY series of processors.Andrew Jenner1-0/+9
2018-07-25Fix potential memory leaks in some of the binutils source files.Nick Clifton1-55/+80
2018-07-24PR23430, Indices misspelledAlan Modra1-5/+5
2018-07-20MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3aChenghua Xu1-0/+2
2018-07-16Fix typo in NT_PPC_TM_CVSX note descriptionPedro Franco de Carvalho1-1/+1
2018-07-12readelf: Don't print section type twice for --section-detailsFrancois H. Theron1-2/+1
2018-07-06Stop readelf from reporting gaps in the gnu build notes if the gap crosses a ...Nick Clifton1-2/+22
2018-06-19readelf: Handle more RISC-V relocationsAndreas Schwab1-1/+72
2018-06-14MIPS: Add Global INValidate ASE supportFaraz Shahbazker1-0/+2
2018-06-14elf: Check if the first symbol version is base versionH.J. Lu1-1/+6
2018-06-13MIPS: Add CRC ASE supportScott Egerton1-0/+2
2018-05-18RISC-V: Add RV32E support.Jim Wilson1-0/+3
2018-05-18Add support for the Freescale s12z processor.John Darrington1-0/+7
2018-05-10Add support for detecting Freescale S12Z binaries in readelf.John Darrington1-0/+1
2018-04-30This patch adds support to objdump for disassembly of NFP (Netronome Flow Pro...Francois H. Theron1-0/+37
2018-04-26Extend the assembler so that it can automatically generate GNU Build attribut...Nick Clifton1-1/+2
2018-04-25[ARM] Add FDPIC OSABI flag support.Christophe Lyon1-0/+7
2018-04-17Remove an abort() from the readelf sources.Nick Clifton1-1/+2
2018-04-17Reinstate readelf decoding of i860, i960 and i370 relocsAlan Modra1-0/+23
2018-04-16Fix i960 machine nameAlan Modra1-1/+1
2018-04-16Remove i370 supportAlan Modra1-7/+0
2018-04-14Reinstate readelf decoding of i860 and i960 machine namesAlan Modra1-0/+2
2018-04-12Fix the loading of the dynamic string table in a file without sections.Nick Clifton1-1/+1
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra1-18/+0
2018-03-23Improve readelf's selection of a file start symbol when displaying a gnu buil...Nick Clifton1-0/+13
2018-03-21DT_FLAGS_1: Add Solaris bitsH.J. Lu1-0/+15
2018-03-07Fix PR binutils/22923.Paul Pluzhnikov1-1/+1
2018-02-06Replace reachable assertion with a test and return of NULL.Nick Clifton1-1/+11
2018-01-03Add support for v3 binary annotation notes.Nick Clifton1-40/+114
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-19Stop readelf from complaining about relocation sections with an sh_info field...Nick Clifton1-5/+8
2017-12-06PR22552, readelf heap buffer overflow in load_debug_sectionAlan Modra1-6/+9
2017-11-30Prevent an illegal memory access in readelf when attempting to parse a corrup...Nick Clifton1-0/+4
2017-11-28Properly handle note sections and segmentsH.J. Lu1-16/+25