aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* x86: introduce operand type "instance"Jan Beulich2019-11-129-14228/+14307
* Automatic date update in version.inGDB Administrator2019-11-121-1/+1
* Document and extend readline-bindable functionsTom Tromey2019-11-114-1/+27
* Document operate-and-get-nextTom Tromey2019-11-112-0/+11
* Use getpwuid_r instead of getpwuidChristian Biesinger2019-11-112-1/+8
* Fix typo in vFile:pwrite documentationTom Tromey2019-11-112-1/+5
* Arm64: SVE2's smaxp/sminp require operands 1 and 3 to be the same registerJan Beulich2019-11-115-2/+17
* Arm64: fix build with old glibcJan Beulich2019-11-112-10/+12
* PR24996, Gold fix for ternary operator within linker scriptsMiguel Saldivar2019-11-112-2/+9
* Automatic date update in version.inGDB Administrator2019-11-111-1/+1
* gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess2019-11-109-0/+142
* gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess2019-11-108-14/+109
* gdb: Add a class to track last display symtab and line informationAndrew Burgess2019-11-103-73/+148
* gdb: Convert frame_show_address to return a boolAndrew Burgess2019-11-103-4/+10
* gdb_vecs.h: Avoid self move assignAndrew Burgess2019-11-104-1/+75
* Remove can_highlight from TUI windowsTom Tromey2019-11-104-7/+12
* Remove unused constructor declaration from cli_style_optionTom Tromey2019-11-102-3/+5
* Automatic date update in version.inGDB Administrator2019-11-101-1/+1
* Automatic date update in version.inGDB Administrator2019-11-091-1/+1
* i386: Only check suffix in instruction mnemonicH.J. Lu2019-11-089-48/+79
* Constify command_line_inputTom Tromey2019-11-087-9/+20
* Revert "GENERATE_SHLIB_SCRIPT vs. EMBEDDED."Alan Modra2019-11-0815-9/+35
* x86: convert RegMask and RegBND from bitfield to enumeratorJan Beulich2019-11-089-14566/+14587
* x86: convert RegSIMD and RegMMX from bitfield to enumeratorJan Beulich2019-11-089-19217/+19240
* x86: convert Control/Debug/Test from bitfield to enumeratorJan Beulich2019-11-089-14015/+14035
* x86: convert SReg from bitfield to enumeratorJan Beulich2019-11-0810-13819/+13841
* x86: introduce operand type "class"Jan Beulich2019-11-088-146/+238
* PR25172, Wrong description of --stop-address=ADDR switchAlan Modra2019-11-082-1/+6
* Automatic date update in version.inGDB Administrator2019-11-081-1/+1
* [gas][aarch64] Add the v8.6 Data Gathering Hint mnemonic [10/X]Matthew Malcomson2019-11-076-49/+81
* [Patch][binutils][arm] Armv8.6-A Matrix Multiply extension [9/10]Matthew Malcomson2019-11-0710-5/+195
* [binutils][aarch64] Matrix Multiply extension enablement [8/X]Matthew Malcomson2019-11-0719-463/+1225
* [Patch][binutils][aarch64] .bfloat16 directive for AArch64 [7/10]Matthew Malcomson2019-11-075-0/+98
* [Patch][binutils][arm] .bfloat16 directive for Arm [6/X]Matthew Malcomson2019-11-075-0/+96
* [Patch][binutils] Generic support for parsing numbers in bfloat16 format [5/X]Matthew Malcomson2019-11-073-29/+63
* [binutils][arm] BFloat16 enablement [4/X]Matthew Malcomson2019-11-0722-29/+863
* [Patch][binutils][arm] Create a new generic coprocessor array [3/10]Matthew Malcomson2019-11-072-51/+98
* [binutils][aarch64] Bfloat16 enablement [2/X]Matthew Malcomson2019-11-0718-73/+766
* [gas][aarch64] Armv8.6-a option [1/X]Matthew Malcomson2019-11-077-2/+25
* Allow the --output option of the "ar" prorgam to extract files to locations o...Nick Clifton2019-11-073-20/+25
* Fix bug merging notes with objcopy when no merging results in zeroes being wr...Nick Clifton2019-11-072-15/+20
* [gdb/contrib] Add words.sh scriptTom de Vries2019-11-071-0/+129
* Remove CR16C supportAlan Modra2019-11-0724-1532/+33
* Order targets in ld/configure.tgtAlan Modra2019-11-072-99/+100
* x86: support further AMD Zen2 instructionsJan Beulich2019-11-0717-4135/+4205
* x86: adjust register names printed for MONITOR/MWAITJan Beulich2019-11-0714-217/+100
* x86/Intel: drop IgnoreSize from operand-less MOVSD/CMPSD againJan Beulich2019-11-073-4/+11
* aarch64 and arm testsuite fixes for targets lacking shared libsAlan Modra2019-11-0796-47/+269
* Automatic date update in version.inGDB Administrator2019-11-071-1/+1
* Use strtok_r instead of strtokChristian Biesinger2019-11-0610-27/+56