aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-10Automatic date update in version.inGDB Administrator1-1/+1
2024-04-09Rewrite gdb_bfd_error_handlerTom Tromey1-15/+24
2024-04-09aarch64: Treat operand "SME list of ZA tiles" as immediate (PR 31561)Jens Remus1-1/+1
2024-04-09s390: Flag conditional branch relative insns as condjumpJens Remus1-4/+4
2024-04-09bfd: Define pagesize variables only for mmapH.J. Lu4-1/+7
2024-04-09arm: Fix disassembly of MVE vq[r]shr[u]nAlex Coplan4-1808/+1879
2024-04-09arm: Fix encoding of MVE vqshr[u]nAlex Coplan1-4/+4
2024-04-09arm: Refactor condition for print_mve_shift_nAlex Coplan1-10/+25
2024-04-09RISC-V: Support Zcmp push/pop instructions.Jiawei13-0/+641
2024-04-09LoongArch: ld: Move .got .got.plt before .data and protect .got with relromengqinggang5-1/+29
2024-04-09Support {evex} pseudo prefix for decode evex promoted insns without egpr32.Hu, Lin112-42/+1500
2024-04-09Remove dead code in bfdwin.cAlan Modra1-10/+0
2024-04-09ld testsuite: Append NOSANITIZE_CFLAGS to CFLAGS_FOR_TARGETAlan Modra2-4/+7
2024-04-09Automatic date update in version.inGDB Administrator1-1/+1
2024-04-08ld: Add PR ld/31615 testsH.J. Lu6-0/+66
2024-04-08remote.c: Make packet_ok return struct packet_resultAlexandra Hájková1-103/+96
2024-04-08remote.c: Use packet_check_resultAlexandra Hájková1-35/+46
2024-04-08gdb/configure: realign the AC_ARG_ENABLE(sim, ....) blockAndrew Burgess2-16/+16
2024-04-08gdb/build: apply silent-rules.mk to the data-directory Makefile.inAndrew Burgess2-17/+27
2024-04-08gdb/configure: use AC_MSG_NOTICE not a direct echo callAndrew Burgess2-4/+6
2024-04-08gdb/Makefile: Print 'GEN' message, and pass SILENT_FLAG moreAndrew Burgess1-8/+8
2024-04-08gdb/Makefile: add some missing config.status dependenciesAndrew Burgess1-4/+4
2024-04-08gdb/Makefile: rewrite dependencies for config.status targetAndrew Burgess1-1/+12
2024-04-08gdb/Makefile: add gcore to the 'all' target dependency listAndrew Burgess1-1/+1
2024-04-07gdb: ignore -Wregister instead of -Wdeprecated-registerSimon Marchi3-12/+16
2024-04-08Re: PR26978, Inconsistency for strong foo@v1 and weak foo@@v1Alan Modra1-2/+2
2024-04-08Automatic date update in version.inGDB Administrator1-1/+1
2024-04-07Support APX NFCui, Lili17-407/+5037
2024-04-07Automatic date update in version.inGDB Administrator1-1/+1
2024-04-06elf: Call bfd_malloc instead xmallocH.J. Lu1-5/+6
2024-04-06Revert "x86: Restore APX shift-double instructions with omitted shift count"H.J. Lu5-327/+284
2024-04-06Don't have first_hash entries of strings that can be freed.Alan Modra1-4/+10
2024-04-06Automatic date update in version.inGDB Administrator1-1/+1
2024-04-05elf: Use elf_link_first_hash_entry for first_hashH.J. Lu2-26/+63
2024-04-05elf: Always honor the first definition in shared object and archiveH.J. Lu12-38/+267
2024-04-05Add support for Windows network paths to the UNC support in _bfd_real_open().Zhiqing Xiong1-36/+72
2024-04-05Add missing install-dvi and install-ps Makefie targets.Christophe Lyon7-0/+14
2024-04-04bfd: Munmap readonly memory after bfd_free_cached_infoH.J. Lu1-10/+12
2024-04-05Automatic date update in version.inGDB Administrator1-1/+1
2024-04-04bfd_mmap_local: Check offset and sizeH.J. Lu1-8/+5
2024-04-04bfd: Handle bmmap failure in _bfd_mmap_read_temporaryH.J. Lu1-6/+12
2024-04-04x86: Restore APX shift-double instructions with omitted shift countH.J. Lu5-284/+327
2024-04-04Add flake8 and isort to .pre-commit-config.yamlTom Tromey2-2/+19
2024-04-04Fix a test failure in gdb.threads/stepi-over-clone.expBernd Edlinger1-0/+4
2024-04-04MIPS HI16 and LO16 reloc howtosAlan Modra3-91/+91
2024-04-04Re: Update objcopy's --section-alignment optionAlan Modra1-2/+2
2024-04-04dlltool: replace unchecked malloc with xmallocNandakumar Edamana1-1/+1
2024-04-04Memory corruption with USE_MMAPAlan Modra1-23/+32
2024-04-04Re: USE_MMAP fuzzed object file attacksAlan Modra2-8/+6
2024-04-04Fix uninitialised variable errorsAlan Modra2-12/+12