aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-31Include string.h in bfd.h and delete LITMEMCPY, LITSTRCPYAlan Modra5-15/+13
2021-03-31Automatic date update in version.inGDB Administrator1-1/+1
2021-03-30gdb/dwarf: disable per-BFD resource sharing for -readnow objfilesSimon Marchi6-46/+122
2021-03-30[gdb/testsuite] Add missing .debug_abbrev terminator in dw2-cu-size.STom de Vries2-0/+8
2021-03-30Fix inverted logic bugLuis Machado2-5/+10
2021-03-30x86: drop seg_entryJan Beulich6-66/+63
2021-03-30x86: drop REGNAM_{AL,AX,EAX}Jan Beulich5-8/+21
2021-03-30x86: adjust st(<N>) parsingJan Beulich6-18/+42
2021-03-30x86: integrate rc_op into struct _i386_insnJan Beulich2-43/+50
2021-03-30x86: integrate broadcast_op into struct _i386_insnJan Beulich2-43/+52
2021-03-30x86: integrate mask_op into struct _i386_insnJan Beulich2-55/+69
2021-03-30x86: make swap_2_operands() have unsigned parametersJan Beulich2-12/+25
2021-03-30asan: linker.c:2294:8: runtime error: load of value 253Alan Modra2-3/+8
2021-03-30PR27625, powerpc64 gold __tls_get_addr callsAlan Modra2-53/+197
2021-03-30Automatic date update in version.inGDB Administrator1-1/+1
2021-03-29Remove parameter from language_infoTom Tromey4-14/+15
2021-03-29Don't pass empty options to GCCLuis Machado2-1/+11
2021-03-29Fix memory tagging section typeLuis Machado2-1/+6
2021-03-29testsuite, mi: avoid a clang bug in 'user-selected-context-sync.exp'Tankut Baris Aktemur2-2/+13
2021-03-29Restore procfs.c compilationRainer Orth2-2/+11
2021-03-29x86: move some opcode table entriesJan Beulich3-489/+500
2021-03-29x86: VPSADBW's source operands are also commutativeJan Beulich7-8/+22
2021-03-29x86: fold SSE2AVX and their base MMX/SSE templatesJan Beulich4-924/+645
2021-03-29x86: undo Prefix_0X<nn> use in opcode tableJan Beulich3-375/+383
2021-03-29x86: shrink some struct insn_template fieldsJan Beulich2-4/+10
2021-03-29x86: derive opcode encoding space attribute from base opcodeJan Beulich6-1721/+1814
2021-03-29TRUE/FALSE simplificationAlan Modra44-176/+203
2021-03-29gas int vs bfd_boolean fixesAlan Modra7-65/+83
2021-03-29binutils int vs bfd_boolean fixesAlan Modra6-6/+15
2021-03-29opcodes int vs bfd_boolean fixesAlan Modra7-20/+35
2021-03-29Miscellaneous BFD int vs bfd_boolean fixesAlan Modra6-8/+18
2021-03-29hash table iterator callback functions int vs. bfd_booleanAlan Modra10-16/+35
2021-03-29ELF output symbol hooks int vs. bfd_booleanAlan Modra5-23/+29
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra72-82/+159
2021-03-29Automatic date update in version.inGDB Administrator1-1/+1
2021-03-28Simplify DWARF reader initializationTom Tromey4-68/+66
2021-03-28Automatic date update in version.inGDB Administrator1-1/+1
2021-03-27Don't declare elf_sym_fns_lazy_psymsTom Tromey2-2/+4
2021-03-27Don't clear 'qf' in elf_symfile_readTom Tromey2-1/+4
2021-03-27gdb/testsuite: make some test names unique in gdb.arch/powerpc-*.expWill Schmidt3-4/+11
2021-03-27Automatic date update in version.inGDB Administrator1-1/+1
2021-03-26gdb-add-index.sh: Remove use of non posix 'local'Lancelot SIX2-13/+17
2021-03-26Use function view in quick_symbol_functions::map_symbol_filenamesTom Tromey11-81/+100
2021-03-26Simplify use of map_matching_symbols in ada-lang.cTom Tromey2-28/+24
2021-03-26Simplify psymbol_functions::expand_symtabs_matchingTom Tromey2-1/+10