Thanks. You mentioned this was generated by "-static -fPIC -Os" but I think
using "-static-pie -fPIE -Os" would probably generate the same.
Right. Even for "-static-pie" it's still possible to generate "rela.dyn" for
those have to use absolute addressing.
Thus, my earlier comment says that we can safely ignore these
apparent/false TCS "relocations".
Yeah. I guess that's why the test_encl.elf must be built starting from address
0.
Yeah I guess we should just use "-fPIE".