1 OUTPUT_FORMAT(elf64-x86-64)
36 ASSERT(!DEFINED(.altinstructions), "ALTERNATIVES are not supported in enclaves")
37 ASSERT(!DEFINED(.altinstr_replacement), "ALTERNATIVES are not supported in enclaves")
38 ASSERT(!DEFINED(.discard.retpoline_safe), "RETPOLINE ALTERNATIVES are not supported in enclaves")
39 ASSERT(!DEFINED(.discard.nospec), "RETPOLINE ALTERNATIVES are not supported in enclaves")
40 ASSERT(!DEFINED(.got.plt), "Libcalls are not supported in enclaves")