util: Delete the execfile m5 utility command.
authorGabe Black <gabeblack@google.com>
Thu, 26 Mar 2020 00:53:02 +0000 (17:53 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 28 Apr 2020 01:07:43 +0000 (01:07 +0000)
commit4af8df1ecdf64a7be4ce631b1ae974bb62b16738
treecae0be183d9611a0ea67b6f7cd9397766032781f
parent5e888d44fe9a2ac958c54ef78b381889dd203d8e
util: Delete the execfile m5 utility command.

This command was just a thin wrapper around the readfile command, and
can be easily duplicated by piping the output of that command to
/tmp/execfile and then running it.

Change-Id: Ib77166ee9f07571d57e4d21e9615def55e5391a8
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27233
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
util/m5/src/m5.c