aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Remove bfdwin.cAlan Modra39-629/+55
2024-04-11asan: heap buffer overflow elf_link_add_to_first_hashAlan Modra1-1/+4
2024-04-11Re: Update objcopy's --section-alignment optionAlan Modra1-2/+6
2024-04-10x86-64: Use long NOPs for Intel Core processorsH.J. Lu5-9/+397
2024-04-10mmap: Fix a memory leak in _bfd_mmap_read_temporaryH.J. Lu1-1/+5
2024-04-10elf: Fix a memory leak in _bfd_elf_add_dynamic_entryH.J. Lu3-7/+12
2024-04-11Segfault in _bfd_delete_bfd with USE_MMAPAlan Modra1-1/+2
2024-04-11Automatic date update in version.inGDB Administrator1-1/+1
2024-04-10gas: scfi: bugfixes for SCFI state propagationIndu Bhagat5-8/+87
2024-04-10gas: gcfg: add_bb_at_ginsn must return root_bbIndu Bhagat5-26/+164
2024-04-10gdb, gdbserver: Add missing install-dvi Makefile targetChristophe Lyon5-4/+21
2024-04-10readelf: Add -j/--display-section command line option.Nick Clifton2-0/+5
2024-04-10mmap: Avoid the sanitizer configure check failureH.J. Lu20-9/+40
2024-04-10mmap: Avoid the sanitizer configure check failureH.J. Lu9-11/+34
2024-04-10Re: ld testsuite: Append NOSANITIZE_CFLAGS to CFLAGS_FOR_TARGETAlan Modra1-4/+4
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