Curtis Hamilton 1 месяц назад
Родитель
Сommit
62e79c3283

+ 1 - 1
rtl/powerpc64/math.inc

@@ -78,7 +78,7 @@ end;
   must appear at the start right after setting up the TOC pointer, but the local
   variables will cause the code generator to already insert the stack allocation
   before that... -> disable this routine for ELFv2 }
-{$if not defined(aix) and (not defined(linux) or (defined(_ELF_CALL) and (_ELF_CALL = 1))) }
+{$if not defined(aix) and not defined(freebsd) and (not defined(linux) or (defined(_ELF_CALL) and (_ELF_CALL = 1))) }
 
 {$define FPC_SYSTEM_HAS_QWORD_TO_DOUBLE}
 function fpc_qword_to_double(q: qword): double; compilerproc;assembler;

+ 0 - 0
tests/test/cg/obj/freebsd/PowerPC64-le/.gitkeep


BIN
tests/test/cg/obj/freebsd/PowerPC64-le/cpptcl1.o


BIN
tests/test/cg/obj/freebsd/PowerPC64-le/cpptcl2.o


BIN
tests/test/cg/obj/freebsd/PowerPC64-le/ctest.o


BIN
tests/test/cg/obj/freebsd/PowerPC64-le/tcext3.o


BIN
tests/test/cg/obj/freebsd/PowerPC64-le/tcext4.o


BIN
tests/test/cg/obj/freebsd/PowerPC64-le/tcext5.o


BIN
tests/test/cg/obj/freebsd/PowerPC64-le/tcext6.o


BIN
tests/test/cg/obj/freebsd/PowerPC64-le/tcext7.o


+ 0 - 0
tests/test/cg/obj/freebsd/PowerPC64/.gitkeep