aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-19libctf: fix testsuite bugs revealed by -Wallusers/nalcock/try-enum-apiNick Alcock4-13/+9
2024-06-19x86: Remove the secondary encoding for ctest.Cui, Lili2-570/+289
2024-06-19[gdb/testsuite] Fix gdb.dwarf2/shortpiece.exp on s390xTom de Vries1-1/+3
2024-06-19[gdb/testsuite] Add string cat for tcl version < 8.6.2Tom de Vries2-7/+45
2024-06-19[gdb/tdep] Simplify ARM_LINUX_JB_PC_EABITom de Vries2-21/+13
2024-06-19Automatic date update in version.inGDB Administrator1-1/+1
2024-06-18[gdb/build] Add GPL header comment to gdb/features/feature_to_c.awkTom de Vries1-0/+17
2024-06-18libctf, include: new functions for looking up enumeratorsNick Alcock9-9/+520
2024-06-18include: libctf: comment improvementsNick Alcock1-2/+5
2024-06-18libctf: make the ctf_next ctn_fp non-constNick Alcock1-3/+5
2024-06-18libctf: prohibit addition of enums with overlapping enumerator constantsNick Alcock5-27/+170
2024-06-18libctf: suppress spurious failure of malloc-counting tests under valgrindNick Alcock5-2/+23
2024-06-18libctf: fix dict leak on archive-wide symbol lookup error pathNick Alcock1-0/+1
2024-06-18libctf: don't leak enums if ctf_add_type failsNick Alcock1-1/+6
2024-06-18libctf: dedup: enums with overlapping enumerators are conflictingNick Alcock6-7/+115
2024-06-18libctf: doc: fix ctf_stype_t typedef string in specNick Alcock1-1/+1
2024-06-18include: fix libctf ECTF_NOENUMNAM error messageNick Alcock1-1/+1
2024-06-18libctf: strtab corruption when strings are added to ctf_open()ed dictsNick Alcock1-0/+2
2024-06-18readelf: rename recently added testsuite filesJan Beulich3-2/+2
2024-06-18RISC-V: Fixed typo from smscrind to smcsrind in riscv_implicit_subsets.Nelson Chu2-1/+7
2024-06-18Ensure that the text segment is aligned on disk when using --rosegment.Nick Clifton1-1/+1
2024-06-18gdb: rename offset to high bits in ymm registersFelix Willgerodt1-9/+10
2024-06-18RISC-V: Updated gas/NEWS and gas/doc/c-riscv.texi for vendor extensions.Nelson Chu2-10/+15
2024-06-18RISC-V: Add SiFive cease extension v1.0Hau Hsu8-1/+26
2024-06-18RISC-V: Support Zacas extension.Gianluca Guida14-0/+183
2024-06-18x86: Fix typo in i386-dis-evex-mod.hCui, Lili1-2/+2
2024-06-18Remove %ME and used %NE for movbe.Cui, Lili3-10/+14
2024-06-18Support APX CCMP and CTESTCui, Lili16-2250/+5030
2024-06-18LoongArch: add .option directiveLulu Cai6-0/+119
2024-06-18Automatic date update in version.inGDB Administrator1-1/+1
2024-06-17GAS/testsuite: Make a copy of none.s before operating on it as outputMaciej W. Rozycki1-2/+11
2024-06-17GAS/testsuite: Add a helper for paths outside the source dirMaciej W. Rozycki1-0/+13
2024-06-17binutils/testsuite: Add a helper for relative path constructionMaciej W. Rozycki1-0/+32
2024-06-17[gdb/testsuite] Fix duplicates in gdb.fortran/array-{indices,repeat}.expTom de Vries2-28/+40
2024-06-17PR31898 bug in processing DW_RLE_startx_endxAlan Modra1-4/+4
2024-06-17Error messages emitted during bfd_check_format_matchesAlan Modra1-7/+27
2024-06-17Automatic date update in version.inGDB Administrator1-1/+1
2024-06-15Make tui_register_info::highlight privateTom Tromey2-12/+14
2024-06-16Automatic date update in version.inGDB Administrator1-1/+1
2024-06-15Remove a call to fflushTom Tromey1-1/+0
2024-06-15[gdb/build] Cleanup gdb/features/feature_to_c.shTom de Vries2-34/+52
2024-06-15[gdb/testsuite] Clean up lib/dg-add-core-file-count.shTom de Vries1-1/+1
2024-06-15[gdb/testsuite] Clean up formatting in gdb/contrib/cc-with-tweaks.shTom de Vries1-20/+20
2024-06-15[gdb/testsuite] Clean up gdb/contrib/cc-with-tweaks.shTom de Vries1-14/+19
2024-06-15[gdb/testsuite] Clean up gdb/contrib/expect-read1.shTom de Vries1-5/+20
2024-06-15Automatic date update in version.inGDB Administrator1-1/+1
2024-06-14x86: Add -z isa-level-report=[none|all|needed|used]H.J. Lu24-11/+410
2024-06-14ld: Align --no-error-execstack help outputH.J. Lu1-1/+1
2024-06-14Simplify ada_lookup_encoded_symbolTom Tromey3-19/+12
2024-06-14Introduce language_defn::lookup_symbol_localTom Tromey5-13/+56