diff options
author | Peter Bergner <bergner@vnet.ibm.com> | 2016-09-29 15:21:55 -0500 |
---|---|---|
committer | Peter Bergner <bergner@vnet.ibm.com> | 2016-09-29 15:21:55 -0500 |
commit | a4297203ea1a1e4664b6f2b05efecd60f6437f46 (patch) | |
tree | dcb418e15a3511189a4a470495699d7555ef95ea | |
parent | 93dc595d7659a8cf224a9fc33aa9071f38328334 (diff) | |
download | gdb-a4297203ea1a1e4664b6f2b05efecd60f6437f46.zip gdb-a4297203ea1a1e4664b6f2b05efecd60f6437f46.tar.gz gdb-a4297203ea1a1e4664b6f2b05efecd60f6437f46.tar.bz2 |
Update tests to account for the L operand being compulsory.
* gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
the compulsory L operand changes.
* gdb.arch/powerpc-power.s: Likewise.
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/powerpc-power.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/powerpc-power.s | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b6243cf..d7cdf74 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2016-09-29 Peter Bergner <bergner@vnet.ibm.com> + + * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for + the compulsory L operand changes. + * gdb.arch/powerpc-power.s: Likewise. + 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com> PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression diff --git a/gdb/testsuite/gdb.arch/powerpc-power.exp b/gdb/testsuite/gdb.arch/powerpc-power.exp index 3bdfc15..8594ad5 100644 --- a/gdb/testsuite/gdb.arch/powerpc-power.exp +++ b/gdb/testsuite/gdb.arch/powerpc-power.exp @@ -1117,8 +1117,8 @@ func_check +4168 "xvxsigdp vs59,vs60" func_check +4172 "xvxsigsp vs60,vs61" func_check +4176 "cmpeqb cr0,r6,r7" func_check +4180 "cmpeqb cr7,r6,r7" -func_check +4184 "cmprb cr0,r8,r9" -func_check +4188 "cmprb cr7,r8,r9" +func_check +4184 "cmprb cr0,0,r8,r9" +func_check +4188 "cmprb cr7,0,r8,r9" func_check +4192 "cmprb cr0,1,r8,r9" func_check +4196 "cmprb cr7,1,r8,r9" func_check +4200 "setb r15,cr0" diff --git a/gdb/testsuite/gdb.arch/powerpc-power.s b/gdb/testsuite/gdb.arch/powerpc-power.s index 507b61e..6fe2520 100644 --- a/gdb/testsuite/gdb.arch/powerpc-power.s +++ b/gdb/testsuite/gdb.arch/powerpc-power.s @@ -1078,8 +1078,8 @@ func: .long 0xf389ef6f /* <+4172>: xvxsigsp vs60,vs61 */ .long 0x7c0639c0 /* <+4176>: cmpeqb cr0,r6,r7 */ .long 0x7f8639c0 /* <+4180>: cmpeqb cr7,r6,r7 */ - .long 0x7c084980 /* <+4184>: cmprb cr0,r8,r9 */ - .long 0x7f884980 /* <+4188>: cmprb cr7,r8,r9 */ + .long 0x7c084980 /* <+4184>: cmprb cr0,0,r8,r9 */ + .long 0x7f884980 /* <+4188>: cmprb cr7,0,r8,r9 */ .long 0x7c284980 /* <+4192>: cmprb cr0,1,r8,r9 */ .long 0x7fa84980 /* <+4196>: cmprb cr7,1,r8,r9 */ .long 0x7de00100 /* <+4200>: setb r15,cr0 */ |