From: Peter Bergner Date: Mon, 19 Jun 2017 18:04:13 +0000 (-0500) Subject: Update GDB test case for new lnia extended mnemonic. X-Git-Tag: users/hjl/linux/release/2.28.51.0.1~1^2~9^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66953522c9061874047d2e9832c206af783c971c;p=thirdparty%2Fbinutils-gdb.git 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. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ff54199504c..5b71fec42a8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2017-06-19 Peter Bergner + + * gdb.arch/powerpc-power9.exp: Update test case for new lnia + extended mnemonic. + * gdb.arch/powerpc-power9.s: Likewise. + 2017-06-14 Andreas Arnez * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx diff --git a/gdb/testsuite/gdb.arch/powerpc-power9.exp b/gdb/testsuite/gdb.arch/powerpc-power9.exp index cb9be1767da..4df78e1ac86 100644 --- a/gdb/testsuite/gdb.arch/powerpc-power9.exp +++ b/gdb/testsuite/gdb.arch/powerpc-power9.exp @@ -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" diff --git a/gdb/testsuite/gdb.arch/powerpc-power9.s b/gdb/testsuite/gdb.arch/powerpc-power9.s index 65d878315ef..5d1a280f6de 100644 --- a/gdb/testsuite/gdb.arch/powerpc-power9.s +++ b/gdb/testsuite/gdb.arch/powerpc-power9.s @@ -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 */