Blame SOURCES/gdb-6.6-bz230000-power6-disassembly-test.patch

2f9ed3
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
2f9ed3
From: Fedora GDB patches <invalid@email.com>
2f9ed3
Date: Fri, 27 Oct 2017 21:07:50 +0200
2f9ed3
Subject: gdb-6.6-bz230000-power6-disassembly-test.patch
2f9ed3
2f9ed3
;; Testcase for PPC Power6/DFP instructions disassembly (BZ 230000).
2f9ed3
;;=fedoratest
2f9ed3
2f9ed3
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230000
2f9ed3
2f9ed3
The original testcase
2f9ed3
	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230000#c1
2f9ed3
requires too recent GCC.
2f9ed3
2f9ed3
diff --git a/gdb/testsuite/gdb.arch/powerpc-power6.exp b/gdb/testsuite/gdb.arch/powerpc-power6.exp
2f9ed3
new file mode 100644
2f9ed3
--- /dev/null
2f9ed3
+++ b/gdb/testsuite/gdb.arch/powerpc-power6.exp
2f9ed3
@@ -0,0 +1,54 @@
2f9ed3
+# Copyright 2007 Free Software Foundation, Inc.
2f9ed3
+
2f9ed3
+# This program is free software; you can redistribute it and/or modify
2f9ed3
+# it under the terms of the GNU General Public License as published by
2f9ed3
+# the Free Software Foundation; either version 2 of the License, or
2f9ed3
+# (at your option) any later version.
2f9ed3
+#
2f9ed3
+# This program is distributed in the hope that it will be useful,
2f9ed3
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
2f9ed3
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2f9ed3
+# GNU General Public License for more details.
2f9ed3
+#
2f9ed3
+# You should have received a copy of the GNU General Public License
2f9ed3
+# along with this program; if not, write to the Free Software
2f9ed3
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
2f9ed3
+
2f9ed3
+# Test PowerPC Power6 instructions disassembly.
2f9ed3
+
2f9ed3
+if {![istarget "powerpc*-*-*"]} then {
2f9ed3
+    verbose "Skipping PowerPC Power6 instructions disassembly."
2f9ed3
+    return
2f9ed3
+}
2f9ed3
+
2f9ed3
+set testfile "powerpc-power6"
2f9ed3
+set srcfile ${testfile}.s
2f9ed3
+set objfile [standard_output_file ${testfile}.o]
2f9ed3
+
2f9ed3
+if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${objfile}" object {debug}] != "" } {
2f9ed3
+    untested "PowerPC prologue tests"
2f9ed3
+    return -1
2f9ed3
+}
2f9ed3
+
2f9ed3
+
2f9ed3
+gdb_exit
2f9ed3
+gdb_start
2f9ed3
+gdb_reinitialize_dir $srcdir/$subdir
2f9ed3
+gdb_load ${objfile}
2f9ed3
+
2f9ed3
+# Disassemble the function.
2f9ed3
+
2f9ed3
+gdb_test "disass func" ":\tblr\r\n.*" "Basic disassembly"
2f9ed3
+
2f9ed3
+gdb_test "disass func" ":\tdcbzl  *r8,r9\r\n.*" "Power5 disassembly dcbzl"
2f9ed3
+gdb_test "disass func" ":\tfrsqrtes  *f10,f11\r\n.*" "Power5 disassembly frsqrtes"
2f9ed3
+gdb_test "disass func" ":\tdadd  *f1,f2,f1\r\n.*" "Power6 disassembly dadd"
2f9ed3
+gdb_test "disass func" ":\tdaddq  *f0,f2,f0\r\n.*" "Power6 disassembly daddq"
2f9ed3
+gdb_test "disass func" ":\tdsub  *f1,f2,f1\r\n.*" "Power6 disassembly dsub"
2f9ed3
+gdb_test "disass func" ":\tdsubq  *f0,f2,f0\r\n.*" "Power6 disassembly dsubq"
2f9ed3
+gdb_test "disass func" ":\tdmul  *f1,f2,f1\r\n.*" "Power6 disassembly dmul"
2f9ed3
+gdb_test "disass func" ":\tdmulq  *f0,f2,f0\r\n.*" "Power6 disassembly dmulq"
2f9ed3
+gdb_test "disass func" ":\tddiv  *f1,f2,f1\r\n.*" "Power6 disassembly ddiv"
2f9ed3
+gdb_test "disass func" ":\tddivq  *f0,f2,f0\r\n.*" "Power6 disassembly ddivq"
2f9ed3
+gdb_test "disass func" ":\tdcmpu  *cr1,f2,f1\r\n.*" "Power6 disassembly dcmpu"
2f9ed3
+gdb_test "disass func" ":\tdcmpuq  *cr1,f2,f0\r\n.*" "Power6 disassembly dcmpuq"
2f9ed3
diff --git a/gdb/testsuite/gdb.arch/powerpc-power6.s b/gdb/testsuite/gdb.arch/powerpc-power6.s
2f9ed3
new file mode 100644
2f9ed3
--- /dev/null
2f9ed3
+++ b/gdb/testsuite/gdb.arch/powerpc-power6.s
2f9ed3
@@ -0,0 +1,16 @@
2f9ed3
+	.text
2f9ed3
+	.globl	func
2f9ed3
+func:
2f9ed3
+	blr
2f9ed3
+	.long	0x7c284fec	/* dcbzl	r8,r9		*/
2f9ed3
+	.long	0xed405834	/* frsqrtes	f10,f11		*/
2f9ed3
+	.long	0xec220804	/* dadd		f1,f2,f1	*/
2f9ed3
+	.long	0xfc020004	/* daddq	f0,f2,f0	*/
2f9ed3
+	.long	0xec220c04	/* dsub		f1,f2,f1	*/
2f9ed3
+	.long	0xfc020404	/* dsubq	f0,f2,f0	*/
2f9ed3
+	.long	0xec220844	/* dmul		f1,f2,f1	*/
2f9ed3
+	.long	0xfc020044	/* dmulq	f0,f2,f0	*/
2f9ed3
+	.long	0xec220c44	/* ddiv		f1,f2,f1	*/
2f9ed3
+	.long	0xfc020444	/* ddivq	f0,f2,f0	*/
2f9ed3
+	.long	0xec820d04	/* dcmpu	cr1,f2,f1	*/
2f9ed3
+	.long	0xfc820504	/* dcmpuq	cr1,f2,f0	*/