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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27203
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
This commit is contained in:
Gabe Black
2020-03-13 23:18:43 -07:00
parent e037a93eae
commit 4122649122
2 changed files with 0 additions and 6 deletions

View File

@@ -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

View File

@@ -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