]> git.ipfire.org Git - thirdparty/binutils-gdb.git/shortlog
thirdparty/binutils-gdb.git
2022-09-01  John BaldwinMorello Linux: Use cap register number macros in regmap.
2022-09-01  John BaldwinMorello: Add macros for cap registers that accept a...
2022-09-01  John BaldwinMorello: Initialize morello_capability_pseudo_type...
2022-09-01  John Baldwinremote: Assume tagged registers supply tag in a leading...
2022-09-01  John Baldwinaarch64-linux: Use tag_map to populate register tags...
2022-09-01  John Baldwinfbsd-nat: Pass an optional register base to the registe...
2022-09-01  John Baldwinfbsd-nat: Use regset supply/collect methods.
2022-09-01  John Baldwinregcache: Add collect/supply_regset variants that accep...
2022-09-01  John Baldwinmorello: Remove the tag_map register.
2022-09-01  John Baldwingdbarch: Remove method for register tags.
2022-09-01  John Baldwinaarch64-tdep: Update for register tags in regcache.
2022-09-01  John Baldwinregcache: Add support for register tags.
2022-09-01  John Baldwinstruct type: Add TYPE_TAGGED property on types.
2022-09-01  John Baldwinmake_capability_type: Use gdbarch_capability_bit to...
2022-09-01  Luis MachadoAdd CPSR C64 bit (26)
2022-09-01  Matthew MalcomsonMake various linker tests more robust
2022-09-01  Matthew MalcomsonAdd linker tests for TLS changes
2022-09-01  Matthew MalcomsonExtra error checking around TLS relocations
2022-09-01  Matthew MalcomsonRemove layout_sections_again argument to size_stubs
2022-09-01  Matthew MalcomsonImplement Morello TLS relaxations
2022-09-01  Matthew MalcomsonAdd new relocations to linker (excluding relaxations)
2022-09-01  Matthew MalcomsonAdd new relocations to GAS
2022-09-01  Matthew MalcomsonAdjust TLS relaxation condition
2022-09-01  Matthew MalcomsonStandardise check for static PDE
2022-09-01  Luis MachadoImprove Morello feature detection
2022-09-01  Luis Machado[Morello GDB] Fix a couple hardware watchpoint issues...
2022-09-01  Luis Machado[Morello GDB] Fix AUXV reading/parsing for corefiles...
2022-09-01  Luis Machado[Morello GDB] Fix bug in conditional definition of...
2022-09-01  Matthew MalcomsonNeaten up a clause in final_link_relocate
2022-09-01  Matthew MalcomsonUse global GOT type to determine GOT action
2022-09-01  Matthew MalcomsonMake emit-relocs-morello-6 work on different targets
2022-09-01  Matthew MalcomsonAccount for weak undefined symbols in Morello
2022-09-01  Matthew MalcomsonEmit CAPINIT relocations for dynamically linked PDE's
2022-09-01  Matthew MalcomsonUse htab->c64_rel more, do not use GOT_CAP
2022-09-01  Luis MachadoConditionally define user_morello_state and user_cap...
2022-09-01  Luis MachadoTeach gdbserver about 32-byte auxv entries for the...
2022-09-01  Luis MachadoFix fetching of auxv for PCuABI
2022-09-01  Matthew MalcomsonMorello do not create RELATIVE relocs for dynamic GOT...
2022-09-01  Matthew MalcomsonPredicate fixes around srelcaps and capability GOT...
2022-09-01  Matthew MalcomsonAccount for LSB on DT_INIT/DT_FINI entries
2022-09-01  Matthew MalcomsonHandle locally-resolving entries in the GOT
2022-09-01  Richard SandifordAllow WZR in alt-base loads and stores
2022-09-01  Richard SandifordAccept alternative-base LDRS[BHW] as an alias of LDURS...
2022-09-01  Matthew MalcomsonAdd a size to __ehdr_start
2022-09-01  Matthew MalcomsonFix c64-ifunc-2 test
2022-09-01  Matthew MalcomsonTreat `start_stop` symbols as having section size
2022-09-01  Matthew MalcomsonRecord and check initial implementation
2022-09-01  Matthew MalcomsonAccount for LSB in more relocations
2022-09-01  Matthew MalcomsonAssign correct size on Morello TLS relocations
2022-09-01  Matthew MalcomsonAccount for LSB on c64 e_entry in the same way as Thumb
2022-09-01  Matthew MalcomsonAdjust which sections we resize for precise bounds
2022-09-01  Matthew Malcomsonresize_sections Add testsuite changes
2022-09-01  Matthew MalcomsonRework the resize_sections function
2022-09-01  Matthew MalcomsonPad and align sections in more cases
2022-09-01  Matthew MalcomsonAlways ensure that the PCC bounds are precise for Morello
2022-09-01  Matthew MalcomsonelfNN_c64_resize_section always sets alignment
2022-09-01  Matthew MalcomsonAdd padding with an expression rather than a hard-address
2022-09-01  Matthew MalcomsonPCC bounds now span READONLY and RELRO sections
2022-09-01  Matthew MalcomsonReturn the alignment required from c64_valid_cap_range
2022-09-01  Matthew MalcomsonProvide default permissions if section has no permissio...
2022-09-01  Matthew MalcomsonError linking binaries with differing e_flags.
2022-09-01  Matthew MalcomsonOnly warn on badly sized symbols
2022-09-01  Matthew MalcomsonFixing cap_meta
2022-09-01  Alex Coplanld: Adjust bounds, base, and size for various symbols
2022-09-01  Matthew MalcomsonBugfixes in MORELLO GOT relocations
2022-09-01  Matthew MalcomsonSwitch __cap_dynrelocs* to __rela_dyn* symbols
2022-09-01  Alex Coplanld: Ignore TLS relocs against weak undef symbols
2022-09-01  Luis MachadoDisplay tags for internal variable values
2022-09-01  Luis MachadoSimplify tag management in value structs
2022-09-01  Luis MachadoPreserve tag when passing pointers/capabilities as...
2022-09-01  Luis MachadoCode cleanup and refactoring
2022-09-01  Luis MachadoSupport assignment of capabilities to C registers
2022-09-01  Luis MachadoImprove error messages for capability reads/writes...
2022-09-01  Luis MachadoImprove GDBserver ptrace error message
2022-09-01  Luis MachadoAdjust PCC bounds when calling a function by hand in...
2022-09-01  Luis MachadoIntroduce capability pseudo registers
2022-09-01  Luis MachadoFix segfault when creating builtin types
2022-09-01  Luis MachadoWorkaround GDBserver register cache management
2022-09-01  Luis MachadoHandle C regset write warnings better in GDBServer
2022-09-01  Luis MachadoHandle bitfield instructions in the prologue
2022-09-01  Luis MachadoNew --enable-threading configure option to control...
2022-09-01  Alex Coplanaarch64: Fix scbnds validation
2022-09-01  Luis MachadoHarden checks for capability maintenance commands
2022-09-01  Alex Coplanaarch64: Mark purecap object files with EF_AARCH64_CHER...
2022-09-01  Alex Coplanmorello: Fix encoding of ldtr/sttr
2022-09-01  Matthew Malcomsonmorello-binutils: Adjust c64_valid_cap_range calculation
2022-09-01  Alex Coplanaarch64: Correct feature bits for Morello
2022-09-01  Luis MachadoSupport linkmap offsets for the AAPCS64-CAP ABI
2022-09-01  Matthew Malcomsongas: Add whitespace in morello-capinit test output...
2022-09-01  Matthew Malcomsongas: ADR_LO21_PCREL accounts for LSB in symbol
2022-09-01  Matthew Malcomsongas: Remove requirement of getting a target symbol
2022-09-01  Matthew Malcomsongas: Allow MORELLO branch relocations to addresses...
2022-09-01  Matthew MalcomsonApply changes to allow compiling with -ansi
2022-09-01  Matthew Malcomsongas: aarch64: Accept `purecap` and `hybrid` ABI parameters
2022-09-01  Matthew Malcomsongas: aarch64: Make chericap and capinit auto-align
2022-09-01  Matthew MalcomsonFixing missed ChangeLog entries.
2022-09-01  Matthew Malcomsongas: aarch64: Require 16 bytes for Morello capinit...
2022-09-01  Matthew Malcomsongas: aarch64: Introduce the chericap directive
2022-09-01  Matthew Malcomsongas: aarch64: Fixing expression calculation using C64...
2022-09-01  Matthew Malcomsongas: Use correct data type in parse_operands
next