external/binutils.git
2018-05-14 Nick CliftonFix a problem in the assembler when checking for overla...
2018-05-14 H.J. Lux86; Allow IFUNC pointer defined in PDE
2018-05-14 H.J. Lux86: Mark __bss_start, _end and _edata locally defined
2018-05-14 GDB AdministratorAutomatic date update in version.in
2018-05-13 GDB AdministratorAutomatic date update in version.in
2018-05-12 Alan Modrascore gcc-8 warning fixes
2018-05-12 Alan ModraPR20659, Objcopy and change section lma failing
2018-05-12 GDB AdministratorAutomatic date update in version.in
2018-05-11 Andrew Burgessgdb/x86: Fix write out of mxcsr register for xsave...
2018-05-11 Max Filippovgdb: xtensa: drop gdb_target definition
2018-05-11 Pedro AlvesFix email address in ChangeLog entry
2018-05-11 Pedro AlvesHeap-allocate core_target instances
2018-05-11 Pedro AlvesEliminate the 'the_core_target' global
2018-05-11 Tom TromeyMove core_bfd to program space
2018-05-11 Tom TromeyRemove cleanups from mdebugread.c
2018-05-11 GDB AdministratorAutomatic date update in version.in
2018-05-10 Joel Brobeckerx86 LynxOS-178: Adjust floating-point context structure
2018-05-10 Tom TromeyFix the clang build
2018-05-10 Tamar ChristinaAllow integer immediates for AArch64 fmov instructions.
2018-05-10 Tamar ChristinaAllow integer immediate for VFP vmov instructions.
2018-05-10 Joel Brobeckergdbserver/Windows: crash during connection establishmen...
2018-05-10 Joel Brobeckergdbserver/Windows: Fix "no program to debug" error
2018-05-10 Joel Brobecker[gdbserver/win32] fatal "glob could not process pattern...
2018-05-10 John DarringtonAdd support for detecting Freescale S12Z binaries in...
2018-05-10 Omair JavaidFix tagged pointer support
2018-05-10 Stephen CraneFix _GLOBAL_OFFSET_TABLE_ value for large GOTs (aarch64).
2018-05-10 GDB AdministratorAutomatic date update in version.in
2018-05-09 Max Filippovgas: xtensa: fix literal movement
2018-05-09 H.J. Lux86: Remove Disp<N> from movidir{i,64b}
2018-05-09 Max Filippovgdb: xtensa: handle privileged registers
2018-05-09 Alan ModraFix typo in od-macho.c
2018-05-09 Dimitar DimitrovFix binary compatibility between GCC and the TI compile...
2018-05-09 Alan ModraPR22069, Several instances of register accidentally...
2018-05-09 Alan ModraRegen ld potfile
2018-05-09 Alan ModraPR23148, Heap buffer overflow in pe_print_edata
2018-05-09 Alan ModraPR23147, Heap buffer overflow in pe_print_idata
2018-05-09 GDB AdministratorAutomatic date update in version.in
2018-05-08 Jim WilsonRISC-V: Add missing hint instructions from RV128I.
2018-05-08 Simon MarchiDefine GNULIB_NAMESPACE in unittests/string_view-selfte...
2018-05-08 Jim WilsonRISC-V: New emulations to make path searches follow...
2018-05-08 Andrew Burgessgdb/x86: Handle kernels using compact xsave format
2018-05-08 Alan ModraPR23141, SIGSEGV in bfd_elf_set_group_contents
2018-05-08 Alan ModraCorrect powerpc spe opcode lookup
2018-05-08 Jan Kratochvilwatchpoint-unaligned.exp: Use skip_hw_watchpoint_tests
2018-05-08 Ulrich Weigand[spu] Fix "info spu event" output formatting
2018-05-08 Nick CliftonPrevent a memory exhaustion failure when running objdum...
2018-05-08 Peter BergnerSimplify VLE handling in print_insn_powerpc().
2018-05-07 H.J. LuEnable Intel MOVDIRI, MOVDIR64B instructions
2018-05-07 H.J. Lux86: Replace AddrPrefixOp0 with AddrPrefixOpReg
2018-05-07 Tom TromeyAdd -Wduplicated-cond
2018-05-07 Tom TromeyFix decoding of ARM VFP instructions
2018-05-07 Peter BergnerCleanup ppc code dealing with opcode dumps.
2018-05-07 Alan ModraBug 23142, SIGSEGV in is_strip_section
2018-05-07 Alan ModraReplace uses of strncmp with memcmp
2018-05-07 H.J. Lugas/i386/xmmhi32.d: Also allow dir32 relocation
2018-05-07 H.J. Lui386: Append ".p2align 4,0" to gas tests
2018-05-07 GDB AdministratorAutomatic date update in version.in
2018-05-06 GDB AdministratorAutomatic date update in version.in
2018-05-05 Tom TromeyAdd -Wimplicit-fallthrough
2018-05-05 Tom TromeyAdd a missing break in record_linux_system_call
2018-05-05 Tom TromeyAdd missing "breaks"
2018-05-05 Tom TromeyAdd two fall-through comments in rs6000-tdep.c
2018-05-05 Tom TromeyAdd fall-through comment to i386-tdep.c
2018-05-05 Tom TromeyAdd a fall-through comment to stabsread.c
2018-05-05 Tom TromeyFix "obvious" fall-through warnings
2018-05-05 Tom TromeyAdd missing ATTRIBUTE_NORETURNs
2018-05-05 Tom TromeyFix "fall through" comments
2018-05-05 GDB AdministratorAutomatic date update in version.in
2018-05-04 Tom TromeyLet gdb.execute handle multi-line commands
2018-05-04 Tom TromeyAllow breakpoint commands to be set from Python
2018-05-04 Tom TromeyUse function_view in cli-script.c
2018-05-04 Tom TromeyAllow defining a user command inside a user command
2018-05-04 Tom TromeyConstify prompt argument to read_command_lines
2018-05-04 Tom TromeyMake print_command_trace varargs
2018-05-04 Tom TromeyUse counted_command_line everywhere
2018-05-04 Tom TromeyAllocate cmd_list_element with new
2018-05-04 Jan Kratochvilaarch64: PR 19806: watchpoints: false negatives + PR...
2018-05-04 Andrew Burgessgdb: Make test names unique in gdb.base/maint.exp
2018-05-04 Joel Brobecker(SPARC/LEON) fix incorrect array return value printed...
2018-05-04 Tom TromeyMinor cleanups in printcmd.c
2018-05-04 Tom TromeyUse previous count when 'x' command is repeated
2018-05-04 Tom TromeyRemove do_closedir_cleanup
2018-05-04 Tom TromeyRemove cleanup from print_mention_exception
2018-05-04 Tom TromeyReturn std::string from ada_exception_catchpoint_cond_s...
2018-05-04 Tom TromeyRemove cleanup from old_renaming_is_invisible
2018-05-04 Tom TromeyUse gdb_bfd_ref_ptr in target_bfd
2018-05-04 Ulrich Weigand[spu] Fix build break
2018-05-04 Tom TromeyRemove a cleanup from remote.c
2018-05-04 Andrew Burgessgdb/testsuite: Handle targets with lots of registers
2018-05-04 Paul Pluzhnikovconfigure uses incorrect link order when testing libpython
2018-05-04 Andrew Burgessgdb/testsuite: Fix broken regexp in gdbstub case
2018-05-04 Alan Modra-Wstringop-truncation warnings
2018-05-04 Tulio Magno... ppc: Fix warning messages when IBM and IEEE long double...
2018-05-04 Jim WilsonFix typo in Makefile.am to make it agree with Makefile.in.
2018-05-04 GDB AdministratorAutomatic date update in version.in
2018-05-03 Simon MarchiUse flex's -t option instead of --stdout
2018-05-03 Andrew Burgessgdb/testsuite: Filter out some registers for riscv
2018-05-03 Simon AtanasyanBFD: Prevent writing the MIPS _gp_disp symbol into...
2018-05-03 Pedro AlvesFix s390 GNU/Linux build
2018-05-03 GDB AdministratorAutomatic date update in version.in
next