aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-05C99 binutils configuryAlan Modra27-1881/+631
2021-04-05C99 opcodes configuryAlan Modra8-1248/+528
2021-04-05C99 bfd configuryAlan Modra19-1962/+636
2021-04-05C99 gprof configuryAlan Modra6-1184/+556
2021-04-04gdb: fix internal error in avr_frame_unwind_cacheSimon Marchi2-1/+6
2021-04-05Automatic date update in version.inGDB Administrator1-1/+1
2021-04-04sim: mips: Add handlers to simulator monitor for unlink, lseek and statFaraz Shahbazker2-1/+75
2021-04-04Automatic date update in version.inGDB Administrator1-1/+1
2021-04-03sim: example-synacor: a simple implementation for referenceMike Frysinger34-1/+16037
2021-04-03sim: testsuite: integrate common tests into buildMike Frysinger7-71/+662
2021-04-03sim: add preliminary support for --enable-targetsMike Frysinger9-131/+389
2021-04-02sim: igen: merge build into top levelMike Frysinger17-5489/+451
2021-04-02sim: unify toolchain settingsMike Frysinger104-6382/+7842
2021-04-03Automatic date update in version.inGDB Administrator1-1/+1
2021-04-02gdb: remove objfile parameter from get_objfile_bfd_dataSimon Marchi2-6/+9
2021-04-02gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi11-46/+75
2021-04-02gdb: use std::string in partial_symtab::partial_symtab / allocate_symtabSimon Marchi3-12/+16
2021-04-02gdb: add intern methods to objfile_per_bfd_storageSimon Marchi2-3/+26
2021-04-01gdb: remove TYPE_FLAG_ENUMSimon Marchi3-3/+6
2021-04-01gdb: add type::is_flag_enum / type::set_is_flag_enumSimon Marchi3-7/+24
2021-04-01gdb: remove TYPE_DECLARED_CLASSSimon Marchi9-22/+19
2021-04-01gdb: add type::is_declared_class / type::set_is_declared_classSimon Marchi3-4/+28
2021-04-02Automatic date update in version.inGDB Administrator1-1/+1
2021-04-01Fix obvious typo in gdb/testsuite/lib/pdtrace.inEgeyar Bagcioglu2-1/+5
2021-04-01Use importlib instead of imp module on python 3.4+Boris Staletic2-2/+9
2021-04-01PE/Windows x86_64: Fix weak undef symbols after image base changeTamar Christina6-0/+98
2021-04-01Fix microblaze sim build errorMartin Liska2-1/+5
2021-04-01Remove strneq macro and use startswith.Martin Liska18-51/+65
2021-04-01Use startswith in gas subfolder.Martin Liska58-417/+540
2021-04-01Use startswith more for strncmp function calls.Martin Liska23-73/+117
2021-04-01Replace const_strneq with startswith.Martin Liska5-59/+74
2021-04-01[gdb/testsuite] Fix unset of DEBUGINFOD_URLS in default_gdb_initTom de Vries1-3/+1
2021-04-01Use startswith in gdb subfolder.Martin Liska6-42/+50
2021-03-31Remove two trivial functions from dwarf2/read.cTom Tromey2-35/+17
2021-04-01Automatic date update in version.inGDB Administrator1-1/+1
2021-04-01PR27675, PowerPC missing extended mnemonic mfummcr2Alan Modra2-0/+7
2021-03-31Fix typo in dwarf2/stringify.hTom Tromey2-1/+5
2021-03-31Add some error checking to DWARF assemblerTom Tromey2-33/+57
2021-03-31[gdb/testsuite] Ignore DEBUGINFOD_URLSTom de Vries2-0/+11
2021-03-31Don't include bfd/sysdep.h for gas filesAlan Modra5-7/+11
2021-03-31PR27671, Poisoning TRUE / FALSE poisons Win32 system headersAlan Modra3-2/+8
2021-03-31Use bool in gasAlan Modra133-4237/+4275
2021-03-31Use bool in ldAlan Modra91-1532/+1571
2021-03-31Use bool in binutilsAlan Modra37-3244/+3241
2021-03-31Use bool in opcodesAlan Modra51-1650/+1673
2021-03-31Use bool in bfdAlan Modra331-28278/+28339
2021-03-31Use bool in gprofAlan Modra18-98/+120
2021-03-31Use bool in includeAlan Modra12-77/+89
2021-03-31Use stdbool.hAlan Modra3-22/+28
2021-03-31Remove bfd_stdint.hAlan Modra58-867/+123