aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-29Fix file-not-found error with clang in gdb.arch/i386-{avx,sse}.cGary Benson3-2/+8
2020-05-29Build two gdb.cp testcases with -Wno-unused-comparisonGary Benson3-2/+10
2020-05-28binutils: Add myself as Xtensa maintainerMax Filippov2-0/+5
2020-05-29Automatic date update in version.inGDB Administrator1-1/+1
2020-05-28bfd: fix handling of R_BPF_INSN_{32,64} relocations.David Faust2-1/+31
2020-05-28cpu,opcodes: add instruction semantics to bpf.cpu and minor fixesJose E. Marchesi8-295/+515
2020-05-28gdb: add comment in dwarf_evaluate_loc_desc::push_dwarf_reg_entry_valueSimon Marchi2-0/+11
2020-05-28Fix Python3.9 related runtime problemsKevin Buettner2-26/+40
2020-05-28Fix all unexpected failures in gas testsuite for pdp11-aout.Stephen Casner8-3/+141
2020-05-28Fix "enumeration values not handled in switch" error in testsuiteGary Benson2-0/+7
2020-05-28Have the linker fail if any attempt to link in an executable is made.Nick Clifton2-2/+14
2020-05-28Stop the linker from accepting executable ELF files as inputs to other links.Nick Clifton2-0/+13
2020-05-28gdb: use caller objfile in dwarf_evaluate_loc_desc::push_dwarf_reg_entry_valueSimon Marchi2-3/+9
2020-05-28Pass -Wno-deprecated-register for gdb.cp that use "register"Gary Benson4-3/+13
2020-05-28[gdb/symtab] Make gold index workaround more preciseTom de Vries2-8/+19
2020-05-28[PATCH] gas: Fix comment on definition of frag_grow()Nick Clifton2-3/+7
2020-05-28Fix "'operator new' should not return NULL" errors in testsuiteGary Benson2-2/+10
2020-05-28ubsan: nios2: undefined shiftAlan Modra2-11/+10
2020-05-28PR26044, Some targets can't be compiled with GCC 10 (tilepro)Alan Modra2-3/+7
2020-05-28asan: ns32k: use of uninitialized valueAlan Modra2-7/+8
2020-05-28ld: Mention --enable-textrel-check=yes is default for Linux/x86 targetsH.J. Lu2-3/+5
2020-05-28ld: Enable --warn-textrel by default for Linux/x86 targetsH.J. Lu2-1/+9
2020-05-28ld: Add --enable-textrel-check=[no|yes|warning|error]H.J. Lu7-3/+98
2020-05-28Fix a potential use of an uninitialised value in the ns32k disassembler.Nick Clifton2-1/+9
2020-05-28Linker: Remove support for -Map= with an empty argument.Nick Clifton4-18/+29
2020-05-27Fix PR gas/26001 (pdp11-*-*)Stephen Casner5-1/+41
2020-05-28Automatic date update in version.inGDB Administrator1-1/+1
2020-05-27RISC-V: Fix missing initialization of riscv_csr_extra structsSimon Cook2-0/+6
2020-05-27PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.Hans-Peter Nilsson2-1/+6
2020-05-27cp-completion-aliases.exp: Use test_gdb_complete_{unique,multiple}Pedro Alves2-23/+18
2020-05-27Use add_partial_symbol in load_partial_diesTom Tromey2-10/+7
2020-05-27Inline abbrev lookupTom Tromey3-18/+28
2020-05-27Lazily compute partial DIE nameTom Tromey2-33/+74
2020-05-27Attribute method inliningTom Tromey3-29/+34
2020-05-27Move exit_status_set_internal_vars out of GLOBAL_CURDIRHannes Domani2-1/+5
2020-05-27Use errno value of first openp failureHannes Domani2-0/+7
2020-05-27Don't close process handle provided by WaitForDebugEventHannes Domani2-4/+21
2020-05-27Don't close thread handles provided by WaitForDebugEventHannes Domani2-1/+5
2020-05-27 [PATCH] allow empty string as argument to -MapNick Clifton5-2/+76
2020-05-27Share DWARF partial symtabsTom Tromey4-15/+115
2020-05-27Move line_header_hash to dwarf2_per_objfileSimon Marchi3-9/+16
2020-05-27Make mapped_debug_names independent of objfileSimon Marchi2-74/+126
2020-05-27Replace dwarf2_per_cu_data::cu backlink with per-objfile mapSimon Marchi3-201/+247
2020-05-27Pass existing_cu object to cutu_readerSimon Marchi2-25/+48
2020-05-27Add comp_unit_head to dwarf2_per_cu_dataSimon Marchi3-34/+48
2020-05-27Make load_cu return the loaded dwarf2_cuSimon Marchi2-32/+43
2020-05-27Pass dwarf2_cu to process_full_{comp,type}_unitSimon Marchi2-22/+22
2020-05-27Pass dwarf2_per_bfd instead of dwarf2_per_objfile to some index-related funct...Simon Marchi2-47/+55
2020-05-27Move signatured_type::type to unshareable objectTom Tromey3-10/+47
2020-05-27Split type_unit_groupTom Tromey3-26/+83