From 7d73c23c4d8cf727528ac5a34a787e44a30d98cc Mon Sep 17 00:00:00 2001 From: Walfred Tedeschi Date: Wed, 10 Jun 2015 10:52:12 +0200 Subject: Missing Changelogs for last commits Signed-off-by: Walfred Tedeschi --- gdb/ChangeLog | 21 +++++++++++++++++++++ gdb/doc/ChangeLog | 6 ++++++ gdb/testsuite/ChangeLog | 27 +++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bea9930..c824955 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,24 @@ +2015-06-10 Walfred Tedeschi + Mircea Gherzan + + * 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 * common/fileio.h (fileio_to_host_mode): New declaration. diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 171d30e..4b2d75a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2015-06-10 Walfred Tedeschi + Mircea Gherzan + + * gdb.texinfo (i386): Add documentation about "show mpx bound" + and "set mpx bound". + 2015-05-27 Doug Evans * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line. diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 246d6a8..4dbbd92 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,30 @@ +2015-06-10 Walfred Tedeschi + Mircea Gherzan + + * gdb.arch/i386-mpx-map.c: New file. + * gdb.arch/i386-mpx-map.exp: New File. + +2015-06-10 Walfred Tedeschi + + * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed. + * gdb.arch/i386-mpx.exp: Indentation fixed. + +2015-06-10 Walfred Tedeschi + + * 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 + + * 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 * gdb.compile/compile-print.exp (compile print *vararray@3) -- cgit v1.1