aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-01Add support for RISC-V architecture.Nick Clifton1-1/+19
2016-10-19Remove spurious whitespace introduced by previous delta.Nick Clifton1-9/+9
2016-10-17Display unknown notes. Decode NT_GNU_HWCAP notes.Nick Clifton1-37/+107
2016-10-17Update list of ELF machine numbers.Nick Clifton1-9/+48
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-6/+11
2016-09-29Display .gnu.attributes tags for powerpc64Alan Modra1-0/+1
2016-09-26PowerPC .gnu.attributesAlan Modra1-36/+66
2016-09-15Fix typo in readelf error message.Ed Maste1-1/+1
2016-09-06Fix a problem in readelf where memcpy could be called with a NULL second argu...Nick Clifton1-3/+6
2016-08-29Check the external compression header sizeH.J. Lu1-1/+3
2016-08-19Place .shstrtab section after .symtab and .strtab, thus restoring monotonical...Nick Clifton1-1/+122
2016-08-12Warn if the sh_info field of a symbol table does not index the first non-loca...Nick Clifton1-0/+5
2016-08-08Fix seg-faults when running readelf on fuzzed binaries.Nick Clifton1-3/+17
2016-07-05[ARM] Change noread to purecode.Andre Vieria1-4/+4
2016-06-22Increase size of string buffer used to hold printed versions of timestamps.Nick Clifton1-3/+3
2016-06-21Arc assembler: Convert nps400 from a machine type to an extension.Graham Markall1-3/+0
2016-06-15Fix simple gas testsuite failures.Nick Clifton1-0/+2
2016-05-18MIPS/readelf: Use the `d_val' dynamic entry member with the relevant tagsMaciej W. Rozycki1-1/+1
2016-05-11Add MIPS32 DSPr3 support.Matthew Fortune1-0/+2
2016-05-10Add support for ARMv8-M Mainline with DSP extensionThomas Preud'homme1-0/+3
2016-05-09Fix seg fault objdumping a corrupt binary with an invalid sh_link field.Nick Clifton1-0/+8
2016-04-29Enhance readelf's recognition of AVR relocation types.Pitchumani Sivanupandi1-37/+50
2016-04-29Enhance support for copying and stripping Solaris and ARM binaries.Nick Clifton1-1/+21
2016-04-13Add support to readelf for detecting and reporting Solaris specific section t...Nick Clifton1-17/+120
2016-03-29readelf printf format strings on mingwAlan Modra1-21/+27
2016-03-21arc: Add nps400 machine type, and assembler flag.Andrew Burgess1-0/+3
2016-03-21arc: Remove EF_ARC_CPU_GENERIC constant.Andrew Burgess1-74/+69
2016-03-04[ARM] Build attributes for ARMv8.1-A AdvSIMDMatthew Wahab1-1/+2
2016-02-26Properly implement STT_COMMONH.J. Lu1-0/+1
2016-02-16Add a missing break to readelf.cH.J. Lu1-0/+1
2016-02-16[ARC] Enable .cfi_* pseudo-ops.Claudiu Zissulescu1-0/+3
2016-02-15Enhance GAS's .section directive so that it can take numeric values for the f...Nick Clifton1-21/+19
2016-01-20Add support for an ARM specific 'y' section attribute flag to mark the sectio...Mickael Guene1-0/+8
2016-01-19Remove an unused variable.John Baldwin1-2/+0
2016-01-19Add support to readelf for reading FreeBSD ELF core notes.John Baldwin1-0/+35
2016-01-19Add PIC and TLS support to the ARC target.Miranda Cupertino1-3/+23
2016-01-17m68hc11/12 readelf supportAlan Modra1-0/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-24Add assembler support for ARMv8-M BaselineThomas Preud'homme1-1/+2
2015-12-24Add assembler support for ARMv8-M MainlineThomas Preud'homme1-2/+2
2015-12-22Add support for ARM's NOREAD section flag.Mickael Guene1-1/+16
2015-12-15Add support for RX V2 Instruction SetYoshinori Sato1-0/+2
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