Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27216 )

Change subject: util: Move m5op_arm_A64.S into an aarch64 subdirectory.
......................................................................

util: Move m5op_arm_A64.S into an aarch64 subdirectory.

Also rename it to m5op.S. These files will be distinguished by what
directory they're in, rather than by their name.

Change-Id: I3a89d529bb5b760579df22234cf9bf870711b56e
---
M util/m5/src/SConscript
R util/m5/src/aarch64/m5op.S
2 files changed, 1 insertion(+), 1 deletion(-)



diff --git a/util/m5/src/SConscript b/util/m5/src/SConscript
index cb82775..97088cf 100644
--- a/util/m5/src/SConscript
+++ b/util/m5/src/SConscript
@@ -29,7 +29,7 @@

 # Raw source files.
 m5_mmap = 'm5_mmap.c'
-m5op = 'm5op_arm_A64.S'
+m5op = 'aarch64/m5op.S'
 m5 = 'm5.c'
 jni = 'jni_gem5Op.c'
 lua = 'lua_gem5Op.c'
diff --git a/util/m5/src/m5op_arm_A64.S b/util/m5/src/aarch64/m5op.S
similarity index 100%
rename from util/m5/src/m5op_arm_A64.S
rename to util/m5/src/aarch64/m5op.S

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/27216
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: I3a89d529bb5b760579df22234cf9bf870711b56e
Gerrit-Change-Number: 27216
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabebl...@google.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to