Ciro Santilli has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27307 )

Change subject: tests: move m5op_arm_A64.S to m5op_arm64.S
......................................................................

tests: move m5op_arm_A64.S to m5op_arm64.S

This more regular name makes it easier to automate from the various
Makefiles that require m5ops.

Change-Id: Id23965cfc03f1152f4aad21db6a3dcd42b0100fb
---
M util/m5/Android.mk
R util/m5/Makefile.arm64
R util/m5/m5op_arm64.S
3 files changed, 4 insertions(+), 4 deletions(-)



diff --git a/util/m5/Android.mk b/util/m5/Android.mk
index 34fb10e..e344864 100644
--- a/util/m5/Android.mk
+++ b/util/m5/Android.mk
@@ -13,7 +13,7 @@
         m5op_arm.S
 else ifeq ($(TARGET_ARCH),arm64)
     LOCAL_SRC_FILES += \
-        m5op_arm_A64.S
+        m5op_arm64.S
 else
     $(error "Unsupported TARGET_ARCH $(TARGET_ARCH)")
 endif
diff --git a/util/m5/Makefile.aarch64 b/util/m5/Makefile.arm64
similarity index 96%
rename from util/m5/Makefile.aarch64
rename to util/m5/Makefile.arm64
index f0b6494..a5e5115 100644
--- a/util/m5/Makefile.aarch64
+++ b/util/m5/Makefile.arm64
@@ -55,10 +55,10 @@
        -I../../include -march=armv8-a
 LDFLAGS=-static -L. -lm5

-LIB_OBJS=m5op_arm_A64.o m5_mmap.o
+LIB_OBJS=m5op_arm64.o m5_mmap.o
 OBJS=m5.o
-JNI_OBJS=m5op_arm_A64.o jni_gem5Op.o
-LUA_OBJS=lua_gem5Op.o m5op_arm_A64.o m5_mmap.o
+JNI_OBJS=m5op_arm64.o jni_gem5Op.o
+LUA_OBJS=lua_gem5Op.o m5op_arm64.o m5_mmap.o

 ### Need to install lua5.1 library to compile gem5OpLua.so
LUA_HEADER_INCLUDE=$(shell pkg-config --cflags lua51) -I/usr/include/x86_64-linux-gnu
diff --git a/util/m5/m5op_arm_A64.S b/util/m5/m5op_arm64.S
similarity index 100%
rename from util/m5/m5op_arm_A64.S
rename to util/m5/m5op_arm64.S

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/27307
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Id23965cfc03f1152f4aad21db6a3dcd42b0100fb
Gerrit-Change-Number: 27307
Gerrit-PatchSet: 1
Gerrit-Owner: Ciro Santilli <ciro.santi...@arm.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to