mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-02 21:07:21 +01:00
relocations for addr_pic_no_got references (do not go via the GOT)
* fixed code generator so that it generates addr_pic_no_got references
also for platforms that use the internal assembler (this will break linking
of some tests that check static data > 2GB on Linux/x86-64, but they were
already broken before as well because we don't use the "huge" x86-64
execution model)
* fixed x86-64 Linux syscall code to not expect GOT-based relocations for
the system unit's errno variable (it's an implementation-only variable)
git-svn-id: trunk@16717 -
|
||
|---|---|---|
| .. | ||
| bsyscall.inc | ||
| cprt0.as | ||
| dllprt0.as | ||
| gprt0.as | ||
| prt0.as | ||
| si_c.inc | ||
| si_prc.inc | ||
| sighnd.inc | ||
| sighndh.inc | ||
| stat.inc | ||
| syscall.inc | ||
| syscallh.inc | ||
| sysnr.inc | ||