aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-28x86: Add NT_X86_SHSTK noteSchimpe, Christina1-0/+2
2023-11-14Improve objdump's handling of compressed sections.Nick Clifton1-146/+84
2023-11-10bfd, binutils: add gfx11 amdgpu architecturesSimon Marchi1-0/+3
2023-11-10MIPS: Change all E_MIPS_* to EF_MIPS_*Ying Huang1-38/+38
2023-10-20bfd: microblaze: Add 32_NONE reloc typeNeal Frager1-0/+4
2023-10-07Revert "opcodes: microblaze: Add new bit-field instructions"Michael J. Eager1-4/+0
2023-10-06opcodes: microblaze: Add new bit-field instructionsNeal Frager1-0/+4
2023-09-29x86-64: Add -z mark-plt and -z nomark-pltH.J. Lu1-0/+19
2023-09-28Add support to readelf for the PT_OPENBSD_NOBTCFI segment type.Frederic Cambus1-0/+1
2023-09-20readelf.c 'ext' may be used uninitializedAlan Modra1-1/+1
2023-09-05readelf: Add option to display the names of sections referenced by symbols.Nick Clifton1-195/+320
2023-08-29readelf: typos in user messagesNicolas Boulenguez1-2/+2
2023-08-21aarch64/sme2: Teach binutils/BFD about the NT_ARM_ZT register setLuis Machado1-0/+2
2023-08-16kvx: New port.Paul Iannetta1-0/+26
2023-08-03readelf sprintf optimisationAlan Modra1-721/+1050
2023-08-02Revert "2.41 Release sources"Sam James1-2/+34
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-34/+2
2023-07-30bpf: include, bfd, opcodes: add EF_BPF_CPUVER ELF header flagsJose E. Marchesi1-0/+6
2023-07-07arc: Update/Add ARCv3 support.Claudiu Zissulescu1-2/+28
2023-06-15Add MIPS Allegrex CPU as a MIPS2-based CPUDavid Guillen Fandos1-0/+1
2023-06-06Re: loongarch readelf supportAlan Modra1-1/+1
2023-06-03Re: loongarch readelf supportAlan Modra1-2/+3
2023-06-02loongarch readelf supportAlan Modra1-29/+34
2023-05-30LoongArch: binutils: Add support for linker relaxation.mengqinggang1-2/+82
2023-05-22Re: readelf: Support SHT_RELR/DT_RELR for -rAlan Modra1-1/+1
2023-04-11Fix an attempt to allocate an overlarge amount of memory when decoding a corr...Nick Clifton1-6/+21
2023-03-23Add support to readelf for the PT_OPENBSD_MUTABLE segment type.Frederic Cambus1-0/+1
2023-03-16readelf: add support for QNT_STACK note subsectionsClément Chigot1-0/+67
2023-01-08PR29972, inconsistent format specification in singular formAlan Modra1-1/+1
2023-01-03Add new NT_ARM_ZA and NT_ARM_SSVE register set constants.Luis Machado1-0/+4
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-06Compression header enumAlan Modra1-8/+8
2022-11-25Revert "readelf: Do not require EI_OSABI for IFUNC."Martin Liska1-3/+5
2022-11-24readelf: Do not require EI_OSABI for IFUNC.Martin Liska1-5/+3
2022-11-23Don't use "long" in readelf for file offsetsAlan Modra1-472/+505
2022-11-23Re: readelf: use fseeko64 or fseeko if possibleAlan Modra1-51/+74
2022-11-22readelf: use fseeko64 or fseeko if possibleBrett Werling1-11/+19
2022-11-15readelf/objdump: support for SFrame sectionIndu Bhagat1-0/+63
2022-11-15bfd: linker: merge .sframe sectionsIndu Bhagat1-0/+1
2022-11-14[readelf] arm: Support for new pacbti unwind opcode 0xb5.Srinath Parvathaneni1-0/+2
2022-10-21readelf: support zstd compressed debug sections [PR 29640]Fangrui Song1-42/+74
2022-10-03readelf: DO not load section headers from file offset zeroNick Clifton1-0/+13
2022-09-30LoongArch: Update ELF e_flags handling according to specification.liuzhensong1-5/+5
2022-09-21RISC-V: Implement Ztso extensionShihua1-0/+3
2022-08-22Fix compile time warning from Clang about error messages not being printed sa...Nick Clifton1-2/+2
2022-08-22Have readelf warn users if it is asked to decode a LLVM bitcode file or a gol...Nick Clifton1-9/+60
2022-08-13Make dwarf_vma uint64_tAlan Modra1-20/+20
2022-08-13Don't use bfd_vma in readelf.cAlan Modra1-221/+172
2022-08-13Don't use bfd_size_type in readelf.c and dwarf.cAlan Modra1-68/+61