binutils-gdb.git
2021-02-28 Mike Frysingersim: delete redundant SIM_EXTRA_ALL
2021-02-28 GDB AdministratorAutomatic date update in version.in
2021-02-27 Lancelot SIX[PR gdb/27393] set directories: handle empty dirs.
2021-02-27 Tom TromeyMinor fix in skip_ctf_tests
2021-02-27 GDB AdministratorAutomatic date update in version.in
2021-02-26 Fangrui Songnm: Add --quiet to suppress "no symbols" diagnostic
2021-02-26 Nick CliftonCorrect an error message in the ARM assembler.
2021-02-26 Tom de VriesAdd support for decoding DWARF v5 DW_AT_addr_base tags.
2021-02-26 Jan Vranytestsuite: Remove extra \n from expected output of...
2021-02-26 Tom de VriesAdd support for the split DWARF forms.
2021-02-26 Markus Metzgertestsuite: note on use_gdb_stub usage
2021-02-26 Alan ModraAdd PR27441 testcase
2021-02-26 Alan Modralibctf regen for NEWS
2021-02-26 GDB AdministratorAutomatic date update in version.in
2021-02-25 Kevin BuettnerFix date in ChangeLog
2021-02-25 Kevin BuettnerAdd comment regarding include order of <sys/ptrace...
2021-02-25 Simon Marchigdb: relax assertion in target_mourn_inferior
2021-02-25 Jan MatyasFix initial thread state of non-threaded remote targets
2021-02-25 Nick CliftonAdd initial support for .debug_sup sections.
2021-02-25 Andrew Burgessgdb/testsuite: Add a missing -wrap in gdb_test_multiple
2021-02-25 Jan Vranygdb/mi: Remove extra \n from tsv and and traceframe...
2021-02-25 Tom de Vries[gdb/symtab] Fix wrong unit_type Dwarf Error
2021-02-25 Jan Beulichld: correct description of behavior for symbols redefin...
2021-02-25 Andrew Burgessgdb/fortran: don't access non-existent type fields
2021-02-25 Andrew Burgessgdb/fortran: add support for ASSOCIATED builtin
2021-02-25 Andrew Burgessgdb/fortran: add support for legacy .xor. operator
2021-02-25 Alan ModraPR27441, inconsistency in weak definitions
2021-02-25 GDB AdministratorAutomatic date update in version.in
2021-02-24 Alan ModraRe: Use make_tempname file descriptor in smart_rename
2021-02-24 Tom de Vries[gdb/symtab] Handle DW_AT_decl_file with form DW_FORM_i...
2021-02-24 Kevin BuettnerAdd comment regarding include order of <sys/ptrace...
2021-02-24 Kevin BuettnerFix aarch64-linux-hw-point.c build problem
2021-02-24 Andrew Burgessgdb: use std::string instead of a fixed size buffer
2021-02-24 Andrew Burgessgdb: move get_section_table from exec_target to dummy_t...
2021-02-24 Andrew Burgessgdb: make the target_sections table private within...
2021-02-24 Andrew Burgessgdb/testsuite: enable gdb.base/sect-cmd.exp test for...
2021-02-24 Andrew Burgessgdb: spread a little 'const' through the target_section...
2021-02-24 Andrew Burgessgdb: add a new 'maint info target-sections' command
2021-02-24 Andrew Burgessgdb/riscv: select rv32 target by default when requested
2021-02-24 Andrew Burgessgdb: call value_ind for pointers to dynamic types in...
2021-02-24 Nick CliftonFix a potential integer overflow when adding together...
2021-02-24 Nick CliftonRemove support for old v1 & v2 style GNU build notes.
2021-02-24 Alan ModraPR27459, segmentation fault in go32exe_check_format
2021-02-24 GDB AdministratorAutomatic date update in version.in
2021-02-23 Alan ModraPR23691, gas .y files vs. automatic make dependencies
2021-02-23 Alan ModraUse make_tempname file descriptor in smart_rename
2021-02-23 Alan ModraPR27456, lstat in rename.c on MinGW
2021-02-23 Simon Marchigdb/dwarf: create and destroy dwarf2_per_bfd's CUs...
2021-02-23 Simon Marchigdb/dwarf: don't enqueue CU in maybe_queue_comp_unit...
2021-02-23 Simon Marchigdbserver: linux-low: make linux_process_target::filter...
2021-02-23 Simon Marchigdb: linux-nat: make linux_nat_filter_event return...
2021-02-23 GDB AdministratorAutomatic date update in version.in
2021-02-22 Tom TromeyChange target_bfd_reopen to take a gdb_bfd_ref_ptr
2021-02-22 Simon Marchigdb: add asserts in thread code
2021-02-22 Simon Marchigdb: push target earlier in procfs_target::attach ...
2021-02-22 Alan ModraDon't handle BFD_RELOC_16 in XCOFF reloc_type_lookup
2021-02-22 GDB AdministratorAutomatic date update in version.in
2021-02-21 Mike Frysingersim: common: split up acinclude.m4 into individual...
2021-02-21 Alan ModraWarn when a script redefines a symbol
2021-02-21 Alan Modralibctf AC_CANONICAL_TARGET
2021-02-21 GDB AdministratorAutomatic date update in version.in
2021-02-20 Nick Alcocklibctf: add a NEWS
2021-02-20 Nick Alcocklibctf, include: find types of symbols by name
2021-02-20 Mike Frysingersim: merge configure.tgt into configure.ac
2021-02-20 H.J. Lureadelf: Replace procesor with processor
2021-02-20 Alan ModraFail run_dump_test when an error is expected but not...
2021-02-20 Alan ModraInclude ld-lib.exp from ctf-lib.exp
2021-02-20 GDB AdministratorAutomatic date update in version.in
2021-02-19 Nick CliftonFix compile time warnings when building riscv assembler.
2021-02-19 Kevin Buettneramd64-linux-siginfo.c: Adjust include order to avoid...
2021-02-19 Nelson ChuRISC-V: PR27158, fixed UJ/SB types and added CSS/CL...
2021-02-19 Alan ModraWrong ELF class plugin vs. gcc ld version
2021-02-19 Alan Modrapr26548 test
2021-02-19 Siddhesh Poyarekarbinutils: Avoid renaming over existing files
2021-02-19 GDB AdministratorAutomatic date update in version.in
2021-02-18 Tom TromeyIntroduce expression::evaluate
2021-02-18 Nick CliftonFix a problem merging empty annobin notes on ppc64le...
2021-02-18 Andrew Burgessgdb/testsuite: only run gdb.arch/i386-biarch-core.exp...
2021-02-18 Andrew Burgessld: remove stray debug fprintf
2021-02-18 Marco Barisionegdb: add missing full stops in --help
2021-02-18 Nelson ChuRISC-V: Add bfd/cpu-riscv.h to support all spec version...
2021-02-18 Kevin BuettnerFix completion related libstdc++ assert when using...
2021-02-18 GDB AdministratorAutomatic date update in version.in
2021-02-17 Lancelot SIX[PR cli/17290] gdb/doc: Fix show remote interrupt-*.
2021-02-17 Alan Modrah8300 complains about new section defined without attri...
2021-02-17 Alan Modraread_leb128 overflow checking
2021-02-17 Nelson ChuRISC-V: PR27200, allow the first input non-ABI binary...
2021-02-17 GDB AdministratorAutomatic date update in version.in
2021-02-16 Alok Kumar... Correction of gdb.dwarf2/pr13961.S
2021-02-16 H.J. Lugas: Allow SHF_GNU_RETAIN on all sections
2021-02-16 Jan Beulichx86: CVTPI2PD has special behavior
2021-02-16 Jan Beulichx86: honor template rather than actual operands when...
2021-02-16 Jan Beulichx86: record register use for SIMD insns without respect...
2021-02-16 Jan Beulichx86: make common property tests common
2021-02-16 Jan Beulichx86: have preprocessor expand macros
2021-02-16 Jan Beulichx86: make 16-bit ENQCMD test actually test ENQCMD
2021-02-16 Jan BeulichDwarf: fix build with old gcc
2021-02-16 Alan Modraubsan: shift exponent is too large
2021-02-16 Alan ModraPR27426, More bugs in dwarf2dbg.c
2021-02-16 Alan Modrademand_copy_C_string NUL check
next