aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-30aarch64: Move ZA range checks to aarch64-opc.cRichard Sandiford1-0/+1
2023-03-30aarch64: Make indexed_za use 64-bit immediatesRichard Sandiford1-1/+1
2023-03-30aarch64: Rename za_tile_vector to za_indexRichard Sandiford1-10/+13
2023-03-30aarch64: Make SME instructions use F_STRICTRichard Sandiford1-0/+2
2023-03-30aarch64: Add sme-i16i64 and sme-f64f64 aliasesRichard Sandiford1-2/+2
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-40/+40
2023-03-23Add support to readelf for the PT_OPENBSD_MUTABLE segment type.Frederic Cambus2-0/+5
2023-03-16readelf: add support for QNT_STACK note subsectionsClément Chigot1-0/+13
2023-03-16BPF relocations review / refactoringCupertino Miranda1-14/+8
2023-03-06gdbsupport: ignore -Wenum-constexpr-conversion in enum-flags.hSimon Marchi1-0/+9
2023-02-16Delete PROGRESS macrosAlan Modra1-38/+0
2023-02-06ppc32 and "LOAD segment with RWX permissions"Alan Modra1-0/+3
2023-02-03bpf: fix error conversion from long unsigned int to unsigned int [-Werror=ove...Guillermo E. Martinez1-1/+1
2023-02-02bfd: use "stack trace" instead of "unwind" for SFrameIndu Bhagat1-1/+1
2023-02-02sframe: use "stack trace" instead of "unwind" for SFrameIndu Bhagat1-14/+14
2023-01-18sim: info: convert verbose field to a boolMike Frysinger1-2/+3
2023-01-12ctf: fix various dreadful typos in the ctf_archive format commentsNick Alcock1-4/+4
2023-01-10Fix size of external_reloc for pe-aarch64Mark Harmstone1-2/+1
2023-01-06sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constantsIndu Bhagat2-4/+7
2023-01-03Add new NT_ARM_ZA and NT_ARM_SSVE register set constants.Luis Machado2-0/+9
2023-01-01Update year range in copyright notice of binutils filesAlan Modra316-316/+316
2022-12-31Add markers for 2.40 branchNick Clifton1-0/+4
2022-12-31sync libiberty sources with gcc mainlineNick Clifton1-0/+20
2022-12-27RISC-V: Fix T-Head Fmv vendor extension encodingChristoph Müllner1-2/+2
2022-12-22sim: drop unused SIM_ADDR type [PR sim/7504]Mike Frysinger1-6/+0
2022-12-22sim: switch sim_{read,write} APIs to 64-bit all the time [PR sim/7504]Mike Frysinger1-2/+4
2022-12-22sframe.h: add support for .cfi_b_key_frameIndu Bhagat1-6/+19
2022-12-20sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger15-0/+0
2022-12-16libsframe: provide new access API for mangled RA bitIndu Bhagat1-0/+7
2022-12-16sframe.h: add support for .cfi_negate_ra_stateIndu Bhagat1-8/+15
2022-12-15libsframe asan: avoid generating misaligned loadsIndu Bhagat1-2/+6
2022-12-09libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_infoIndu Bhagat1-2/+2
2022-12-09sframe: gas: libsframe: define constants and remove magic numbersIndu Bhagat1-0/+15
2022-12-09sframe.h: make some macros more preciseIndu Bhagat1-3/+4
2022-12-07Compression tidy and fixesAlan Modra1-3/+0
2022-11-28xtensa: allow dynamic configurationMax Filippov1-0/+442
2022-11-25riscv: Add AIA extension support (Smaia, Ssaia)Christoph Müllner1-0/+68
2022-11-19RISC-V: Add 'Ssstateen' extension and its CSRsTsukasa OI1-13/+13
2022-11-17RISC-V: Add T-Head Int vendor extensionChristoph Müllner2-0/+9
2022-11-17RISC-V: Add T-Head Fmv vendor extensionChristoph Müllner2-0/+9
2022-11-15readelf/objdump: support for SFrame sectionIndu Bhagat1-0/+3
2022-11-15bfd: linker: merge .sframe sectionsIndu Bhagat3-1/+3
2022-11-15libsframe: add the SFrame libraryWeimin Pan1-0/+231
2022-11-15sframe.h: Add SFrame format definitionIndu Bhagat1-0/+303
2022-11-14aarch64: Add support for Common Short Sequence Compression extensionAndre Vieira1-1/+5
2022-11-08sim: drop unused CORE_ADDR_TYPEMike Frysinger1-7/+0
2022-11-02sim: common: change sim_{fetch,store}_register helpers to use void* buffersMike Frysinger1-3/+2
2022-10-31sim: reg: constify store helperMike Frysinger1-1/+2
2022-10-31sim: common: change sim_read & sim_write to use void* buffersMike Frysinger1-2/+2
2022-10-28include: Define macro to ignore -Wdeprecated-declarations on GCCTsukasa OI1-0/+3