aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-0/+1
2014-12-01Add checks for memory access violations exposed by fuzzed archives.Nick Clifton1-5/+6
2014-11-28Fix build breakage on 32-bit targets with 64-bit bfdAlan Modra1-5/+12
2014-11-27Fixes an infinite loop in readelf parsing a corrupt binary, and other minor c...Espen Grindhaug1-20/+68
2014-11-25Display symbol version when dumping dynrelocsH.J. Lu1-161/+232
2014-11-21Resolve more problems with readelf uncovered by fuzzing binary files.Nick Clifton1-1/+7
2014-11-21Support ARM Cortex-M7Terry Guo1-1/+1
2014-11-18Fix memort access problems exposed by fuzzed binaries.Nick Clifton1-1/+15
2014-11-13More fixes for readelf problems reading corrupt files.Nick Clifton1-4/+26
2014-11-11Fix invalid memory accesses for more corrupt binary files.Nick Clifton1-38/+49
2014-11-11Prevent a buffer overrun whilst displaying corrupt ARM tags.Nick Clifton1-1/+3
2014-11-10More fixes for assertion failures and out-of-bounds reads by readelf.Nick Clifton1-51/+128
2014-11-07Cast time value to unsigned long to printH.J. Lu1-1/+2
2014-11-07Add more fixes for inavlid memory accesses triggered by corrupt files.Nick Clifton1-91/+206