[PATCH 2/2] covoar/Target_sparc.cc: Add unimpl as nop

Joel Sherrill joel at rtems.org
Thu May 24 00:07:58 UTC 2018


---
 tester/covoar/Target_sparc.cc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tester/covoar/Target_sparc.cc b/tester/covoar/Target_sparc.cc
index 0e4ab2e..deeafef 100644
--- a/tester/covoar/Target_sparc.cc
+++ b/tester/covoar/Target_sparc.cc
@@ -64,6 +64,10 @@ namespace Target {
       size = 4;
       return true;
     }
+    if (!strcmp( &line[strlen(line)-6], "unimpl")) {
+      size = 4;
+      return true;
+    }
 
     if (!strcmp( &line[strlen(line)-7], "unknown")) {
       size = 4; 
-- 
1.8.3.1



More information about the devel mailing list