diff options
author | Rogerio Alves <rcardoso@linux.ibm.com> | 2020-02-03 17:55:03 -0300 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-02-03 22:35:49 -0500 |
commit | 5d2e1193286fe6278ee70c2137b3726994f2e28b (patch) | |
tree | 883025a6a5bd45e2c5d2d854f9766c27bf356231 /sim | |
parent | e409c542cc3cedebf78c7827e976d36955d477bb (diff) | |
download | gdb-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 'sim')
0 files changed, 0 insertions, 0 deletions