[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reducing code size of Position Independent Executables (PIE) by shrinking the size of dynamic relocations section



Where is it documented?

Thanks,
Rafael

David Edelsohn <dje.gcc@gmail.com> writes:

> AIX uses relative relocations and generates position independent
> executables by default.  The design of the AIX linker might provide
> some additional inspiration.
>
> Thanks, David