aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-07arc: Improve error messages when assemblingClaudiu Zissulescu7-30/+63
2020-07-07arc: Update vector instructions.Claudiu Zissulescu4-79/+105
2020-07-07Re: Use is_xcoff_format in ld testsuiteAlan Modra2-1/+6
2020-07-07x86: Remove an incorrect AVX2 entryH.J. Lu2-10/+5
2020-07-07XCOFF ld testsuite fixesAlan Modra53-59/+162
2020-07-07Use is_pecoff_format in ld testsuiteAlan Modra9-25/+46
2020-07-07Use is_xcoff_format in ld testsuiteAlan Modra11-116/+63
2020-07-07Use is_xcoff_format in gas testsuiteAlan Modra4-5/+11
2020-07-07Use is_xcoff_format in binutils testsuiteAlan Modra7-12/+26
2020-07-07XCOFF binutils testsuite fixAlan Modra3-1/+19
2020-07-07XCOFF linker script PROVIDE supportAlan Modra2-0/+6
2020-07-07XCOFF ld segfaults when running ld testsuiteAlan Modra2-7/+30
2020-07-07XCOFF deterministic archivesAlan Modra2-0/+20
2020-07-07XCOFF C_HIDEXT and C_AIX_WEAKEXT classificationAlan Modra2-0/+15
2020-07-07sh vxworks testsAlan Modra3-2/+7
2020-07-07Stop the GOLD linker from complaining about relocations from .gnu.build.attri...Nick Clifton2-0/+6
2020-07-07Fix recent failures in the ARM assembler testsuite due to the correction of a...Nick Clifton2-92/+97
2020-07-07x86: introduce %BW to avoid going through vex_w_table[]Jan Beulich4-77/+27
2020-07-07Automatic date update in version.inGDB Administrator1-1/+1
2020-07-06gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess9-48/+185
2020-07-06gdb/python: New method to access list of register groupsAndrew Burgess10-0/+371
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess11-0/+452
2020-07-06gdb/python: Add architecture method to gdb.PendingFrameAndrew Burgess7-1/+54
2020-07-06gdb: Remove deprecated_set_gdbarch_dataAndrew Burgess6-68/+33
2020-07-06[gdb/symtab] Fix line-table end-of-sequence sortingTom de Vries5-6/+30
2020-07-06x86: adjust/correct VFRCZ{P,S}{S,D} decodingJan Beulich2-12/+48
2020-07-06x86: use %LW / %XW instead of going through vex_w_table[]Jan Beulich4-192/+77
2020-07-06x86: most VBROADCAST{F,I}{32,64}x* only accept memory operandsJan Beulich5-24/+90
2020-07-06x86: adjust/correct V*{F,I}{32x8,64x4}Jan Beulich2-14/+22
2020-07-06x86: drop EVEX table entries that can be made served by VEX onesJan Beulich5-165/+92
2020-07-06x86: AVX512 VPERM{D,Q,PS,PD} insns need to honor EVEX.L'LJan Beulich5-4/+47
2020-07-06x86: AVX512 extract/insert insns need to honor EVEX.L'LJan Beulich10-45/+120
2020-07-06x86: honor VEX.W for VCVT{PH2PS,PS2PH}Jan Beulich5-15/+27
2020-07-06x86: drop EVEX table entries that can be served by VEX onesJan Beulich5-713/+185
2020-07-06x86: replace EXqScalarS by EXqVexScalarSJan Beulich10-7/+29
2020-07-06x86: replace EX{d,q}Scalar by EXxmm_m{d,q}Jan Beulich3-47/+48
2020-07-06Fix spelling mistakes in some of the binutils sub-directories.Nick Clifton11-1690/+1916
2020-07-06Updated translations for various binutils sub-directoriesNick Clifton22-22170/+22964
2020-07-06[gdb/tui,c++17] Fix NULL string_view in tui_partial_win_by_nameTom de Vries2-13/+15
2020-07-06asan: readelf: stack buffer overflowAlan Modra2-2/+7
2020-07-06Automatic date update in version.inGDB Administrator1-1/+1
2020-07-05[gdb/build,c++17] Fix use of deprecated std::uncaught_exceptionTom de Vries2-1/+16
2020-07-05Automatic date update in version.inGDB Administrator1-1/+1
2020-07-04Tweak version numbers in release-howtoNick Clifton1-6/+6
2020-07-04oops - omitted from previous deltaNick Clifton1-0/+6
2020-07-04Update version to 2.35.50 and regenerate filesNick Clifton16-5105/+5331
2020-07-04Add markers for binutils 2.35 branchNick Clifton17-0/+59
2020-07-03gdb: make macro_stringify return a gdb::unique_xmalloc_ptr<char>Simon Marchi4-16/+15
2020-07-03gdb: make macro_expand_next return a gdb::unique_xmalloc_ptr<char>Simon Marchi4-22/+28
2020-07-03gdb: remove callback in macro expand functionsSimon Marchi7-91/+72