mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +02:00
* continued to fix mips rtl compilation
git-svn-id: trunk@20257 -
This commit is contained in:
parent
30d9afe879
commit
b8f322e0de
@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
{$ifdef INTERNCONSTINTF}
|
|
||||||
|
|
||||||
{$ifndef FPC_SYSTEM_HAS_ABS}
|
{$ifndef FPC_SYSTEM_HAS_ABS}
|
||||||
{$define FPC_SYSTEM_HAS_ABS}
|
{$define FPC_SYSTEM_HAS_ABS}
|
||||||
function fpc_abs_real(d : valreal) : valreal;compilerproc;
|
function fpc_abs_real(d : valreal) : valreal;compilerproc;
|
||||||
@ -46,15 +44,3 @@
|
|||||||
end;
|
end;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$else}
|
|
||||||
|
|
||||||
{$define FPC_SYSTEM_HAS_ABS}
|
|
||||||
function abs(d : extended) : extended;[internproc:fpc_in_abs_real];
|
|
||||||
|
|
||||||
{$define FPC_SYSTEM_HAS_SQR}
|
|
||||||
function sqr(d : extended) : extended;[internproc:fpc_in_sqr_real];
|
|
||||||
|
|
||||||
{$define FPC_SYSTEM_HAS_SQRT}
|
|
||||||
function sqrt(d : extended) : extended;[internproc:fpc_in_sqrt_real];
|
|
||||||
|
|
||||||
{$endif}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user