arch-mips,arch-riscv,base: Get rid of the unused HexFile class.
authorGabe Black <gabeblack@google.com>
Wed, 2 Oct 2019 03:17:06 +0000 (20:17 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 9 Oct 2019 01:07:02 +0000 (01:07 +0000)
commitb1fb2d55c598d89e5a29c569da546b74f99a8bbc
tree2eb89b338cca362383b68df4257dd08db3b89e0d
parent3c65c44a1ae87607337a56ca45b6b305778d52ff
arch-mips,arch-riscv,base: Get rid of the unused HexFile class.

A pointer to it was set up in the MIPS and RISCV system classes, but
nothing ever set that pointer. The class was put in base/loader, but
didn't have anything to do (as far as I can see) with loading anything
it had a loadSegments method, but was not a subclass of ObjectFile.

Change-Id: I4b711a31df20e20ffc306709227f60aa020fca15
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/21464
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/arch/mips/system.cc
src/arch/mips/system.hh
src/arch/riscv/system.cc
src/arch/riscv/system.hh
src/base/SConscript
src/base/loader/hex_file.cc [deleted file]
src/base/loader/hex_file.hh [deleted file]