]> git.ipfire.org Git - thirdparty/binutils-gdb.git/shortlog
thirdparty/binutils-gdb.git
2022-09-01  John Baldwincapability: Don't print redundant "sealed" for sentries.
2022-09-01  John BaldwinMorello: Add gdbarch_print_cap* methods.
2022-09-01  John BaldwinAdd capability::metadata_str.
2022-09-01  John BaldwinUse gdbarch_print_cap* methods when printing capabilities.
2022-09-01  John BaldwinAdd gdbarch methods for printing capabilities.
2022-09-01  John BaldwinMorello: CheriBSD architecture support.
2022-09-01  John Baldwinframe_unwind_register_unsigned: Return address from...
2022-09-01  John BaldwinMake 'info sharedlibrary' more readable with CHERI.
2022-09-01  John BaldwinUpdate solib*.c to work with CHERI capabilities.
2022-09-01  John BaldwinMorello: Set gdbarch_ptr_bit to 128 for purecap.
2022-09-01  John Baldwinfbsd-tdep: Add a custom AUXV parser.
2022-09-01  John Baldwinfbsd-tdep: Report MI details for CHERI signals.
2022-09-01  John BaldwinAdd support for siginfo with CHERI.
2022-09-01  John BaldwinTeach GDB about SIGPROT.
2022-09-01  John BaldwinRecognize capreg note and add a psuedo-section for...
2022-09-01  John Baldwintrad_frame_set_reg_regmap: Permit a non-zero register...
2022-09-01  John Baldwinvalue_fetch_lazy_register: Copy tag from fetched regist...
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
next