Forráskód Böngészése

* add missing go32v2 GCC compiled objects

git-svn-id: trunk@16327 -
pierre 14 éve
szülő
commit
a11ec43ca5

+ 3 - 0
.gitattributes

@@ -8608,10 +8608,13 @@ 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/tcext4.o -text
 tests/test/cg/obj/freebsd/x86_64/tcext5.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/ctest.o -text
 tests/test/cg/obj/go32v2/i386/tcext3.o -text
 tests/test/cg/obj/go32v2/i386/tcext4.o -text
 tests/test/cg/obj/go32v2/i386/tcext5.o -text
+tests/test/cg/obj/go32v2/i386/tcext6.o -text
 tests/test/cg/obj/haiku/i386/ctest.o -text
 tests/test/cg/obj/haiku/i386/tcext3.o -text
 tests/test/cg/obj/haiku/i386/tcext4.o -text

BIN
tests/test/cg/obj/go32v2/i386/cpptcl1.o


BIN
tests/test/cg/obj/go32v2/i386/cpptcl2.o


BIN
tests/test/cg/obj/go32v2/i386/tcext6.o


+ 2 - 1
tests/test/cg/obj/readme.txt

@@ -8,8 +8,9 @@ used by Free Pascal for interfacing to C modules.
 Tested compilers (OK)
 ---------------------
 go32v2 : 2.95.3 20010315/djgpp (release)
+         tcext6, cpp*.cpp complied with GCC version 3.4.4
 Win32 :  2.95.3-5 (cygwin special)
-Amiga :  GCC 2.91.66 
+Amiga :  GCC 2.91.66
  (long long/double support is buggy in this version of GCC, so it cannot be used)
 Linux-m68k :  GCC 2.95.4 and 3.0.4
 Linux-i386 : GCC 2.95.4 20011002 (Debian prerelease)

+ 1 - 1
tests/test/cg/tcppcl1.pp

@@ -1,4 +1,4 @@
-{%TARGET=linux,darwin}
+{%TARGET=linux,darwin,go32v2}
 { Test the C++ name mangling for different parameter combinations }
 program tcppclass1;