https://github.com/smithp35 commented:

I've checked over the implementation with binutils. Out of interest are you 
planning on implementing all of fdpic or just enough to get assembler/linker 
support working?

If you are there are some other GNU options that may be useful to look at as 
possible intermediate steps. In particular -mno-pic-data-is-text-relative 
https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html#index-mpic-data-is-text-relative
 this uses a single static base for the GOT which is sufficient for position 
independent executables but no shared library support.

https://github.com/llvm/llvm-project/pull/82187
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to