aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-10Remove can_highlight from TUI windowsTom Tromey4-7/+12
2019-11-10Remove unused constructor declaration from cli_style_optionTom Tromey2-3/+5
2019-11-10Automatic date update in version.inGDB Administrator1-1/+1
2019-11-09Automatic date update in version.inGDB Administrator1-1/+1
2019-11-08i386: Only check suffix in instruction mnemonicH.J. Lu9-48/+79
2019-11-08Constify command_line_inputTom Tromey7-9/+20
2019-11-08Revert "GENERATE_SHLIB_SCRIPT vs. EMBEDDED."Alan Modra15-9/+35
2019-11-08x86: convert RegMask and RegBND from bitfield to enumeratorJan Beulich9-14566/+14587
2019-11-08x86: convert RegSIMD and RegMMX from bitfield to enumeratorJan Beulich9-19217/+19240
2019-11-08x86: convert Control/Debug/Test from bitfield to enumeratorJan Beulich9-14015/+14035
2019-11-08x86: convert SReg from bitfield to enumeratorJan Beulich10-13819/+13841
2019-11-08x86: introduce operand type "class"Jan Beulich8-146/+238
2019-11-08PR25172, Wrong description of --stop-address=ADDR switchAlan Modra2-1/+6
2019-11-08Automatic date update in version.inGDB Administrator1-1/+1
2019-11-07[gas][aarch64] Add the v8.6 Data Gathering Hint mnemonic [10/X]Matthew Malcomson6-49/+81
2019-11-07[Patch][binutils][arm] Armv8.6-A Matrix Multiply extension [9/10]Matthew Malcomson10-5/+195
2019-11-07[binutils][aarch64] Matrix Multiply extension enablement [8/X]Matthew Malcomson19-463/+1225
2019-11-07[Patch][binutils][aarch64] .bfloat16 directive for AArch64 [7/10]Matthew Malcomson5-0/+98
2019-11-07[Patch][binutils][arm] .bfloat16 directive for Arm [6/X]Matthew Malcomson5-0/+96
2019-11-07[Patch][binutils] Generic support for parsing numbers in bfloat16 format [5/X]Matthew Malcomson3-29/+63
2019-11-07[binutils][arm] BFloat16 enablement [4/X]Matthew Malcomson22-29/+863
2019-11-07[Patch][binutils][arm] Create a new generic coprocessor array [3/10]Matthew Malcomson2-51/+98
2019-11-07[binutils][aarch64] Bfloat16 enablement [2/X]Matthew Malcomson18-73/+766
2019-11-07[gas][aarch64] Armv8.6-a option [1/X]Matthew Malcomson7-2/+25
2019-11-07Allow the --output option of the "ar" prorgam to extract files to locations o...Nick Clifton3-20/+25
2019-11-07Fix bug merging notes with objcopy when no merging results in zeroes being wr...Nick Clifton2-15/+20
2019-11-07[gdb/contrib] Add words.sh scriptTom de Vries1-0/+129
2019-11-07Remove CR16C supportAlan Modra24-1532/+33
2019-11-07Order targets in ld/configure.tgtAlan Modra2-99/+100
2019-11-07x86: support further AMD Zen2 instructionsJan Beulich17-4135/+4205
2019-11-07x86: adjust register names printed for MONITOR/MWAITJan Beulich14-217/+100
2019-11-07x86/Intel: drop IgnoreSize from operand-less MOVSD/CMPSD againJan Beulich3-4/+11
2019-11-07aarch64 and arm testsuite fixes for targets lacking shared libsAlan Modra96-47/+269
2019-11-07Automatic date update in version.inGDB Administrator1-1/+1
2019-11-06Use strtok_r instead of strtokChristian Biesinger10-27/+56
2019-11-06Regenerate gnulib filesChristian Biesinger3-5/+21
2019-11-06Remove some includes of readline.hTom Tromey12-15/+22
2019-11-06Fix an off-by-one error in the IN_RANGE macro used by readelf. Add another u...Christian Eggers2-3/+14
2019-11-06ld: Fix printed sizes in map fileChristian Eggers2-2/+6
2019-11-05Fix regression from TUI disassembly style patchTom Tromey2-2/+9
2019-11-06Automatic date update in version.inGDB Administrator1-1/+1
2019-11-05Remove la_get_string memberTom Tromey15-47/+23
2019-11-05Style disassembly in the TUITom Tromey6-142/+205
2019-11-05Change tui_source_element::line to have type std::stringTom Tromey5-6/+14
2019-11-05Fix ARI warning in symtab.hChristian Biesinger2-2/+7
2019-11-05Fix memory allocation and release problems in the bfd documentation processor.Tim R?hsen2-6/+25
2019-11-05x86: fold OP_Mwaitx() into OP_Mwait()Jan Beulich2-24/+11
2019-11-05x86: split MONITORX/MWAITX entriesJan Beulich2-2/+21
2019-11-05x86: consolidate disassembler enum naming a littleJan Beulich2-75/+130
2019-11-05GENERATE_SHLIB_SCRIPT vs. EMBEDDED.Alan Modra15-18/+31