This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH 7/8] add sync and lwsync to the e500 testuite
- From: Sebastian Andrzej Siewior <sebastian at breakpoint dot cc>
- To: binutils at sourceware dot org
- Cc: Sebastian Andrzej Siewior <sebastian at breakpoint dot cc>
- Date: Sun, 6 Jun 2010 17:22:26 +0200
- Subject: [PATCH 7/8] add sync and lwsync to the e500 testuite
- References: <1275837747-13138-1-git-send-email-sebastian@breakpoint.cc>
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