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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user