[PATCH 7/8] add sync and lwsync to the e500 testuite

Sebastian Andrzej Siewior sebastian@breakpoint.cc
Sun Jun 6 15:22:00 GMT 2010


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

diff --git a/gas/testsuite/gas/ppc/e500.d b/gas/testsuite/gas/ppc/e500.d
index ff506de..19b17db 100644
--- a/gas/testsuite/gas/ppc/e500.d
+++ b/gas/testsuite/gas/ppc/e500.d
@@ -52,3 +52,5 @@ Disassembly of section \.text:
   a8:	7c 20 06 ac 	mbar    1
   ac:	7c 00 06 ac 	mbar    
   b0:	7c 20 06 ac 	mbar    1
+  b4:	7c 00 04 ac 	msync
+  b8:	7c 00 04 ac 	msync
diff --git a/gas/testsuite/gas/ppc/e500.s b/gas/testsuite/gas/ppc/e500.s
index 91568e7..c506078 100644
--- a/gas/testsuite/gas/ppc/e500.s
+++ b/gas/testsuite/gas/ppc/e500.s
@@ -50,3 +50,7 @@ start:
 	eieio
 	mbar
 	mbar 1
+
+	#sync and lwsync handling
+	sync
+	lwsync
-- 
1.7.1



More information about the Binutils mailing list