aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-01Remove strneq macro and use startswith.users/marxin/startswith-v2Martin Liska12-51/+28
2021-04-01Use startswith in gas subfolder.Martin Liska57-417/+399
2021-04-01Use startswith more for strncmp function calls.Martin Liska21-73/+71
2021-04-01Replace const_strneq with startswith.Martin Liska4-59/+59
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
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