mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 06:32:54 +02:00
m68k: enabled safecall exception wrappers with linux
git-svn-id: trunk@36575 -
This commit is contained in:
parent
c0f390ff18
commit
cf8aebf00f
@ -193,6 +193,7 @@
|
||||
{$define cpuneedsmulhelper}
|
||||
{$define cpuneedsdivhelper}
|
||||
{$define cpu_uses_separate_address_registers}
|
||||
{$define SUPPORT_SAFECALL}
|
||||
{$endif m68k}
|
||||
|
||||
{$ifdef avr}
|
||||
|
@ -84,6 +84,7 @@ Const
|
||||
pocall_internproc,
|
||||
pocall_register,
|
||||
pocall_stdcall,
|
||||
pocall_safecall,
|
||||
{ the difference to stdcall is only the name mangling }
|
||||
pocall_cdecl,
|
||||
{ the difference to stdcall is only the name mangling }
|
||||
|
@ -170,7 +170,7 @@ unit i_linux;
|
||||
name : 'Linux for m68k';
|
||||
shortname : 'Linux';
|
||||
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
||||
tf_smartlink_sections,
|
||||
tf_smartlink_sections,tf_safecall_exceptions,
|
||||
tf_requires_proper_alignment, { Coldfire seems to need this at least (KB) }
|
||||
tf_has_winlike_resources];
|
||||
cpu : cpu_m68k;
|
||||
|
Loading…
Reference in New Issue
Block a user