fpc/rtl/linux/x86_64
Jonas Maebe 0da9d36116 * fixed internal assembler for x86-64 so that it correctly handles
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 -
2011-01-06 09:28:25 +00:00
..
bsyscall.inc
cprt0.as * support of data > 2 GB on x86_64-linux with PIC by picifing the startup code, resolves #17236 2010-08-25 19:43:29 +00:00
dllprt0.as * reverted the rtl patches from r14184, because they cause an endless 2010-11-24 15:33:29 +00:00
gprt0.as * support of data > 2 GB on x86_64-linux with PIC by picifing the startup code, resolves #17236 2010-08-25 19:43:29 +00:00
prt0.as * support of data > 2 GB on x86_64-linux with PIC by picifing the startup code, resolves #17236 2010-08-25 19:43:29 +00:00
si_c.inc
si_prc.inc
sighnd.inc - Revert micro-exe mode for now. 2010-10-15 16:49:48 +00:00
sighndh.inc
stat.inc
syscall.inc * fixed internal assembler for x86-64 so that it correctly handles 2011-01-06 09:28:25 +00:00
syscallh.inc
sysnr.inc