Age | Commit message (Expand) | Author | Files | Lines |
2020-06-25 | x86: drop left-over 4-way alternative disassembler templates | Jan Beulich | 2 | -2/+6 |
2020-06-25 | x86: move ImmExt processing | Jan Beulich | 2 | -5/+9 |
2020-06-25 | x86: operand sizing prefixes can disambiguate insns | Jan Beulich | 13 | -447/+1193 |
2020-06-25 | x86: fix SYSRET disassembly, improve {,V}CVTSI2S{S,D} and PTWRITE | Jan Beulich | 19 | -231/+254 |
2020-06-25 | x86-64: REX prefix is invalid with VEX etc | Jan Beulich | 6 | -15/+29 |
2020-06-25 | x86-64: honor REX prefixes for SSE2AVX | Jan Beulich | 4 | -29/+112 |
2020-06-25 | x86: also refuse data size prefix on SIMD insns | Jan Beulich | 8 | -14/+37 |
2020-06-25 | x86: drop stray assignment from build_evex_prefix() | Jan Beulich | 2 | -1/+5 |
2020-06-25 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-06-24 | Sync config, include and libiberty with GCC | H.J. Lu | 12 | -279/+812 |
2020-06-24 | W/ Clang, compile/link C++ test programs with "-x c++" | Pedro Alves | 4 | -12/+21 |
2020-06-24 | W/ Clang, compile C/C++ testcases with -Wno-unknown-warning-option | Pedro Alves | 2 | -1/+24 |
2020-06-24 | Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch. | Philippe Waroquiers | 4 | -5/+24 |
2020-06-24 | bfd/riscv: tighten matching rules in riscv_scan | Andrew Burgess | 2 | -4/+19 |
2020-06-24 | Fix a potential use of an uninitialised variable error in gold. | Nick Clifton | 2 | -1/+6 |
2020-06-24 | ld: Correct --dependency-file order | H.J. Lu | 2 | -2/+7 |
2020-06-24 | csky: Don't generate unnecessary dynamic tags | H.J. Lu | 5 | -51/+16 |
2020-06-24 | cris: Don't generate unnecessary dynamic tags | H.J. Lu | 7 | -58/+49 |
2020-06-24 | ld: Set non_ir_ref_regular on source for assignment | H.J. Lu | 5 | -3/+52 |
2020-06-24 | ld --help output | Alan Modra | 3 | -13/+21 |
2020-06-24 | ubsan: alpha-vms: shift exponent 536874240 is too large | Alan Modra | 2 | -4/+30 |
2020-06-24 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-06-23 | gdb: New maintenance command to print XML target description | Andrew Burgess | 14 | -34/+448 |
2020-06-23 | gdb: Print compatible information within print_xml_feature | Andrew Burgess | 7 | -10/+126 |
2020-06-23 | gdb: Allow target description to be dumped even when it is remote | Andrew Burgess | 2 | -4/+16 |
2020-06-23 | gdb: add some more empty lines in loc.c | Simon Marchi | 2 | -0/+22 |
2020-06-23 | gdb: add empty lines in loc.c | Simon Marchi | 2 | -1/+51 |
2020-06-23 | PR 22843: ld, gold: Add --dependency-file option. | Roland McGrath | 16 | -60/+230 |
2020-06-23 | Fix "maint selftest" regression, add struct scoped_mock_context | Pedro Alves | 4 | -93/+109 |
2020-06-23 | Adjust command completion output when TUI is disabled | Sandra Loosemore | 2 | -4/+18 |
2020-06-23 | Add a testcase for PR binutils/26160 | H.J. Lu | 3 | -0/+1448 |
2020-06-24 | PR26150, Assertion when asm() defines global symbols, -flto and --start-group | Alan Modra | 3 | -5/+27 |
2020-06-23 | Fix decoding of indexed DWARF strings using pre-DWARF-5 string offset section... | Nick Clifton | 2 | -32/+72 |
2020-06-23 | Improve -Wunused-value testcase build failures fix | Gary Benson | 9 | -35/+47 |
2020-06-23 | Add a testcase for PR binutils/26112 | H.J. Lu | 4 | -0/+370 |
2020-06-23 | gdb: Convert language la_is_string_type_p field to a method | Andrew Burgess | 14 | -97/+156 |
2020-06-23 | gdb: Convert language la_print_typedef field to a method | Andrew Burgess | 14 | -51/+118 |
2020-06-23 | gdb: Convert language la_printstr field to a method | Andrew Burgess | 14 | -240/+297 |
2020-06-23 | gdb: Convert language la_printchar field to a method | Andrew Burgess | 13 | -51/+111 |
2020-06-23 | gdb: Convert language la_emitchar field to a method | Andrew Burgess | 13 | -152/+173 |
2020-06-23 | gdb: Convert language la_post_parser field to a method | Andrew Burgess | 15 | -61/+65 |
2020-06-23 | gdb: Convert language la_parser field to a method | Andrew Burgess | 14 | -35/+113 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 36 | -1409/+257 |
2020-06-23 | Avoid testcase build failures with -Wunused-value | Gary Benson | 9 | -35/+46 |
2020-06-23 | gdb: Add --with-python-libdir to gdb's --configuration output | Andrew Burgess | 2 | -0/+14 |
2020-06-23 | RISC-V: Generate ELF priv attributes if priv instruction are explicited used. | Nelson Chu | 9 | -6/+123 |
2020-06-23 | Correct bfin XPASSes | Alan Modra | 2 | -17/+21 |
2020-06-23 | binutils objdump.exp remote_file typo | Alan Modra | 2 | -1/+6 |
2020-06-23 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2020-06-22 | NEWS and documentation for alias default-args related concept and commands. | Philippe Waroquiers | 4 | -6/+139 |