aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-03readelf verdef and verneedAlan Modra1-164/+134
2015-10-27Add support to readelf for reading NetBSD ELF core notes.Stephen Fisher1-0/+38
2015-10-18Fix PR binutils/19147 -- off by one when printing NT_FILE note.Paul Pluzhnikov1-1/+1
2015-10-07New ARC implementation.Nick Clifton1-1/+74
2015-09-23Add support for files that contain multiple symbol index tables. Fixes PR 15835Nick Clifton1-46/+58
2015-09-22Solaris PIE supportRainer Orth1-0/+10
2015-09-03Fix seg-fault in readelf when scanniing a corrupt binary.Nick Clifton1-1/+13
2015-08-04Fix stack buffer overflows when parsing corrupt ihex files.Yuriy M. Kaminskiy1-1/+1
2015-07-23readelf display of 0x800...000 addendAlan Modra1-10/+4
2015-07-17Correct readelf dynamic section buffer overlow testAlan Modra1-3/+3
2015-07-10Warn unsupported compress type and corrupted compressed sectionH.J. Lu1-13/+38
2015-07-092015-07-09 Catherine Moore <clm@codesourcery.com>Catherine Moore1-0/+3
2015-06-26Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune1-0/+1
2015-05-29Recognize GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL.Roland McGrath1-6/+12
2015-05-18Fix seg-fault in readelf when decoding corrupt IA64 unwind information.Nick Clifton1-1/+1
2015-05-15Change pointers from char * to unsigned char *H.J. Lu1-9/+10
2015-05-15Add --decompress option to readelf to decompress sections before they are dum...Nick Clifton1-74/+167
2015-05-15Fix PR18374 by making readelf and objdump ignore end-of-list markers in the ....Nick Clifton1-7/+54
2015-05-14Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu1-21/+25
2015-05-11Rename EM_486 to EM_IAMCUH.J. Lu1-7/+7
2015-04-30Fix handling of relocs for the MeP target.Nick Clifton1-0/+34
2015-04-27S/390: z13 use GNU attribute to indicate vector ABIAndreas Krebbel1-0/+46
2015-04-24Fix compile time warning messages about variables being used before they are ...Nick Clifton1-3/+6
2015-04-14Adds support to the RL78 port for linker relaxation affecting .debug sections.Nick Clifton1-0/+36
2015-04-13Fix reading of .debug_str_offsets{,.dwo} twice.Doug Evans1-8/+7
2015-04-09Add support to the RX toolchain to restrict the use of string instructions.Nick Clifton1-0/+3
2015-04-05Add SHF_COMPRESSED support to readelfH.J. Lu1-6/+72
2015-03-31Add --with-system-zlib in binutilsH.J. Lu1-8/+2
2015-03-19Add support for G13 and G14 flag bits in RL78 ELF binaries.Nick Clifton1-2/+7
2015-03-10Move nothing to do warning to mainH.J. Lu1-5/+5
2015-03-10Fixes "readelf -s --wide" not returning an error status or help message.Nick Clifton1-1/+1
2015-03-10[ARM] PR ld/16572: Remove EF_ARM_HASENTRY flagJiong Wang1-6/+0
2015-02-26Fix undefined arithmetic operations detected by -fsanitize=undefined when run...Nick Clifton1-6/+18
2015-02-26[ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo1-1/+1
2015-02-24Adds support for generating notes in V850 binaries.Nick Clifton1-12/+203
2015-02-24readelf: handle corrupted chains betterMike Frysinger1-10/+13
2015-02-24Speed up the display of unwind tables by using a binary chop search to locate...Dmitry Antipov1-86/+147
2015-02-21binutils: readelf: add missing newline to warning messageMike Frysinger1-1/+1
2015-02-20S390: Support new vector register sectionsAndreas Arnez1-0/+4
2015-02-10Fix memory access violations discovered by running readelf compiled with unde...Nick Clifton1-2/+15
2015-02-06Fix an invalid memory access triggered by running readelf on a fuzzed binary.Nick Clifton1-3/+2
2015-02-03Fix memory access violations triggered by running readelf on fuzzed binaries.Nick Clifton1-30/+77
2015-01-28FT32 initial supportAlan Modra1-0/+10
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton1-23/+77
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo1-1/+1
2014-12-08More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton1-18/+54
2014-12-06Add Visium support to binutilsEric Botcazou1-0/+23
2014-12-05Add string representation of ELF e_flags for AVR.Andrew Burgess1-0/+75
2014-12-03Replace calls to abort (in readelf) with informative error messages.Nick Clifton1-14/+47