mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:49:13 +02:00
i386 openbsd C objects added
git-svn-id: trunk@19436 -
This commit is contained in:
parent
61eaa53fc9
commit
318232ebb8
7
.gitattributes
vendored
7
.gitattributes
vendored
@ -9345,6 +9345,13 @@ tests/test/cg/obj/linux/x86_64/tcext5.o -text
|
|||||||
tests/test/cg/obj/linux/x86_64/tcext6.o -text
|
tests/test/cg/obj/linux/x86_64/tcext6.o -text
|
||||||
tests/test/cg/obj/macos/powerpc/ctest.o -text
|
tests/test/cg/obj/macos/powerpc/ctest.o -text
|
||||||
tests/test/cg/obj/netbsd/m68k/ctest.o -text
|
tests/test/cg/obj/netbsd/m68k/ctest.o -text
|
||||||
|
tests/test/cg/obj/openbsd/i386/cpptcl1.o -text
|
||||||
|
tests/test/cg/obj/openbsd/i386/cpptcl2.o -text
|
||||||
|
tests/test/cg/obj/openbsd/i386/ctest.o -text
|
||||||
|
tests/test/cg/obj/openbsd/i386/tcext3.o -text
|
||||||
|
tests/test/cg/obj/openbsd/i386/tcext4.o -text
|
||||||
|
tests/test/cg/obj/openbsd/i386/tcext5.o -text
|
||||||
|
tests/test/cg/obj/openbsd/i386/tcext6.o -text
|
||||||
tests/test/cg/obj/os2/i386/ctest.o -text
|
tests/test/cg/obj/os2/i386/ctest.o -text
|
||||||
tests/test/cg/obj/readme.txt svneol=native#text/plain
|
tests/test/cg/obj/readme.txt svneol=native#text/plain
|
||||||
tests/test/cg/obj/solaris/i386/cpptcl1.o -text
|
tests/test/cg/obj/solaris/i386/cpptcl1.o -text
|
||||||
|
BIN
tests/test/cg/obj/openbsd/i386/cpptcl1.o
Normal file
BIN
tests/test/cg/obj/openbsd/i386/cpptcl1.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/openbsd/i386/cpptcl2.o
Normal file
BIN
tests/test/cg/obj/openbsd/i386/cpptcl2.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/openbsd/i386/ctest.o
Normal file
BIN
tests/test/cg/obj/openbsd/i386/ctest.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/openbsd/i386/tcext3.o
Normal file
BIN
tests/test/cg/obj/openbsd/i386/tcext3.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/openbsd/i386/tcext4.o
Normal file
BIN
tests/test/cg/obj/openbsd/i386/tcext4.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/openbsd/i386/tcext5.o
Normal file
BIN
tests/test/cg/obj/openbsd/i386/tcext5.o
Normal file
Binary file not shown.
BIN
tests/test/cg/obj/openbsd/i386/tcext6.o
Normal file
BIN
tests/test/cg/obj/openbsd/i386/tcext6.o
Normal file
Binary file not shown.
@ -27,3 +27,4 @@ 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]
|
Freebsd-x86_64 : gcc (GCC) 4.2.1 20070719 [FreeBSD]
|
||||||
|
|
||||||
|
OpenBSD-i386 : gcc (GCC) 4.2.1 20070719
|
||||||
|
Loading…
Reference in New Issue
Block a user