diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 13 |
2 files changed, 11 insertions, 7 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5201626..4c8808d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-08-04 Jan Kratochvil <jan.kratochvil@redhat.com> + + * NEWS (Changes in GDB-4.0): Move Intel MPX and Intel AVX-512 items ... + (Changes in GDB 7.8): ... here. + 2014-08-04 Tom Tromey <tromey@redhat.com> * target.c (set_targetdebug): New function. @@ -155,6 +155,12 @@ show mi-async can be used to launch native programs even when "set auto-connect-native-target" is set to off. +* GDB now supports access to Intel(R) MPX registers on GNU/Linux. + +* Support for Intel(R) AVX-512 registers on GNU/Linux. + Support displaying and modifying Intel(R) AVX-512 registers + $zmm0 - $zmm31 and $k0 - $k7 on GNU/Linux. + * New remote packets qXfer:btrace:read's annex @@ -5781,10 +5787,3 @@ GDB now handles cross debugging. If you are remotely debugging between two different machines, type ``./configure host -target=targ''. Host is the machine where GDB will run; targ is the machine where the program that you are debugging will run. - - * GDB now supports access to Intel(R) MPX registers on GNU/Linux. - - * Support for Intel(R) AVX-512 registers on GNU/Linux. - -Support displaying and modifying Intel(R) AVX-512 registers $zmm0 - $zmm31 and -$k0 - $k7 on GNU/Linux. |