diff options
author | Jo Van Bulck <[email protected]> | 2023-10-05 17:38:53 +0200 |
---|---|---|
committer | Dave Hansen <[email protected]> | 2023-12-08 10:05:28 -0800 |
commit | ec44ca1e34bc3a9864a8c1bf8636066ec6d5d2e5 (patch) | |
tree | 78fbf55755feefd14da326ace670b3bcaaf71de1 /rust/helpers.c | |
parent | 022416496008bd51cb7b33975cc0008749329a86 (diff) |
selftests/sgx: Discard unsupported ELF sections
Building the test enclave with -static-pie may produce a dynamic symbol
table, but this is not supported for enclaves and any relocations need to
happen manually (e.g., as for "encl_op_array"). Thus, opportunistically
discard ".dyn*" and ".gnu.hash" which the enclave loader cannot handle.
Signed-off-by: Jo Van Bulck <[email protected]>
Signed-off-by: Dave Hansen <[email protected]>
Reviewed-by: Jarkko Sakkinen <[email protected]>
Link: https://lore.kernel.org/all/20231005153854.25566-13-jo.vanbulck%40cs.kuleuven.be
Diffstat (limited to 'rust/helpers.c')
0 files changed, 0 insertions, 0 deletions