provide arch-generic fdpic self-relocation code for crt1 to use
authorRich Felker <dalias@aerifal.cx>
Sat, 12 Sep 2015 03:10:44 +0000 (03:10 +0000)
committerRich Felker <dalias@aerifal.cx>
Sat, 12 Sep 2015 03:10:44 +0000 (03:10 +0000)
commit6d03c4ee586576bf199cf8d6dc86ba4cd54e4186
tree2bd7197c16633f897d1e13a162ed2321efede9c4
parent234c58467c3709bafdd3ffa6ac73655e1dfd9ddb
provide arch-generic fdpic self-relocation code for crt1 to use

this file is intended to be included by crt_arch.h on fdpic-based
targets and needs to be called from the entry point asm.
src/internal/fdpic_crt.h [new file with mode: 0644]