aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-11[binutils][gas] Fix build failure with -std=c89Matthew Malcomson2-2/+7
2020-02-11[gdb/testsuite] Fix UNRESOLVED in gdb.server/server-kill-python.expTom de Vries2-0/+9
2020-02-10Use GCC LTO wrapper to get real symbols from LTO IR objectsH.J. Lu11-23/+554
2020-02-11Ensure *valuep always written by extract_normal returnAlan Modra16-15/+68
2020-02-11Automatic date update in version.inGDB Administrator1-1/+1
2020-02-10MSP430: Enable relaxation of jump instructions to hard-coded pcrel offsetsJozef Lawrynowicz2-11/+65
2020-02-10MSP430: Enable relaxation of relocs in JMP instructionsJozef Lawrynowicz2-30/+75
2020-02-10MSP430: Add printf statements to assist with debugging during relaxationJozef Lawrynowicz2-5/+98
2020-02-10[binutils][arm] Implement Custom Datapath Extensions for MVEMatthew Malcomson15-4/+1438
2020-02-10[binutils][arm] arm support for ARMv8.m Custom Datapath ExtensionMatthew Malcomson14-4/+1573
2020-02-10x86: Accept Intel64 only instruction by defaultH.J. Lu10-3960/+4026
2020-02-10Allow objcopy's --set-section-flags options to add or remove the SHF_EXCLUDE ...Fangrui Song3-5/+11
2020-02-10More debuginfod tests fixes.Aaron Merey2-15/+30
2020-02-10Fix potential problem with binutils debuginfod tests.Aaron Merey2-3/+8
2020-02-10[gdb] Fix -Wstrict-null-sentinel warningsTom de Vries4-2/+12
2020-02-10[gdb/testsuite] Skip multi-target.exp without gdbserverTom de Vries2-0/+8
2020-02-10GDB/testsuite: Fix a catastrophic step-over-no-symbols.exp failureMaciej W. Rozycki2-1/+8
2020-02-10gas: error for section type, attr, or entsize changeAlan Modra4-8/+31
2020-02-10gas -Z flagAlan Modra3-2/+9
2020-02-10z80 comments in archures.cAlan Modra3-19/+44
2020-02-10Automatic date update in version.inGDB Administrator1-1/+1
2020-02-09[gdb] Mention CU offset for <artifical> if verboseTom de Vries2-0/+13
2020-02-09[gdb/testsuite] Capture many-headers.exp progress and output in gdb.logTom de Vries2-5/+20
2020-02-09Use enums for human-readable exception information.Hannes Domani2-6/+102
2020-02-09Display ExceptionRecord for $_siginfoHannes Domani6-1/+155
2020-02-09Automatic date update in version.inGDB Administrator1-1/+1
2020-02-08Remove "keep" parameter from cutu_reader constructorTom Tromey2-27/+43
2020-02-08Simplify "want_partial_unit" handlingTom Tromey2-9/+13
2020-02-08Move two more functions to dwarf2/leb.hTom Tromey3-31/+34
2020-02-08Convert read_address to a method on comp_unit_headTom Tromey4-69/+83
2020-02-08Convert read_offset to method on comp_unit_headTom Tromey4-32/+32
2020-02-08Create dwarf2/comp-unit.[ch]Tom Tromey5-293/+378
2020-02-08Move read_offset_1 to leb.cTom Tromey4-31/+41
2020-02-08Convert dwarf2_section_size to a methodTom Tromey3-18/+22
2020-02-08Unify read_initial_length implementationsTom Tromey5-83/+78
2020-02-08Add some methods to dwarf2_per_cu_dataTom Tromey6-134/+157
2020-02-08Move dwarf2_per_cu_data::imported_symtabs earlierTom Tromey2-26/+31
2020-02-08Move DWARF line_header to new fileTom Tromey6-253/+317
2020-02-08Change line_table methods to return unique_xmalloc_ptrTom Tromey2-17/+29
2020-02-08Change file_full_name and file_file_name methodsTom Tromey2-23/+33
2020-02-08Move dwarf_always_disassemble to dwarf2/loc.cTom Tromey4-26/+36
2020-02-08Change dwarf2_per_objfile::quick_file_names_table to htab_upTom Tromey3-10/+16
2020-02-08Minor simplification in abbrev_table::readTom Tromey2-1/+5
2020-02-08Use htab_up in abbrev_tableTom Tromey3-33/+44
2020-02-08Minor cleanups in abbrev_tableTom Tromey4-37/+52
2020-02-08Change dwarf2_per_objfile::die_type_hash to htab_upTom Tromey3-13/+14
2020-02-08Change dwp_file to use htab_upTom Tromey2-12/+17
2020-02-08Don't allocate DWO file hash on obstackTom Tromey2-7/+10
2020-02-08Change dwarf2_per_objfile::line_header_hash to htab_upTom Tromey3-13/+15
2020-02-08Change dwarf2_per_objfile::type_unit_groups to htab_upTom Tromey3-11/+16