fpc/compiler/ppcgen
Jonas Maebe c7ea921066 * renamed thlcgobj.g_external_wrapper() into a_jmp_external_name(), and
moved the code to create the procedure start/end etc. that was at the
    call sites of g_external_wrapper() into the new g_external_wrapper()
    -> got rid of the x86-specific code in expunix, and fixed expunix for
    llvm (e.g. tests/test/tlib1{a,b})

git-svn-id: trunk@34131 -
2016-07-14 15:26:40 +00:00
..
aasmcpu.pas
agppcgas.pas fixed build for MorphOS, which uses a heavily patched old GNU AS, and it doesn't know the -a32 argument 2016-04-22 23:52:28 +00:00
cgppc.pas + added tasmlist parameter to getintparaloc() (needed for llvm) 2015-04-04 14:29:16 +00:00
hlcgppc.pas * renamed thlcgobj.g_external_wrapper() into a_jmp_external_name(), and 2016-07-14 15:26:40 +00:00
ngppcadd.pas * converted register_maybe_adjust_setbase() to the high level code generator 2015-12-05 18:03:37 +00:00
ngppccnv.pas * replaced current_procinfo.currtrue/falselabel with storing the true/false 2015-08-27 18:28:57 +00:00
ngppcinl.pas * don't give an internalerror when trying to prefetch a regvar or even 2015-04-08 20:35:13 +00:00
ngppcset.pas * fixed ppc jump table generation in case a jump table has cases for the 2016-05-03 09:00:52 +00:00
rgcpu.pas