util: Rename the aarch64 m5 util version to arm64.
authorGabe Black <gabe.black@gmail.com>
Fri, 23 Oct 2020 03:00:51 +0000 (20:00 -0700)
committerGabe Black <gabe.black@gmail.com>
Fri, 4 Dec 2020 11:13:50 +0000 (11:13 +0000)
commit87e3a8543d0595df1de2d11a9694a19dc6f2809e
tree0f868cde4c0e1ffdf4396544f6a7bd8451361cef
parent6e0f211046fed6d55eba17cc1cdf0c9ad4c29fb2
util: Rename the aarch64 m5 util version to arm64.

Change-Id: I0ab0c4af0b24a4934b059d934fce237eeab839da
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27757
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
13 files changed:
util/m5/README.md
util/m5/src/abi/aarch64/SConsopts [deleted file]
util/m5/src/abi/aarch64/m5op.S [deleted file]
util/m5/src/abi/aarch64/m5op_addr.S [deleted file]
util/m5/src/abi/aarch64/m5op_semi.S [deleted file]
util/m5/src/abi/aarch64/verify_inst.cc [deleted file]
util/m5/src/abi/aarch64/verify_semi.cc [deleted file]
util/m5/src/abi/arm64/SConsopts [new file with mode: 0644]
util/m5/src/abi/arm64/m5op.S [new file with mode: 0644]
util/m5/src/abi/arm64/m5op_addr.S [new file with mode: 0644]
util/m5/src/abi/arm64/m5op_semi.S [new file with mode: 0644]
util/m5/src/abi/arm64/verify_inst.cc [new file with mode: 0644]
util/m5/src/abi/arm64/verify_semi.cc [new file with mode: 0644]