fpc/compiler/x86
florian 7c1cf07484 + support section smartlinking with nasm
+ set alignment for smartlinked sections in nasm
* enable section smartlinking for nasm/coff win32

git-svn-id: trunk@29654 -
2015-02-08 12:33:50 +00:00
..
aasmcpu.pas
agx86att.pas * x86 AT&T writer: never ever drop "@GOTPCREL" relocation, because it results in corrupted code (at least, "mov foo@GOTPCREL(%rip),%reg" must change to "lea foo(%rip),%reg" to remain equivalent, but this must be handled elsewhere anyway. Assembler writer should just write generated code as is). 2015-01-18 17:04:53 +00:00
agx86int.pas * fix assembling with masm according to #25858 2015-02-05 21:22:39 +00:00
agx86nsm.pas + support section smartlinking with nasm 2015-02-08 12:33:50 +00:00
cga.pas
cgx86.pas * Tcgx86.g_concatcopy use: copy_move (mov sequence) instead of copy_string (rep 2015-02-07 13:19:34 +00:00
cpubase.pas
hlcgx86.pas
itcpugas.pas
itx86int.pas
ni86mem.pas
nx86add.pas
nx86cal.pas
nx86cnv.pas
nx86con.pas
nx86inl.pas
nx86mat.pas
nx86mem.pas
nx86set.pas
rax86.pas
rax86att.pas
rax86int.pas
rgx86.pas
symi86.pas
symx86.pas
x86ins.dat
x86reg.dat