aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-20RISC-V: Remove RV128-only fmv instructionsTsukasa OI5-8/+8
2022-05-20Fix non-pointer type compilation error in aix-thread.cAditya Vidyadhar Kamath1-2/+2
2022-05-20add a trie to map quickly from address range to compilation unitSteinar H. Gunderson1-19/+367
2022-05-20Tidy warn-execstack handlingAlan Modra6-22/+17
2022-05-20Automatic date update in version.inGDB Administrator1-1/+1
2022-05-19arm: Fix system register fpcxt_ns and fpcxt_s naming convention.Srinath Parvathaneni3-3/+88
2022-05-19gdb/doc: use @value{GDBP} in 'info pretty-printer' exampleAndrew Burgess1-8/+8
2022-05-19gdb/doc: make use of group/end group in 'info pretty-printers' exampleAndrew Burgess1-0/+10
2022-05-19gdb/doc: fix inconsistent info pretty-printer exampleNikolaos Chatzikonstantinou1-3/+1
2022-05-19Fix potentially uninitialised variables in the Windows toolsNick Clifton7-7/+19
2022-05-19gdb: testsuite: Support displaced stepping on LoongArchTiezhu Yang1-1/+1
2022-05-19gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBCXX_DEBUGSimon Marchi1-1/+1
2022-05-19Arm64: force emission of ILP32-dependent relocsJan Beulich1-1/+1
2022-05-19COFF: use hash for string table also when copying / strippingJan Beulich4-219/+78
2022-05-19COFF/PE: keep linker version during objcopy / stripJan Beulich1-4/+14
2022-05-19COFF/PE: don't leave zero timestamp after objcopy / stripJan Beulich1-6/+8
2022-05-19COFF: make objcopy / strip honor --keep-file-symbolsJan Beulich1-6/+4
2022-05-19don't over-align file positions of PE executable sectionsJan Beulich1-15/+14
2022-05-19 _bfd_real_fopen should not use ccs parameter on WindowsYvan Roux2-3/+6
2022-05-19RISC-V: Fix canonical extension order (K and J)Tsukasa OI1-1/+1
2022-05-19Automatic date update in version.inGDB Administrator1-1/+1
2022-05-18Use aarch64_features to describe register features in target descriptions.John Baldwin13-59/+90
2022-05-18Arm64: follow-on to PR gas/27217 fixJan Beulich1-2/+7
2022-05-18Fix compile time warning building gold with Clang-14.Nick Clifton2-5/+5
2022-05-18oops - forgot changelog entry for the previous delta.Victor Do Nascimento1-0/+16
2022-05-18arm: Add unwind support for mixed register listsVictor Do Nascimento4-42/+107
2022-05-18PowerPC: bp-permanent.exp, kill-after-signal fixCarl Love2-12/+18
2022-05-18[AArch64] Return the regnum for PC (32) on aarch64Yichao Yu4-0/+122
2022-05-18x86: shrink op_riprelJan Beulich1-18/+12
2022-05-18Add a --no-weak option to nm.Nick Clifton6-2/+74
2022-05-18Support -prompt and -lbl in gdb_testPedro Alves3-35/+42
2022-05-18Remove unused DWARF PAUTH registersLuis Machado2-5/+0
2022-05-18Rename PAUTH_RA_STATE to RA_SIGN_STATELuis Machado2-18/+18
2022-05-18[gdb/testsuite] Simplify unknown lang testing in gdb.base/parse_number.expTom de Vries1-3/+8
2022-05-18[gdb/testsuite] Use hex_for_lang in gdb.base/parse_number.expTom de Vries1-1/+14
2022-05-18[gdb/tdep] Add gdb/syscalls/update-linux-from-src.shTom de Vries23-38/+1230
2022-05-18AArch64: Enable FP16 by default for Armv9-A.Tamar Christina1-0/+1
2022-05-18gas: avoid octal numbers being accepted when processing .linefileJan Beulich3-0/+12
2022-05-18gas: avoid bignum related errors when processing .linefileJan Beulich4-4/+27
2022-05-18gas: fold do_repeat{,_with_expander}()Jan Beulich4-46/+15
2022-05-18gas: don't ignore .linefile inside false conditionalsJan Beulich4-0/+26
2022-05-18gas: simplify ignore_input()Jan Beulich1-11/+13
2022-05-18gas: tweak .irp and alike file/line handling for M68K/MRIJan Beulich1-1/+4
2022-05-18gold: don't invoke IA32 syscall in x86_64 assembly testcaseXi Ruoyao1-6/+6
2022-05-18Automatic date update in version.inGDB Administrator1-1/+1
2022-05-17Fix typo in info pageNikolaos Chatzikonstantinou1-1/+1
2022-05-17Fix gdb.python/py-connection.exp with remote targetsPedro Alves1-2/+2
2022-05-17gdb, btrace: Throw an error for empty recordings when replaying starts.Felix Willgerodt1-1/+1
2022-05-17Make gdb_test's question non-optional if specifiedPedro Alves1-4/+21
2022-05-17gdb.base/skip.exp: Don't abuse gdb_test's question supportPedro Alves1-24/+31