summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* Treat SHT_FINI_ARRAY and SHT_PREINIT_ARRAY as relocatable sectionsH.J. Lu2018-08-301-0/+2
* [MIPS] Add Loongson 2K1000 proccessor support.Chenghua Xu2018-08-291-0/+1
* [MIPS] Add Loongson 3A2000/3A3000 proccessor support.Chenghua Xu2018-08-291-0/+1
* [MIPS] Add Loongson 3A1000 proccessor support.Chenghua Xu2018-08-291-4/+1
* [MIPS/GAS] Add Loongson EXT2 Instructions support.Chenghua Xu2018-08-291-0/+2
* [MIPS/GAS] Split Loongson EXT Instructions from loongson3a.Chenghua Xu2018-08-291-0/+2
* [MIPS/GAS] Split Loongson CAM Instructions from loongson3aChenghua Xu2018-08-291-0/+2
* x86: Don't mask out the GNU_PROPERTY_X86_UINT32_VALID bitH.J. Lu2018-08-271-8/+28
* readelf.c: Break multi-statement lineH.J. Lu2018-08-271-3/+9
* elf: Check for corrupt symbol version infoH.J. Lu2018-08-251-0/+9
* x86: Update GNU_PROPERTY_X86_XXX macrosH.J. Lu2018-08-241-38/+237
* x86: Add GNU_PROPERTY_X86_UINT32_VALIDH.J. Lu2018-08-241-9/+35
* PowerPC64 st_other decoding in readelfAlan Modra2018-08-241-3/+8
* Correct readelf e_shstrndx range checkAlan Modra2018-08-221-26/+38
* Fix a seg-fault in readelf when parsing corrupt HPPA unwind tables.L. Simon2018-08-211-2/+2
* [ARC] Add Tag_ARC_ATR_version.claziss2018-08-061-0/+6
* Add support for the C_SKY series of processors.Andrew Jenner2018-07-301-0/+9
* Fix potential memory leaks in some of the binutils source files.Nick Clifton2018-07-251-55/+80
* PR23430, Indices misspelledAlan Modra2018-07-241-5/+5
* MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3aChenghua Xu2018-07-201-0/+2
* Fix typo in NT_PPC_TM_CVSX note descriptionPedro Franco de Carvalho2018-07-161-1/+1
* readelf: Don't print section type twice for --section-detailsFrancois H. Theron2018-07-121-2/+1
* Stop readelf from reporting gaps in the gnu build notes if the gap crosses a ...Nick Clifton2018-07-061-2/+22
* readelf: Handle more RISC-V relocationsAndreas Schwab2018-06-191-1/+72
* MIPS: Add Global INValidate ASE supportFaraz Shahbazker2018-06-141-0/+2
* elf: Check if the first symbol version is base versionH.J. Lu2018-06-141-1/+6
* MIPS: Add CRC ASE supportScott Egerton2018-06-131-0/+2
* RISC-V: Add RV32E support.Jim Wilson2018-05-181-0/+3
* Add support for the Freescale s12z processor.John Darrington2018-05-181-0/+7
* Add support for detecting Freescale S12Z binaries in readelf.John Darrington2018-05-101-0/+1
* This patch adds support to objdump for disassembly of NFP (Netronome Flow Pro...Francois H. Theron2018-04-301-0/+37
* Extend the assembler so that it can automatically generate GNU Build attribut...Nick Clifton2018-04-261-1/+2
* [ARM] Add FDPIC OSABI flag support.Christophe Lyon2018-04-251-0/+7
* Remove an abort() from the readelf sources.Nick Clifton2018-04-171-1/+2
* Reinstate readelf decoding of i860, i960 and i370 relocsAlan Modra2018-04-171-0/+23
* Fix i960 machine nameAlan Modra2018-04-161-1/+1
* Remove i370 supportAlan Modra2018-04-161-7/+0
* Reinstate readelf decoding of i860 and i960 machine namesAlan Modra2018-04-141-0/+2
* Fix the loading of the dynamic string table in a file without sections.Nick Clifton2018-04-121-1/+1
* Remove i860, i960, bout and aout-adobe targetsAlan Modra2018-04-111-18/+0
* Improve readelf's selection of a file start symbol when displaying a gnu buil...Nick Clifton2018-03-231-0/+13
* DT_FLAGS_1: Add Solaris bitsH.J. Lu2018-03-211-0/+15
* Fix PR binutils/22923.Paul Pluzhnikov2018-03-071-1/+1
* Replace reachable assertion with a test and return of NULL.Nick Clifton2018-02-061-1/+11
* Add support for v3 binary annotation notes.Nick Clifton2018-01-031-40/+114
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Stop readelf from complaining about relocation sections with an sh_info field...Nick Clifton2017-12-191-5/+8
* PR22552, readelf heap buffer overflow in load_debug_sectionAlan Modra2017-12-061-6/+9
* Prevent an illegal memory access in readelf when attempting to parse a corrup...Nick Clifton2017-11-301-0/+4
* Properly handle note sections and segmentsH.J. Lu2017-11-281-16/+25