aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-31Trailing spaces in objdump -r headerAlan Modra206-242/+242
2022-05-31Automatic date update in version.inGDB Administrator1-1/+1
2022-05-30gdb/testsuite: fix gdb.trace/signal.exp on x86Simon Marchi1-1/+1
2022-05-30gdb/manual: Introduce location specsPedro Alves3-191/+305
2022-05-30Move 64-bit BFD files from ALL_TARGET_OBS to ALL_64_TARGET_OBSLuis Machado1-6/+7
2022-05-30Fix failing test for armeb-gnu-eabiLuis Machado1-18/+2
2022-05-30Use a union to avoid casts in bfd/doc/chew.cAlan Modra1-24/+41
2022-05-30use libiberty xmalloc in bfd/doc/chew.cAlan Modra3-12/+15
2022-05-30Update K&R functions in bfd/doc/chew.cAlan Modra1-162/+62
2022-05-30Reorganise bfd/doc/chew.c a littleAlan Modra1-64/+38
2022-05-30RISC-V: Add zhinx extension supports.jiawei5-62/+204
2022-05-30Automatic date update in version.inGDB Administrator1-1/+1
2022-05-29Automatic date update in version.inGDB Administrator1-1/+1
2022-05-28gdb/python: improve formatting of help text for user defined commandsAndrew Burgess6-0/+507
2022-05-28gdb: use gdb::unique_xmalloc_ptr<char> for docs in cmdpy_initAndrew Burgess1-8/+7
2022-05-27gprofng: fix build with -mx32Vladimir Mezentsev5-19/+21
2022-05-28Automatic date update in version.inGDB Administrator1-1/+1
2022-05-27Fix crash with "maint print arc"Tom Tromey1-5/+5
2022-05-27opcodes/i386: remove trailing whitespace from insns with zero operandsAndrew Burgess273-1837/+1854
2022-05-27Replace bfd_hostptr_t with uintptr_tAlan Modra14-72/+50
2022-05-27Remove much of BFD_HOST configuryAlan Modra6-166/+16
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra45-475/+297
2022-05-26gprofng: fix build with --disable-sharedVladimir Mezentsev2-2/+3
2022-05-27x86/Intel: allow MASM representation of embedded rounding / SAEJan Beulich12-1960/+2015
2022-05-27x86: re-work AVX512 embedded rounding / SAEJan Beulich6-11525/+972
2022-05-27x86/Intel: adjust representation of embedded rounding / SAEJan Beulich37-9924/+9941
2022-05-27x86/Intel: allow MASM representation of embedded broadcastJan Beulich24-4140/+4262
2022-05-27x86/Intel: adjust representation of embedded broadcastJan Beulich51-16769/+16776
2022-05-26gprofng: fix build with -mx32Vladimir Mezentsev6-46/+39
2022-05-27Automatic date update in version.inGDB Administrator1-1/+1
2022-05-27ld: cris*-elf: Default to --no-warn-rwx-segmentHans-Peter Nilsson1-0/+5
2022-05-27cris: bfd: Correct default to no execstackHans-Peter Nilsson2-0/+3
2022-05-26aarch64-fbsd-nat: Move definition of debug_regs_probed under HAVE_DBREG.John Baldwin1-1/+2
2022-05-26gdb: Change psymbol_functions::require_partial_symbols to partial_symbolsLancelot SIX2-23/+19
2022-05-26gdb: Require psymtab before calling quick_functions in objfileLancelot SIX5-15/+148
2022-05-26Fix crash in new DWARF indexerTom Tromey2-39/+95
2022-05-26Finalize each cooked index separatelyTom Tromey3-163/+313
2022-05-26bit-rot in target before_parse functionAlan Modra4-2/+12
2022-05-26 arm: avoid use of GNU builtin function in s_arm_unwind_save_mixedRichard Earnshaw1-40/+17
2022-05-26gdb/linux-nat: xfer_memory_partial return E_IO on errorLancelot SIX1-1/+1
2022-05-26gdb/testsuite: prefer gdb_test in gdb.dwarf2/calling-conventionLancelot SIX1-6/+8
2022-05-26bfd: Add Support for DW_FORM_strx* and DW_FORM_addrx*Potharla, Rupesh1-14/+268
2022-05-26ld: add --package-metadataLuca Boccassi17-12/+545
2022-05-26Automatic date update in version.inGDB Administrator1-1/+1
2022-05-26Re: Add bionutils support for DWARF v5's DW_OP_addrxNatarajan, Kavitha2-0/+169
2022-05-25Show enabled locations with disabled breakpoint parent as "y-"Pedro Alves4-20/+68
2022-05-25Add bionutils support for DWARF v5's DW_OP_addrx.Natarajan, Kavitha3-6/+76
2022-05-25gdb: Fix DUPLICATE and PATH regressions throughoutPedro Alves38-934/+969
2022-05-25Add -nopass option to gdb_test/gdb_test_multiplePedro Alves1-28/+32
2022-05-25RISC-V: Fix RV32Q conflictTsukasa OI8-5/+22