Missing Changelogs for last commits
authorWalfred Tedeschi <walfred.tedeschi@intel.com>
Wed, 10 Jun 2015 08:52:12 +0000 (10:52 +0200)
committerWalfred Tedeschi <walfred.tedeschi@intel.com>
Wed, 10 Jun 2015 08:52:12 +0000 (10:52 +0200)
Signed-off-by: Walfred Tedeschi <walfred.tedeschi@intel.com>
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/testsuite/ChangeLog

index bea9930..c824955 100644 (file)
@@ -1,3 +1,24 @@
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+                       Mircea Gherzan  <mircea.gherzan@intel.com>
+
+       * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
+       MPX_BT_MASK_32): New macros.
+       (i386_mpx_set_bounds): New function that implements
+       the command "set-mpx-bound".
+       (i386_mpx_enabled): Helper function to test MPX availability.
+       (i386_mpx_bd_base): Helper function to calculate the base directory
+       address.
+       (i386_mpx_get_bt_entry): Helper function to access a bound
+       table entry.
+       (i386_mpx_print_bounds): Effectively display bound information.
+       (_initialize_i386_tdep): Add new commands to commands "set mpx" and
+       "show mpx".
+       (_initialize_i386_tdep):
+       Add "bound" to the commands "show mpx" and "set mpx" commands.
+       (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
+       and "show mpx" commands.
+       * NEWS: List new commands for MPX support.
+
 2015-06-09  Gary Benson <gbenson@redhat.com>
 
        * common/fileio.h (fileio_to_host_mode): New declaration.
index 171d30e..4b2d75a 100644 (file)
@@ -1,3 +1,9 @@
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+            Mircea Gherzan  <mircea.gherzan@intel.com>
+
+       * gdb.texinfo (i386): Add documentation about "show mpx bound"
+       and "set mpx bound".
+
 2015-05-27  Doug Evans  <dje@google.com>
 
        * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
index 246d6a8..4dbbd92 100644 (file)
@@ -1,3 +1,30 @@
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+            Mircea Gherzan  <mircea.gherzan@intel.com>
+
+       * gdb.arch/i386-mpx-map.c: New file.
+       * gdb.arch/i386-mpx-map.exp: New File.
+
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
+       * gdb.arch/i386-mpx.exp: Indentation fixed.
+
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.arch/i386-mpx.c: Added final return to the have_mpx
+       function and improved indentation.
+       * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
+       gdb_test_multiple. Added additional tests to skip the test.
+
+2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.arch/i386-avx512.c: Change path in include file.
+       * gdb.arch/i386-avx512.exp: Change include dir path
+       compilation flag.
+       * gdb.arch/i386-mpx.c: Change path in include file.
+       * gdb.arch/i386-mpx.exp: Change include dir path compilation
+       flag.
+
 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.compile/compile-print.exp (compile print *vararray@3)