mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
+ Added test object files for aarch64-android.
git-svn-id: trunk@39902 -
This commit is contained in:
parent
2f6b15b1e2
commit
da39d06d80
7
.gitattributes
vendored
7
.gitattributes
vendored
@ -11797,6 +11797,13 @@ tests/test/cg/obj/aix/powerpc64/tcext4.o -text
|
||||
tests/test/cg/obj/aix/powerpc64/tcext5.o -text
|
||||
tests/test/cg/obj/aix/powerpc64/tcext6.o -text
|
||||
tests/test/cg/obj/amiga/m68k/ctest.o -text
|
||||
tests/test/cg/obj/android/aarch64/cpptcl1.o -text
|
||||
tests/test/cg/obj/android/aarch64/cpptcl2.o -text
|
||||
tests/test/cg/obj/android/aarch64/ctest.o -text
|
||||
tests/test/cg/obj/android/aarch64/tcext3.o -text
|
||||
tests/test/cg/obj/android/aarch64/tcext4.o -text
|
||||
tests/test/cg/obj/android/aarch64/tcext5.o -text
|
||||
tests/test/cg/obj/android/aarch64/tcext6.o -text
|
||||
tests/test/cg/obj/android/arm-eabi/cpptcl1.o -text
|
||||
tests/test/cg/obj/android/arm-eabi/cpptcl2.o -text
|
||||
tests/test/cg/obj/android/arm-eabi/ctest.o -text
|
||||
|
BIN
tests/test/cg/obj/android/aarch64/cpptcl1.o
Normal file
BIN
tests/test/cg/obj/android/aarch64/cpptcl1.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/android/aarch64/cpptcl2.o
Normal file
BIN
tests/test/cg/obj/android/aarch64/cpptcl2.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/android/aarch64/ctest.o
Normal file
BIN
tests/test/cg/obj/android/aarch64/ctest.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/android/aarch64/tcext3.o
Normal file
BIN
tests/test/cg/obj/android/aarch64/tcext3.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/android/aarch64/tcext4.o
Normal file
BIN
tests/test/cg/obj/android/aarch64/tcext4.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/android/aarch64/tcext5.o
Normal file
BIN
tests/test/cg/obj/android/aarch64/tcext5.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/android/aarch64/tcext6.o
Normal file
BIN
tests/test/cg/obj/android/aarch64/tcext6.o
Normal file
Binary file not shown.
@ -41,6 +41,7 @@ Linux-mips : gcc (Debian 4.4.5-8) 4.4.5
|
||||
Android-arm : GCC 4.7
|
||||
Android-i386 : GCC 4.7
|
||||
Android-mipsel : GCC 4.7
|
||||
Android-aarch64 : GCC 4.9
|
||||
haiku-i386 : gcc 2.95.3-haiku-100818
|
||||
aix-powerpc64 : gcc (GCC) 4.8.1 using "gcc -maix64" for TEST_CCOMPILER
|
||||
on (AIX power-aix 1 7 00F84C0C4C00)
|
||||
|
Loading…
Reference in New Issue
Block a user