aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-05More fixes for reading corrupt ELF files.Nick Clifton1-63/+144
2014-11-052014-11-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw1-1/+2
2014-11-04Fix -Wshadow warningMatthew Fortune1-4/+4
2014-11-04More fixes for memory corruption when readelf processes corrupt files.Nick Clifton1-46/+127
2014-11-04Fixes for crashes running readelf.Nick Clifton1-33/+83
2014-11-01Fix %lx format used with bfd_size_type mismatch in readelf.cHans-Peter Nilsson1-2/+2
2014-10-31MIPS: Add Octeon 3 supportNaveen H.S1-0/+3
2014-10-31Avoid allocating over-large buffers when parsing corrupt binaries.Nick Clifton1-4/+28
2014-10-30Fix error message strings so that they can be translated properly.Nick Clifton1-12/+20
2014-10-22Show information about unknown ASEs and extensions in .MIPS.abiflagsMatthew Fortune1-1/+3
2014-10-14Correct fscanf char field countAlan Modra1-1/+1
2014-10-09This is a series of patches that add support for the SPARC M7 cpu toJose E. Marchesi1-4/+46
2014-09-16Make the linker return an error status if it fails to merge ARM binaries withTerry Guo1-5/+5