binutils-gdb.git
2020-06-01 Andrew Burgessgdb: Preserve is-stmt lines when switch between files
2020-06-01 Samuel Thibaulthurd: Add shared mig declarations
2020-06-01 GDB AdministratorAutomatic date update in version.in
2020-05-31 Samuel Thibaultgnu-nat: Move local functions inside gnu_nat_target...
2020-05-31 GDB AdministratorAutomatic date update in version.in
2020-05-30 Samuel Thibaulthurd: unwinding support over signal trampolines
2020-05-30 Samuel Thibaulthurd: fix pushing target on inferior creation
2020-05-30 Samuel Thibaulthurd: add gnu_target pointer to fix thread API calls
2020-05-30 Samuel Thibaulthurd: remove unused variables
2020-05-30 Samuel Thibaulthurd: add missing include
2020-05-30 Samuel Thibaulthurd: make function cast stronger
2020-05-30 Samuel Thibaulthurd: add missing awk script dependency
2020-05-30 Samuel Thibaulthurd: fix gnu_debug_flag type
2020-05-30 Jonny Grantgdb: change bug URL to https
2020-05-30 Pedro Alvesreplace_typedefs: handle templates in namespaces
2020-05-30 GDB AdministratorAutomatic date update in version.in
2020-05-29 Simon Marchigdb: rename dwarf2_per_objfile variables/fields to...
2020-05-29 Gary BensonFix build errors in with clang in gdb.compile/compile...
2020-05-29 Gary BensonFix file-not-found error with clang in gdb.arch/i386...
2020-05-29 Gary BensonBuild two gdb.cp testcases with -Wno-unused-comparison
2020-05-29 Max Filippovbinutils: Add myself as Xtensa maintainer
2020-05-29 GDB AdministratorAutomatic date update in version.in
2020-05-28 David Faustbfd: fix handling of R_BPF_INSN_{32,64} relocations.
2020-05-28 Jose E. Marchesicpu,opcodes: add instruction semantics to bpf.cpu and...
2020-05-28 Simon Marchigdb: add comment in dwarf_evaluate_loc_desc::push_dwarf...
2020-05-28 Kevin BuettnerFix Python3.9 related runtime problems
2020-05-28 Stephen CasnerFix all unexpected failures in gas testsuite for pdp11...
2020-05-28 Gary BensonFix "enumeration values not handled in switch" error...
2020-05-28 Nick CliftonHave the linker fail if any attempt to link in an execu...
2020-05-28 Nick CliftonStop the linker from accepting executable ELF files...
2020-05-28 Simon Marchigdb: use caller objfile in dwarf_evaluate_loc_desc...
2020-05-28 Gary BensonPass -Wno-deprecated-register for gdb.cp that use ...
2020-05-28 Tom de Vries[gdb/symtab] Make gold index workaround more precise
2020-05-28 Nick Clifton[PATCH] gas: Fix comment on definition of frag_grow()
2020-05-28 Gary BensonFix "'operator new' should not return NULL" errors...
2020-05-28 Alan Modraubsan: nios2: undefined shift
2020-05-28 Alan ModraPR26044, Some targets can't be compiled with GCC 10...
2020-05-28 Alan Modraasan: ns32k: use of uninitialized value
2020-05-28 H.J. Luld: Mention --enable-textrel-check=yes is default for...
2020-05-28 H.J. Luld: Enable --warn-textrel by default for Linux/x86...
2020-05-28 H.J. Luld: Add --enable-textrel-check=[no|yes|warning|error]
2020-05-28 Nick CliftonFix a potential use of an uninitialised value in the...
2020-05-28 Nick CliftonLinker: Remove support for -Map= with an empty argument.
2020-05-28 Stephen CasnerFix PR gas/26001 (pdp11-*-*)
2020-05-28 GDB AdministratorAutomatic date update in version.in
2020-05-27 Simon CookRISC-V: Fix missing initialization of riscv_csr_extra...
2020-05-27 Hans-Peter... PR ld/22909 amendment; don't xfail ld-elf/pr19539.d...
2020-05-27 Pedro Alvescp-completion-aliases.exp: Use test_gdb_complete_{uniqu...
2020-05-27 Tom TromeyUse add_partial_symbol in load_partial_dies
2020-05-27 Tom TromeyInline abbrev lookup
2020-05-27 Tom TromeyLazily compute partial DIE name
2020-05-27 Tom TromeyAttribute method inlining
2020-05-27 Hannes DomaniMove exit_status_set_internal_vars out of GLOBAL_CURDIR
2020-05-27 Hannes DomaniUse errno value of first openp failure
2020-05-27 Hannes DomaniDon't close process handle provided by WaitForDebugEvent
2020-05-27 Hannes DomaniDon't close thread handles provided by WaitForDebugEvent
2020-05-27 Nick Clifton [PATCH] allow empty string as argument to -Map
2020-05-27 Tom TromeyShare DWARF partial symtabs
2020-05-27 Simon MarchiMove line_header_hash to dwarf2_per_objfile
2020-05-27 Simon MarchiMake mapped_debug_names independent of objfile
2020-05-27 Simon MarchiReplace dwarf2_per_cu_data::cu backlink with per-objfil...
2020-05-27 Simon MarchiPass existing_cu object to cutu_reader
2020-05-27 Simon MarchiAdd comp_unit_head to dwarf2_per_cu_data
2020-05-27 Simon MarchiMake load_cu return the loaded dwarf2_cu
2020-05-27 Simon MarchiPass dwarf2_cu to process_full_{comp,type}_unit
2020-05-27 Simon MarchiPass dwarf2_per_bfd instead of dwarf2_per_objfile to...
2020-05-27 Tom TromeyMove signatured_type::type to unshareable object
2020-05-27 Tom TromeySplit type_unit_group
2020-05-27 Simon MarchiRemove dwarf2_per_cu_data::dwarf2_per_objfile
2020-05-27 Simon MarchiRemove leftover references to dwarf2_per_cu_data::dwarf...
2020-05-27 Simon MarchiAdd dwarf2_per_objfile parameter to get_die_type_at_offset
2020-05-27 Simon MarchiAdd dwarf2_per_objfile parameter to free_one_cached_com...
2020-05-27 Simon MarchiRemove dwarf2_per_cu_data::objfile ()
2020-05-27 Simon MarchiAdd dwarf2_per_objfile parameters to dwarf2_fetch_...
2020-05-27 Simon MarchiAdd dwarf2_per_objfile parameter to allocate_piece_closure
2020-05-27 Simon MarchiAdd dwarf2_per_objfile parameter to dwarf2_read_addr_index
2020-05-27 Simon MarchiRemove dwarf2_per_cu_data::text_offset
2020-05-27 Simon MarchiAdd dwarf2_per_objfile to dwarf_expr_context and dwarf2...
2020-05-27 Simon MarchiMove int type methods out of dwarf2_per_cu_data
2020-05-27 Simon MarchiRemove reference to dwarf2_per_cu_data::dwarf2_per_objf...
2020-05-27 Simon MarchiPass dwarf2_cu objects to dwo-related functions, instea...
2020-05-27 Simon MarchiAdd dwarf2_per_objfile parameter to process_full_{comp...
2020-05-27 Simon MarchiAdd dwarf2_per_objfile parameter to recursively_compute...
2020-05-27 Simon MarchiAdd dwarf2_per_objfile parameter to create_partial_symtab
2020-05-27 Simon MarchiRemove dwarf2_per_cu_data::dwarf2_per_objfile reference...
2020-05-27 Simon MarchiMake queue_and_load_dwo_tu receive a dwarf2_cu
2020-05-27 Simon MarchiAdd dwarf2_per_objfile parameter to cutu_reader's const...
2020-05-27 Simon MarchiUse bfd_get_filename instead of objfile_name in lookup_...
2020-05-27 Simon MarchiMake dwarf2_get_dwz_file take a dwarf2_per_bfd
2020-05-27 Simon MarchiAdd dwarf2_per_bfd field to dwarf2_per_cu_data
2020-05-27 Simon MarchiRemove dwarf2_cu->per_cu->dwarf2_per_objfile references
2020-05-27 Simon MarchiRemove reference to dwarf2_per_cu_data::dwarf2_per_objf...
2020-05-27 Simon MarchiAdd dwarf2_per_objfile field to dwarf2_cu
2020-05-27 Simon MarchiMove die_type_hash to dwarf2_per_objfile
2020-05-27 Simon MarchiRemove symtab links from dwarf2_psymtab and dwarf2_per_...
2020-05-27 Simon MarchiSplit dwarf2_per_objfile into dwarf2_per_objfile and...
2020-05-27 Tom TromeyAdd dwarf2_per_objfile member to DWARF batons
2020-05-27 Tom TromeyAdd dwarf2_per_cu_data::index
2020-05-27 Tom TromeyAdd "objfile" parameter to two partial_symtab methods
2020-05-27 Tom TromeyIntroduce dwarf2_per_objfile::obstack
next