Update GDB test case for new lnia extended mnemonic.

When I added the new lnia extended mnemonic for addpcis, I updated the
assembler/disassembler test cases, but overlooked the GDB test cases.
This patch fixes that oversight and associated test case failure.

	* gdb.arch/powerpc-power9.exp: Update test case for new lnia
	extended mnemonic.
	* gdb.arch/powerpc-power9.s: Likewise.
This commit is contained in:
Peter Bergner 2017-06-19 13:04:13 -05:00
parent d16fdddb4e
commit 66953522c9
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
* gdb.arch/powerpc-power9.exp: Update test case for new lnia
extended mnemonic.
* gdb.arch/powerpc-power9.s: Likewise.
2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
* gdb.dwarf2/var-access.exp: Use register name ecx instead of edx

View File

@ -364,8 +364,8 @@ func_check "xscvhpdp vs40,vs50"
func_check "xscvdphp vs41,vs51"
func_check "xvcvhpsp vs42,vs52"
func_check "xvcvsphp vs43,vs53"
func_check "addpcis r3,0"
func_check "addpcis r3,0"
func_check "lnia r3"
func_check "lnia r3"
func_check "addpcis r4,1"
func_check "addpcis r4,1"
func_check "addpcis r5,-2"

View File

@ -321,7 +321,7 @@ func:
.long 0xf1319d6f /* xscvdphp vs41,vs51 */
.long 0xf158a76f /* xvcvhpsp vs42,vs52 */
.long 0xf179af6f /* xvcvsphp vs43,vs53 */
.long 0x4c600004 /* addpcis r3,0 */
.long 0x4c600004 /* lnia r3 */
.long 0x4c600004 /* addpcis r3,0 */
.long 0x4c800005 /* addpcis r4,1 */
.long 0x4c800005 /* addpcis r4,1 */