aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch/powerpc-power9.s
diff options
context:
space:
mode:
authorRogerio Alves <rcardoso@linux.ibm.com>2020-02-03 17:55:03 -0300
committerSimon Marchi <simon.marchi@polymtl.ca>2020-02-03 22:35:49 -0500
commit5d2e1193286fe6278ee70c2137b3726994f2e28b (patch)
tree883025a6a5bd45e2c5d2d854f9766c27bf356231 /gdb/testsuite/gdb.arch/powerpc-power9.s
parente409c542cc3cedebf78c7827e976d36955d477bb (diff)
downloadgdb-5d2e1193286fe6278ee70c2137b3726994f2e28b.zip
gdb-5d2e1193286fe6278ee70c2137b3726994f2e28b.tar.gz
gdb-5d2e1193286fe6278ee70c2137b3726994f2e28b.tar.bz2
gdb: fix powerpc disassembly tests
This patch fixes test failures power8 and power9 caused by changes on opcodes: The dissasembler does not emit whitespace for instructions anymore (c2b1c2754526acff8aae2fe8f5a56c2dd11d0b7f) The dissasembler generates extended mnemonics for some instructions instead (aae9718e4d4e8d01dcee22684e82b000203d3e52) The ldmx instruction was removed. This instruction was never implemented (6fbc939cfdbdf02f205c20925583738b0f835e62) gdb/testsuite/ChangeLog: 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com> * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-, bctarl+ extended mnemonics when avaliable by bgttar, bnstarl, blttar, bnetarl. * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions binary for blttar, bnetarl. * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of wait instruction. Delete ldmx test. * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
Diffstat (limited to 'gdb/testsuite/gdb.arch/powerpc-power9.s')
-rw-r--r--gdb/testsuite/gdb.arch/powerpc-power9.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.arch/powerpc-power9.s b/gdb/testsuite/gdb.arch/powerpc-power9.s
index e47809c..b3dc6ea 100644
--- a/gdb/testsuite/gdb.arch/powerpc-power9.s
+++ b/gdb/testsuite/gdb.arch/powerpc-power9.s
@@ -366,8 +366,6 @@ func:
.long 0x7eede58c /* stwat r23,r13,28 */
.long 0x4c000264 /* urfid */
.long 0x7c00f6e4 /* rmieg r30 */
- .long 0x7d407a6a /* ldmx r10,0,r15 */
- .long 0x7d437a6a /* ldmx r10,r3,r15 */
.long 0x4c0002e4 /* stop */
.long 0x7c00003c /* wait */
.long 0x7c00003c /* wait */