get rid of empty asm test
authorHoward Mao <zhehao.mao@gmail.com>
Tue, 3 May 2016 23:58:45 +0000 (16:58 -0700)
committerHoward Mao <zhehao.mao@gmail.com>
Tue, 3 May 2016 23:58:45 +0000 (16:58 -0700)
isa/Makefile
isa/rvall/Makefrag [deleted file]
isa/rvall/empty.S [deleted file]

index e3f0781e67dd08b8c3a7f647213bdab50aaf810b..636cbbe1d2ceeef43ed9ee0bdf204bc829c7d9b6 100644 (file)
@@ -11,7 +11,6 @@ include $(src_dir)/rv64mi/Makefrag
 include $(src_dir)/rv32ui/Makefrag
 include $(src_dir)/rv32si/Makefrag
 include $(src_dir)/rv32mi/Makefrag
 include $(src_dir)/rv32ui/Makefrag
 include $(src_dir)/rv32si/Makefrag
 include $(src_dir)/rv32mi/Makefrag
-include $(src_dir)/rvall/Makefrag
 
 default: all
 
 
 default: all
 
@@ -61,7 +60,6 @@ tests += $$($(1)_tests)
 
 endef
 
 
 endef
 
-$(eval $(call compile_template,rvall))
 $(eval $(call compile_template,rv32ui,-m32))
 $(eval $(call compile_template,rv32si,-m32))
 $(eval $(call compile_template,rv32mi,-m32))
 $(eval $(call compile_template,rv32ui,-m32))
 $(eval $(call compile_template,rv32si,-m32))
 $(eval $(call compile_template,rv32mi,-m32))
diff --git a/isa/rvall/Makefrag b/isa/rvall/Makefrag
deleted file mode 100644 (file)
index 2cdedd7..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-rvall_sc_tests = empty
-
-rvall_p_tests = $(addprefix rvall-p-, $(rvall_sc_tests))
-
-spike_tests += $(rvall_p_tests)
diff --git a/isa/rvall/empty.S b/isa/rvall/empty.S
deleted file mode 100644 (file)
index 5c2dae9..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# See LICENSE for license details.
-
-#*****************************************************************************
-# add.S
-#-----------------------------------------------------------------------------
-#
-# Test add instruction.
-#
-
-#include "riscv_test.h"
-#include "test_macros.h"
-
-RVTEST_RV64U
-RVTEST_CODE_BEGIN
-
-RVTEST_CODE_END
-
-  .data
-RVTEST_DATA_BEGIN
-
-  TEST_DATA
-
-RVTEST_DATA_END