This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 6/8] add eieio handling on e500 into testsuite


Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
---
 gas/testsuite/gas/ppc/e500.d |    3 +++
 gas/testsuite/gas/ppc/e500.s |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/gas/testsuite/gas/ppc/e500.d b/gas/testsuite/gas/ppc/e500.d
index d338d38..ff506de 100644
--- a/gas/testsuite/gas/ppc/e500.d
+++ b/gas/testsuite/gas/ppc/e500.d
@@ -49,3 +49,6 @@ Disassembly of section \.text:
   9c:	10 a0 22 f7 	efdctsf r5,r4
   a0:	10 a0 22 f6 	efdctuf r5,r4
   a4:	10 a0 22 ef 	efdcfs  r5,r4
+  a8:	7c 20 06 ac 	mbar    1
+  ac:	7c 00 06 ac 	mbar    
+  b0:	7c 20 06 ac 	mbar    1
diff --git a/gas/testsuite/gas/ppc/e500.s b/gas/testsuite/gas/ppc/e500.s
index e78f251..91568e7 100644
--- a/gas/testsuite/gas/ppc/e500.s
+++ b/gas/testsuite/gas/ppc/e500.s
@@ -45,3 +45,8 @@ start:
 	efdctsf 5,4
 	efdctuf 5,4
 	efdcfs 5,4
+
+	# eieio handling
+	eieio
+	mbar
+	mbar 1
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]