aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-06RISC-V: Print comma and tabs as the "text" styleTsukasa OI1-11/+20
2022-10-06RISC-V: Optimize riscv_disassemble_data printfTsukasa OI1-6/+4
2022-10-06RISC-V: Fix printf argument types corresponding %xTsukasa OI1-7/+7
2022-10-06RISC-V: Fix immediates to have "immediate" styleTsukasa OI1-5/+5
2022-10-06Automatic date update in version.inGDB Administrator1-1/+1
2022-10-06Re: bfd BLD-POTFILES.in dependenciesAlan Modra2-2/+2
2022-10-05x86/gas: support quoted address scale factor in AT&T syntaxJan Beulich4-12/+35
2022-10-05Arm64: support CLEARBHB aliasJan Beulich6-1577/+1582
2022-10-05PR29647, objdump -S loopingAlan Modra1-2/+3
2022-10-05Re: stab nearest_line bfd_malloc_and_get_sectionAlan Modra1-0/+4
2022-10-04gprofng: fix build with --enable-pgo-build=ltoVladimir Mezentsev5-28/+30
2022-10-05Automatic date update in version.inGDB Administrator1-1/+1
2022-10-04Remove decode_location_spec_defaultTom Tromey1-30/+15
2022-10-04gas: NEWS: Mention the T-Head extensions that were recently addedPalmer Dabbelt1-0/+5
2022-10-04[gdb/symtab] Don't complain about function declsTom de Vries3-1/+67
2022-10-04[gdb/symtab] Don't complain about inlined functionsTom de Vries3-1/+74
2022-10-04gdb/riscv: Partial support for instructions up to 176-bitTsukasa OI1-4/+5
2022-10-04RISC-V: Fix buffer overflow on print_insn_riscvTsukasa OI2-1/+3
2022-10-04RISC-V: Renamed INSN_CLASS for floating point in integer extensions.Nelson Chu3-244/+243
2022-10-04Note that at least dejagnu version 1.5.3 is required in order to be ale to ru...Nick Clifton2-4/+18
2022-10-04opcodes/riscv: style csr names as registersAndrew Burgess1-1/+2
2022-10-04[AArch64] Update FPSR/FPCR fields for FPU and SVELuis Machado3-2/+53
2022-10-04Support objcopy changing compression to or from zstdAlan Modra3-169/+169
2022-10-04Re: compress .gnu.debuglto_.debug_* sections if requestedAlan Modra2-16/+11
2022-10-04compress .gnu.debuglto_.debug_* sections if requestedMartin Liska2-5/+6
2022-10-04RISC-V/gas: allow generating up to 176-bit instructions with .insnJan Beulich8-10/+85
2022-10-04RISC-V/gas: don't open-code insn_length()Jan Beulich1-1/+1
2022-10-04RISC-V/gas: drop stray call to install_insn()Jan Beulich1-1/+0
2022-10-04RISC-V/gas: drop riscv_subsets static variableJan Beulich1-18/+14
2022-10-04RISC-V: don't cast expressions' X_add_number to long in diagnosticsJan Beulich1-4/+4
2022-10-04ignore DWARF debug information for -gsplit-dwarf with dwarf-5Potharla, Rupesh1-1/+11
2022-10-04Automatic date update in version.inGDB Administrator1-1/+1
2022-10-03Fix self-move warning check for GCC 13+Jan-Benedict Glaw2-0/+8
2022-10-03gdb: constify inferior::target_is_pushedSimon Marchi1-1/+1
2022-10-03[AArch64] Handle W registers as pseudo-registers instead of aliases of X regi...Luis Machado4-34/+212
2022-10-03[AArch64] Fix pseudo-register numbering in the presence of unexpected additio...Luis Machado1-2/+13
2022-10-03readelf: DO not load section headers from file offset zeroNick Clifton2-0/+19
2022-10-03RISC-V: Move supervisor instructions after all unprivileged onesTsukasa OI1-32/+32
2022-10-03Improve GDB's baseclass detection with typedefsBruno Larsen3-17/+37
2022-10-03RISC-V: Assign DWARF numbers to vector registersTsukasa OI4-12/+91
2022-10-03RISC-V: Add testcase for DWARF register numbersTsukasa OI2-0/+296
2022-10-03Automatic date update in version.inGDB Administrator1-1/+1
2022-10-02[gdb/testsuite] Fix waitpid testing in next-fork-other-thread.cTom de Vries1-1/+1
2022-10-02gdb/testsuite: handle invalid .exp names passed in TESTSAndrew Burgess1-10/+30
2022-10-02gdb/disasm: better intel flavour disassembly styling with PygmentsAndrew Burgess1-4/+55
2022-10-02gdb: improve disassembler styling when Pygments raises an exceptionAndrew Burgess3-24/+130
2022-10-02gdb/testsuite: extend styling test for libopcodes stylingAndrew Burgess1-30/+65
2022-10-02gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess16-56/+27
2022-10-02gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess29-146/+66
2022-10-02gdb/csky: remove nullptr return from csky_pseudo_register_nameAndrew Burgess2-20/+11