util: Move the call type implementations into their own subdir.
authorGabe Black <gabeblack@google.com>
Sat, 4 Apr 2020 13:53:00 +0000 (06:53 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 26 Jun 2020 02:36:48 +0000 (02:36 +0000)
commit8e0b1d337876ae25ac01b01fb1b1e6f3ede6f90d
tree0d39955caf1b4ccfb4e1d8f56d9e3db9b36838fc
parent4ba0cf1160732ea09fb7a9a88dfc64b64f54dc63
util: Move the call type implementations into their own subdir.

Change-Id: Ie94c2ef4783b6b5700beb0f0bbeb765ce9b03934
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27551
Tested-by: kokoro <noreply+kokoro@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
util/m5/src/SConscript
util/m5/src/addr_call_type.cc [deleted file]
util/m5/src/call_type/addr.cc [new file with mode: 0644]
util/m5/src/call_type/inst.cc [new file with mode: 0644]
util/m5/src/call_type/semi.cc [new file with mode: 0644]
util/m5/src/inst_call_type.cc [deleted file]
util/m5/src/semi_call_type.cc [deleted file]