ROCm Runtime Support for respecting target xnack setting

This includes the changes provided by Konstantin, "Add xnack from elf header" (Change 136389).

Change-Id: I95e51141caa0d7c21903b09212c02e4906ec54a3
This commit is contained in:
Wilkin
2018-03-12 18:00:32 -04:00
committed by Wing-Ki Chau(Wilkin)
parent b7915e9248
commit 8e3d26c617
8 changed files with 47 additions and 24 deletions
@@ -703,6 +703,7 @@ namespace amd {
uint16_t Machine() override { return ehdr.e_machine; }
uint16_t Type() override { return ehdr.e_type; }
uint32_t EFlags() override{ return ehdr.e_flags; }
GElfStringTable* shstrtab() override;
GElfStringTable* strtab() override;