summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix stack buffer overflows when parsing corrupt ihex files.Yuriy M. Kaminskiy2015-08-041-1/+1
* readelf display of 0x800...000 addendAlan Modra2015-07-231-10/+4
* Correct readelf dynamic section buffer overlow testAlan Modra2015-07-171-3/+3
* Warn unsupported compress type and corrupted compressed sectionH.J. Lu2015-07-101-13/+38
* 2015-07-09 Catherine Moore <clm@codesourcery.com>Catherine Moore2015-07-091-0/+3
* Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2015-06-261-0/+1
* Recognize GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL.Roland McGrath2015-05-291-6/+12
* Fix seg-fault in readelf when decoding corrupt IA64 unwind information.Nick Clifton2015-05-181-1/+1
* Change pointers from char * to unsigned char *H.J. Lu2015-05-151-9/+10
* Add --decompress option to readelf to decompress sections before they are dum...Nick Clifton2015-05-151-74/+167
* Fix PR18374 by making readelf and objdump ignore end-of-list markers in the ....Nick Clifton2015-05-151-7/+54
* Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu2015-05-141-21/+25
* Rename EM_486 to EM_IAMCUH.J. Lu2015-05-111-7/+7
* Fix handling of relocs for the MeP target.Nick Clifton2015-04-301-0/+34
* S/390: z13 use GNU attribute to indicate vector ABIAndreas Krebbel2015-04-271-0/+46
* Fix compile time warning messages about variables being used before they are ...Nick Clifton2015-04-241-3/+6
* Adds support to the RL78 port for linker relaxation affecting .debug sections.Nick Clifton2015-04-141-0/+36
* Fix reading of .debug_str_offsets{,.dwo} twice.Doug Evans2015-04-131-8/+7
* Add support to the RX toolchain to restrict the use of string instructions.Nick Clifton2015-04-091-0/+3
* Add SHF_COMPRESSED support to readelfH.J. Lu2015-04-051-6/+72
* Add --with-system-zlib in binutilsH.J. Lu2015-03-311-8/+2
* Add support for G13 and G14 flag bits in RL78 ELF binaries.Nick Clifton2015-03-191-2/+7
* Move nothing to do warning to mainH.J. Lu2015-03-101-5/+5
* Fixes "readelf -s --wide" not returning an error status or help message.Nick Clifton2015-03-101-1/+1
* [ARM] PR ld/16572: Remove EF_ARM_HASENTRY flagJiong Wang2015-03-101-6/+0
* Fix undefined arithmetic operations detected by -fsanitize=undefined when run...Nick Clifton2015-02-261-6/+18
* [ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo2015-02-261-1/+1
* Adds support for generating notes in V850 binaries.Nick Clifton2015-02-241-12/+203
* readelf: handle corrupted chains betterMike Frysinger2015-02-241-10/+13
* Speed up the display of unwind tables by using a binary chop search to locate...Dmitry Antipov2015-02-241-86/+147
* binutils: readelf: add missing newline to warning messageMike Frysinger2015-02-211-1/+1
* S390: Support new vector register sectionsAndreas Arnez2015-02-201-0/+4
* Fix memory access violations discovered by running readelf compiled with unde...Nick Clifton2015-02-101-2/+15
* Fix an invalid memory access triggered by running readelf on a fuzzed binary.Nick Clifton2015-02-061-3/+2
* Fix memory access violations triggered by running readelf on fuzzed binaries.Nick Clifton2015-02-031-30/+77
* FT32 initial supportAlan Modra2015-01-281-0/+10
* More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton2015-01-051-23/+77
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo2014-12-251-1/+1
* More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton2014-12-081-18/+54
* Add Visium support to binutilsEric Botcazou2014-12-061-0/+23
* Add string representation of ELF e_flags for AVR.Andrew Burgess2014-12-051-0/+75
* Replace calls to abort (in readelf) with informative error messages.Nick Clifton2014-12-031-14/+47
* More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton2014-12-011-0/+1
* Add checks for memory access violations exposed by fuzzed archives.Nick Clifton2014-12-011-5/+6
* Fix build breakage on 32-bit targets with 64-bit bfdAlan Modra2014-11-281-5/+12
* Fixes an infinite loop in readelf parsing a corrupt binary, and other minor c...Espen Grindhaug2014-11-271-20/+68
* Display symbol version when dumping dynrelocsH.J. Lu2014-11-251-161/+232
* Resolve more problems with readelf uncovered by fuzzing binary files.Nick Clifton2014-11-211-1/+7
* Support ARM Cortex-M7Terry Guo2014-11-211-1/+1