util: Move m5op_arm_A64.S into an aarch64 subdirectory.
authorGabe Black <gabeblack@google.com>
Wed, 25 Mar 2020 01:37:49 +0000 (18:37 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 10 Apr 2020 06:15:24 +0000 (06:15 +0000)
commit351790353a8ff01a3fb559327dd49d357c9bad12
tree0dd9342c2a94b4a9a6eb69f53055ca6ed864ac78
parent2d8ced8b24eef69c0e2b977a3bcd1a7539907cf2
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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27216
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/m5/src/SConscript
util/m5/src/aarch64/m5op.S [new file with mode: 0644]
util/m5/src/m5op_arm_A64.S [deleted file]