From: H.J. Lu Date: Thu, 15 Jun 2017 15:21:48 +0000 (-0700) Subject: i386-dis: Add 2 tests with invalid bnd register X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8cac017d35ef374e65acc98818a17cf8a652cbd0;p=binutils-gdb.git i386-dis: Add 2 tests with invalid bnd register PR binutils/21594 * testsuite/gas/i386/mpx.s: Add 2 tests with invalid bnd register. * testsuite/gas/i386/x86-64-mpx.s: Likewise. * testsuite/gas/i386/mpx.d: Updated. * testsuite/gas/i386/x86-64-mpx.d: Likewise. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index f4506ce10c6..38ffc663396 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2017-06-15 H.J. Lu + + PR binutils/21594 + * testsuite/gas/i386/mpx.s: Add 2 tests with invalid bnd + register. + * testsuite/gas/i386/x86-64-mpx.s: Likewise. + * testsuite/gas/i386/mpx.d: Updated. + * testsuite/gas/i386/x86-64-mpx.d: Likewise. + 2017-06-14 Max Filippov * config/tc-xtensa.c (density_supported, xtensa_fetch_width, diff --git a/gas/testsuite/gas/i386/mpx.d b/gas/testsuite/gas/i386/mpx.d index 0e84b9bd1fb..c7c08adc2c3 100644 --- a/gas/testsuite/gas/i386/mpx.d +++ b/gas/testsuite/gas/i386/mpx.d @@ -130,4 +130,8 @@ Disassembly of section .text: [a-f0-9]+ : [ ]*[a-f0-9]+: f2 c3 bnd ret + +[a-f0-9]+ : +[ ]*[a-f0-9]+: 0f 1a 30 bndldx \(%eax\),\(bad\) +[ ]*[a-f0-9]+: 66 0f 1a c4 bndmov \(bad\),%bnd0 #pass diff --git a/gas/testsuite/gas/i386/mpx.s b/gas/testsuite/gas/i386/mpx.s index 3d1b5d07ee8..1ae51fca84f 100644 --- a/gas/testsuite/gas/i386/mpx.s +++ b/gas/testsuite/gas/i386/mpx.s @@ -157,3 +157,15 @@ start: bnd ret foo: bnd ret + +bad: + # bndldx (%eax),(bad) + .byte 0x0f + .byte 0x1a + .byte 0x30 + + # bndmov (bad),%bnd0 + .byte 0x66 + .byte 0x0f + .byte 0x1a + .byte 0xc4 diff --git a/gas/testsuite/gas/i386/x86-64-mpx.d b/gas/testsuite/gas/i386/x86-64-mpx.d index b7986494bd4..e2a7828b69d 100644 --- a/gas/testsuite/gas/i386/x86-64-mpx.d +++ b/gas/testsuite/gas/i386/x86-64-mpx.d @@ -182,4 +182,8 @@ Disassembly of section .text: [a-f0-9]+ : [ ]*[a-f0-9]+: f2 c3 bnd retq + +[a-f0-9]+ : +[ ]*[a-f0-9]+: 0f 1a 30 bndldx \(%rax\),\(bad\) +[ ]*[a-f0-9]+: 66 0f 1a c4 bndmov \(bad\),%bnd0 #pass diff --git a/gas/testsuite/gas/i386/x86-64-mpx.s b/gas/testsuite/gas/i386/x86-64-mpx.s index 0db4bdc022d..1263408f3d9 100644 --- a/gas/testsuite/gas/i386/x86-64-mpx.s +++ b/gas/testsuite/gas/i386/x86-64-mpx.s @@ -209,3 +209,15 @@ start: bnd ret foo: bnd ret + +bad: + # bndldx (%eax),(bad) + .byte 0x0f + .byte 0x1a + .byte 0x30 + + # bndmov (bad),%bnd0 + .byte 0x66 + .byte 0x0f + .byte 0x1a + .byte 0xc4