base: Get rid of the unused global pointer in object files.
authorGabe Black <gabeblack@google.com>
Sun, 29 Sep 2019 02:07:17 +0000 (19:07 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 8 Oct 2019 17:46:04 +0000 (17:46 +0000)
commit93595f4a2a069d1b10c6ff63a5f5273b3a695549
treee110cceeaa10166ccaad416515609ee025980183
parentcb1eb7e29d196cc4febca194b7d295e88c37c093
base: Get rid of the unused global pointer in object files.

This was only ever read from Alpha, and nothing ever set it.
It defaulted to zero, so this change just propogates that value through
to the Alpha Process class.

Change-Id: I569cf9d61a37322dbd88de1038a2af74c64bbe7a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/21461
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/alpha/process.cc
src/base/loader/object_file.cc
src/base/loader/object_file.hh