mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:59:18 +02:00
Missing freebsd x86_64 objects added
git-svn-id: trunk@19265 -
This commit is contained in:
parent
eb15e42e80
commit
f799019982
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -9270,10 +9270,13 @@ tests/test/cg/obj/freebsd/i386/ctest.o -text
|
|||||||
tests/test/cg/obj/freebsd/i386/tcext3.o -text
|
tests/test/cg/obj/freebsd/i386/tcext3.o -text
|
||||||
tests/test/cg/obj/freebsd/i386/tcext4.o -text
|
tests/test/cg/obj/freebsd/i386/tcext4.o -text
|
||||||
tests/test/cg/obj/freebsd/i386/tcext5.o -text
|
tests/test/cg/obj/freebsd/i386/tcext5.o -text
|
||||||
|
tests/test/cg/obj/freebsd/x86_64/cpptcl1.o -text
|
||||||
|
tests/test/cg/obj/freebsd/x86_64/cpptcl2.o -text
|
||||||
tests/test/cg/obj/freebsd/x86_64/ctest.o -text
|
tests/test/cg/obj/freebsd/x86_64/ctest.o -text
|
||||||
tests/test/cg/obj/freebsd/x86_64/tcext3.o -text
|
tests/test/cg/obj/freebsd/x86_64/tcext3.o -text
|
||||||
tests/test/cg/obj/freebsd/x86_64/tcext4.o -text
|
tests/test/cg/obj/freebsd/x86_64/tcext4.o -text
|
||||||
tests/test/cg/obj/freebsd/x86_64/tcext5.o -text
|
tests/test/cg/obj/freebsd/x86_64/tcext5.o -text
|
||||||
|
tests/test/cg/obj/freebsd/x86_64/tcext6.o -text
|
||||||
tests/test/cg/obj/go32v2/i386/cpptcl1.o -text
|
tests/test/cg/obj/go32v2/i386/cpptcl1.o -text
|
||||||
tests/test/cg/obj/go32v2/i386/cpptcl2.o -text
|
tests/test/cg/obj/go32v2/i386/cpptcl2.o -text
|
||||||
tests/test/cg/obj/go32v2/i386/ctest.o -text
|
tests/test/cg/obj/go32v2/i386/ctest.o -text
|
||||||
|
BIN
tests/test/cg/obj/freebsd/x86_64/cpptcl1.o
Normal file
BIN
tests/test/cg/obj/freebsd/x86_64/cpptcl1.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/freebsd/x86_64/cpptcl2.o
Normal file
BIN
tests/test/cg/obj/freebsd/x86_64/cpptcl2.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/freebsd/x86_64/tcext6.o
Normal file
BIN
tests/test/cg/obj/freebsd/x86_64/tcext6.o
Normal file
Binary file not shown.
@ -24,3 +24,6 @@ wince 4.21 : GCC 3.3.3
|
|||||||
|
|
||||||
Solaris-i386 : gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802)
|
Solaris-i386 : gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802)
|
||||||
Solaris-x86_64 : gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802) with -m64 option
|
Solaris-x86_64 : gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802) with -m64 option
|
||||||
|
|
||||||
|
Freebsd-x86_64 : gcc (GCC) 4.2.1 20070719 [FreeBSD]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user