aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-14Fix illegal memory access problems with readelf processing corrupt RL78 binar...Nick Clifton1-17/+20
2017-02-13Extend previous patch to cover uncompress_section_contents returning FALSE to...Nick Clifton1-11/+27
2017-02-13Fix invalid read of section contents whilst processing a corrupt binary.Nick Clifton1-4/+12
2017-02-13Fix invalid memory access attempting to read the compression header of a too-...Nick Clifton1-5/+18
2017-02-13Fix check for buffer overflow when processing version information.Nick Clifton1-1/+1
2017-02-13Fix access violation when reporting sections that could not be dumped.Nick Clifton1-3/+6
2017-02-13Fix read-after-free error in readelf when processing multiple, relocated sect...Nick Clifton1-25/+84
2017-02-13Fix readelf writing to illegal addresses whilst processing corrupt input file...Nick Clifton1-5/+25
2017-01-09.rela.dyn comment fix and add missing ChangeLog entryAlan Modra1-2/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-31PRU Binutils portDimitar Dimitrov1-0/+16
2016-12-20Re-work RISC-V gas flags: now we just support -mabi and -marchAndrew Waterman1-2/+19
2016-12-13[AArch64] Recognize R_AARCH64_P32_ABS32 as 32-bit relocation in readelfJiong Wang1-1/+2
2016-12-08Always use a hex prefix when displaying the alignment of program headers.Etienne Buira1-1/+1
2016-11-30Stop readelf from complaining about out of order PT_LOAD segments.Nick Clifton1-0/+4
2016-11-27Fix spelling in comments in C source files (binutils)Ambrogino Modigliani1-1/+1
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton1-6/+35
2016-11-08Fix heap-buffer-overflow error detected by address sanitization on a fuzzed b...Nick Clifton1-4/+4
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