aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-04[wip] Fix range end handling of inlined subroutinesusers/aburgess/gdb-opt-code-debugBernd Edlinger5-65/+40
2024-12-04[wip] Introduce a new line table flag is_weakBernd Edlinger6-14/+108
2024-12-04[wip] gdb/testsuite: all the optimised code test casesAndrew Burgess9-110/+307
2024-12-04gdb: improve line number lookup around inline functionsAndrew Burgess7-49/+439
2024-12-04gdb: handle empty ranges for inline subroutinesAndrew Burgess11-66/+962
2024-12-03gdb: fix comment for gdbarch_stack_grows_downAndrew Burgess1-1/+1
2024-12-03gas: partly restore how current_location() had workedJan Beulich6-14/+27
2024-12-03MMIX: use current_location() directlyJan Beulich2-16/+3
2024-12-03gas: streamline expr_build_dot()Jan Beulich1-11/+18
2024-12-03Support Intel AVX10.2 BF16 instructionsKong Lingling20-2042/+4965
2024-12-03Automatic date update in version.inGDB Administrator1-1/+1
2024-12-02gdb/configure.ac: remove elf_hp.h checkSimon Marchi3-7/+0
2024-12-02gdb, gdbserver, gdbsupport: flatten and sort some list in configure filesSimon Marchi6-59/+298
2024-12-02aarch64: add tests for combinations of GCS options and marked/unmarked inputsMatthieu Longo25-0/+268
2024-12-02aarch64: add tests to check the correct merge of the GCS feature with others.Matthieu Longo10-5/+80
2024-12-02aarch64: GCS feature check in GNU note properties for input objectsSrinath Parvathaneni7-14/+224
2024-12-02aarch64: rename BTI error/warning messageMatthieu Longo13-20/+20
2024-12-02aarch64: delete duplicated BTI testsMatthieu Longo6-117/+0
2024-12-02aarch64: improve test coverage for combination of BTI optionsMatthieu Longo19-5/+281
2024-12-02aarch64: limit number of reported issues on missing GNU propertiesMatthieu Longo3-0/+35
2024-12-02aarch64: bugfix when finding 1st bfd input with GNU propertyMatthieu Longo1-1/+6
2024-12-02aarch64: remove early exit when setting up GNU properties with partial linkingMatthieu Longo1-3/+0
2024-12-02aarch64: refactoring _bfd_aarch64_elf_link_setup_gnu_properties (part 5)Matthieu Longo1-18/+24
2024-12-02aarch64: refactoring _bfd_aarch64_elf_link_setup_gnu_properties (part 4)Matthieu Longo1-22/+27
2024-12-02aarch64: refactoring _bfd_aarch64_elf_link_setup_gnu_properties (part 3)Matthieu Longo1-16/+34
2024-12-02aarch64: refactoring _bfd_aarch64_elf_link_setup_gnu_properties (part 2)Matthieu Longo1-9/+10
2024-12-02aarch64: refactoring _bfd_aarch64_elf_check_bti_reportMatthieu Longo3-11/+12
2024-12-02aarch64: refactoring _bfd_aarch64_elf_link_setup_gnu_properties (part 1)Matthieu Longo3-33/+41
2024-12-02aarch64: rename gnu_and_prop to gnu_property_aarch64_feature_1_andMatthieu Longo2-19/+19
2024-12-02aarch64: simplify condition in elfNN_aarch64_merge_gnu_propertiesMatthieu Longo1-4/+2
2024-12-02aarch64: rename parameter of _bfd_aarch64_elf_merge_gnu_propertiesMatthieu Longo1-9/+9
2024-12-02aarch64: update ld documentation with bti and pac optionsMatthieu Longo1-0/+28
2024-12-02aarch64: use only one type for feature marking reportMatthieu Longo4-23/+29
2024-12-02aarch64: group software protection options under a same struct.Matthieu Longo4-83/+138
2024-12-02aarch64: adapt BTI tests to use selectable GNU propertiesMatthieu Longo10-125/+35
2024-12-02aarch64: adapt bti-far* tests to use selectable GNU propertiesMatthieu Longo10-118/+77
2024-12-02aarch64: adapt tests for PAC PLT to use selectable GNU propertiesMatthieu Longo3-4/+43
2024-12-02aarch64: delete old tests for PAC & BTI PLTMatthieu Longo2-70/+0
2024-12-02aarch64: new tests for BTI & PAC PLT to use selectable GNU propertiesMatthieu Longo7-0/+224
2024-12-02aarch64: adapt bti-plt-so to use selectable GNU propertiesMatthieu Longo2-16/+3
2024-12-02aarch64: delete old tests covering the merge of feature markingsMatthieu Longo3-35/+0
2024-12-02aarch64: new tests covering the merge of feature markingsMatthieu Longo13-1/+290
2024-12-02aarch64: move tests for AArch64 protections (BTI, PAC) into a subfolderMatthieu Longo38-64/+122
2024-12-02gdb: handle DW_AT_entry_pc pointing at an empty sub-rangeAndrew Burgess4-1/+356
2024-12-02x86: default to not accepting MPX insnsJan Beulich30-32/+38
2024-12-02x86: always set ISA_1_BASELINE property for 64-bit objectsJan Beulich22-23/+24
2024-12-02x86/COFF: support section-index relocations in insn operandsJan Beulich6-2/+63
2024-12-02x86/COFF: support RVA (image-relative) relocations in insn operandsJan Beulich7-2/+154
2024-12-02testsuite, threads: add missing return statementsRohr, Stephan2-0/+5
2024-12-02RISC-V: Add support for ssdbltrp and smdbltrp extension.Dongyan Chen5-2/+13