summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove strneq macro and use startswith.users/marxin/startswith-v2Martin Liska2021-04-0112-51/+28
* Use startswith in gas subfolder.Martin Liska2021-04-0157-417/+399
* Use startswith more for strncmp function calls.Martin Liska2021-04-0121-73/+71
* Replace const_strneq with startswith.Martin Liska2021-04-014-59/+59
* Use startswith in gdb subfolder.Martin Liska2021-04-016-42/+50
* Remove two trivial functions from dwarf2/read.cTom Tromey2021-03-312-35/+17
* Automatic date update in version.inGDB Administrator2021-04-011-1/+1
* PR27675, PowerPC missing extended mnemonic mfummcr2Alan Modra2021-04-012-0/+7
* Fix typo in dwarf2/stringify.hTom Tromey2021-03-312-1/+5
* Add some error checking to DWARF assemblerTom Tromey2021-03-312-33/+57
* [gdb/testsuite] Ignore DEBUGINFOD_URLSTom de Vries2021-03-312-0/+11
* Don't include bfd/sysdep.h for gas filesAlan Modra2021-03-315-7/+11
* PR27671, Poisoning TRUE / FALSE poisons Win32 system headersAlan Modra2021-03-313-2/+8
* Use bool in gasAlan Modra2021-03-31133-4237/+4275
* Use bool in ldAlan Modra2021-03-3191-1532/+1571
* Use bool in binutilsAlan Modra2021-03-3137-3244/+3241
* Use bool in opcodesAlan Modra2021-03-3151-1650/+1673
* Use bool in bfdAlan Modra2021-03-31331-28278/+28339
* Use bool in gprofAlan Modra2021-03-3118-98/+120
* Use bool in includeAlan Modra2021-03-3112-77/+89
* Use stdbool.hAlan Modra2021-03-313-22/+28
* Remove bfd_stdint.hAlan Modra2021-03-3158-867/+123
* Include string.h in bfd.h and delete LITMEMCPY, LITSTRCPYAlan Modra2021-03-315-15/+13
* Automatic date update in version.inGDB Administrator2021-03-311-1/+1
* gdb/dwarf: disable per-BFD resource sharing for -readnow objfilesSimon Marchi2021-03-306-46/+122
* [gdb/testsuite] Add missing .debug_abbrev terminator in dw2-cu-size.STom de Vries2021-03-302-0/+8
* Fix inverted logic bugLuis Machado2021-03-302-5/+10
* x86: drop seg_entryJan Beulich2021-03-306-66/+63
* x86: drop REGNAM_{AL,AX,EAX}Jan Beulich2021-03-305-8/+21
* x86: adjust st(<N>) parsingJan Beulich2021-03-306-18/+42
* x86: integrate rc_op into struct _i386_insnJan Beulich2021-03-302-43/+50
* x86: integrate broadcast_op into struct _i386_insnJan Beulich2021-03-302-43/+52
* x86: integrate mask_op into struct _i386_insnJan Beulich2021-03-302-55/+69
* x86: make swap_2_operands() have unsigned parametersJan Beulich2021-03-302-12/+25
* asan: linker.c:2294:8: runtime error: load of value 253Alan Modra2021-03-302-3/+8
* PR27625, powerpc64 gold __tls_get_addr callsAlan Modra2021-03-302-53/+197
* Automatic date update in version.inGDB Administrator2021-03-301-1/+1
* Remove parameter from language_infoTom Tromey2021-03-294-14/+15
* Don't pass empty options to GCCLuis Machado2021-03-292-1/+11
* Fix memory tagging section typeLuis Machado2021-03-292-1/+6
* testsuite, mi: avoid a clang bug in 'user-selected-context-sync.exp'Tankut Baris Aktemur2021-03-292-2/+13
* Restore procfs.c compilationRainer Orth2021-03-292-2/+11
* x86: move some opcode table entriesJan Beulich2021-03-293-489/+500
* x86: VPSADBW's source operands are also commutativeJan Beulich2021-03-297-8/+22
* x86: fold SSE2AVX and their base MMX/SSE templatesJan Beulich2021-03-294-924/+645
* x86: undo Prefix_0X<nn> use in opcode tableJan Beulich2021-03-293-375/+383
* x86: shrink some struct insn_template fieldsJan Beulich2021-03-292-4/+10
* x86: derive opcode encoding space attribute from base opcodeJan Beulich2021-03-296-1721/+1814
* TRUE/FALSE simplificationAlan Modra2021-03-2944-176/+203
* gas int vs bfd_boolean fixesAlan Modra2021-03-297-65/+83