aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Remove the use of the register keyword in the libiberty.h header file - it is...Nick Clifton2-3/+8
2020-06-25Stop the assembler from generating R_ARM_THM_JMP11 relocations as these are n...Nick Clifton3-8/+12
2020-06-25x86: make J disassembler macro available for new useJan Beulich2-12/+13
2020-06-25x86: drop left-over 4-way alternative disassembler templatesJan Beulich2-2/+6
2020-06-25x86: move ImmExt processingJan Beulich2-5/+9
2020-06-25x86: operand sizing prefixes can disambiguate insnsJan Beulich13-447/+1193
2020-06-25x86: fix SYSRET disassembly, improve {,V}CVTSI2S{S,D} and PTWRITEJan Beulich19-231/+254
2020-06-25x86-64: REX prefix is invalid with VEX etcJan Beulich6-15/+29
2020-06-25x86-64: honor REX prefixes for SSE2AVXJan Beulich4-29/+112
2020-06-25x86: also refuse data size prefix on SIMD insnsJan Beulich8-14/+37
2020-06-25x86: drop stray assignment from build_evex_prefix()Jan Beulich2-1/+5
2020-06-25Automatic date update in version.inGDB Administrator1-1/+1
2020-06-24Sync config, include and libiberty with GCCH.J. Lu12-279/+812
2020-06-24W/ Clang, compile/link C++ test programs with "-x c++"Pedro Alves4-12/+21
2020-06-24W/ Clang, compile C/C++ testcases with -Wno-unknown-warning-optionPedro Alves2-1/+24
2020-06-24Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch.Philippe Waroquiers4-5/+24
2020-06-24bfd/riscv: tighten matching rules in riscv_scanAndrew Burgess2-4/+19
2020-06-24Fix a potential use of an uninitialised variable error in gold.Nick Clifton2-1/+6
2020-06-24ld: Correct --dependency-file orderH.J. Lu2-2/+7
2020-06-24csky: Don't generate unnecessary dynamic tagsH.J. Lu5-51/+16
2020-06-24cris: Don't generate unnecessary dynamic tagsH.J. Lu7-58/+49
2020-06-24ld: Set non_ir_ref_regular on source for assignmentH.J. Lu5-3/+52
2020-06-24ld --help outputAlan Modra3-13/+21
2020-06-24ubsan: alpha-vms: shift exponent 536874240 is too largeAlan Modra2-4/+30
2020-06-24Automatic date update in version.inGDB Administrator1-1/+1
2020-06-23gdb: New maintenance command to print XML target descriptionAndrew Burgess14-34/+448
2020-06-23gdb: Print compatible information within print_xml_featureAndrew Burgess7-10/+126
2020-06-23gdb: Allow target description to be dumped even when it is remoteAndrew Burgess2-4/+16
2020-06-23gdb: add some more empty lines in loc.cSimon Marchi2-0/+22
2020-06-23gdb: add empty lines in loc.cSimon Marchi2-1/+51
2020-06-23PR 22843: ld, gold: Add --dependency-file option.Roland McGrath16-60/+230
2020-06-23Fix "maint selftest" regression, add struct scoped_mock_contextPedro Alves4-93/+109
2020-06-23Adjust command completion output when TUI is disabledSandra Loosemore2-4/+18
2020-06-23Add a testcase for PR binutils/26160H.J. Lu3-0/+1448
2020-06-24PR26150, Assertion when asm() defines global symbols, -flto and --start-groupAlan Modra3-5/+27
2020-06-23Fix decoding of indexed DWARF strings using pre-DWARF-5 string offset section...Nick Clifton2-32/+72
2020-06-23Improve -Wunused-value testcase build failures fixGary Benson9-35/+47
2020-06-23Add a testcase for PR binutils/26112H.J. Lu4-0/+370
2020-06-23gdb: Convert language la_is_string_type_p field to a methodAndrew Burgess14-97/+156
2020-06-23gdb: Convert language la_print_typedef field to a methodAndrew Burgess14-51/+118
2020-06-23gdb: Convert language la_printstr field to a methodAndrew Burgess14-240/+297
2020-06-23gdb: Convert language la_printchar field to a methodAndrew Burgess13-51/+111
2020-06-23gdb: Convert language la_emitchar field to a methodAndrew Burgess13-152/+173
2020-06-23gdb: Convert language la_post_parser field to a methodAndrew Burgess15-61/+65
2020-06-23gdb: Convert language la_parser field to a methodAndrew Burgess14-35/+113
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu36-1409/+257
2020-06-23Avoid testcase build failures with -Wunused-valueGary Benson9-35/+46
2020-06-23gdb: Add --with-python-libdir to gdb's --configuration outputAndrew Burgess2-0/+14
2020-06-23RISC-V: Generate ELF priv attributes if priv instruction are explicited used.Nelson Chu9-6/+123
2020-06-23Correct bfin XPASSesAlan Modra2-17/+21