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

Change subject: util: Remove the annotation pseudo ops symbols from the m5 utility.
......................................................................

util: Remove the annotation pseudo ops symbols from the m5 utility.

These pseudo ops have been removed and will no longer work with gem5.

Change-Id: Ie07a320db528cb5c628f2c194fb1672b1fcae39a
---
M util/m5/m5op_arm.S
M util/m5/m5op_arm_A64.S
2 files changed, 0 insertions(+), 6 deletions(-)



diff --git a/util/m5/m5op_arm.S b/util/m5/m5op_arm.S
index 2176ec6..c0487c0 100644
--- a/util/m5/m5op_arm.S
+++ b/util/m5/m5op_arm.S
@@ -62,6 +62,3 @@
 .text
 #define M5OP(name, func, subfunc) m5op_func name, func, subfunc
         M5OP_FOREACH
-
-#define M5_ANNOTATION(name, ann) m5op_func name, M5OP_ANNOTATE, ann
-        M5OP_FOREACH_ANNOTATION
diff --git a/util/m5/m5op_arm_A64.S b/util/m5/m5op_arm_A64.S
index 76d6f19..09d31d3 100644
--- a/util/m5/m5op_arm_A64.S
+++ b/util/m5/m5op_arm_A64.S
@@ -61,6 +61,3 @@
 .text
 #define M5OP(name, func, subfunc) m5op_func name, func, subfunc
         M5OP_FOREACH
-
-#define M5_ANNOTATION(name, ann) m5op_func name, M5OP_ANNOTATE, ann
-        M5OP_FOREACH_ANNOTATION

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/27203
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: Ie07a320db528cb5c628f2c194fb1672b1fcae39a
Gerrit-Change-Number: 27203
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