java1.C: Update for chage of _Jv_AllocObject.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 17 Apr 2004 20:13:50 +0000 (20:13 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 17 Apr 2004 20:13:50 +0000 (13:13 -0700)
        * g++.dg/lookup/java1.C: Update for chage of
        _Jv_AllocObject.
        * g++.dg/lookup/java2.C: Likewise.

From-SVN: r80799

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lookup/java1.C
gcc/testsuite/g++.dg/lookup/java2.C

index cbc41ff3ffa76448939a657d645d6befb191a56d..6ac01624e8947cb6933d49c09d8f39d1d416251b 100644 (file)
@@ -1,3 +1,9 @@
+2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * g++.dg/lookup/java1.C: Update for chage of
+       _Jv_AllocObject.
+       * g++.dg/lookup/java2.C: Likewise.
+
 2004-04-17  Laurent GUERBY <laurent@guerby.net>
 
        * ada/acats/run_all.sh: use -O2 by default.
index 4b740085afb29dbf95649491bd72e8cac6328fbb..270910d1daa4041a135df62de3ba22b2f593cbf2 100644 (file)
@@ -45,7 +45,7 @@ void Bar1(void)
  * Step 2: constructor declaration\r
  */\r
 \r
-extern "C" jobject _Jv_AllocObject (jclass, jint) __attribute__((__malloc__));\r
+extern "C" jobject _Jv_AllocObject (jclass) __attribute__((__malloc__));\r
 \r
 void Bar2(void)\r
 {\r
index a779bf64dd91ac9bca492dad472158592f4a89e0..f3c81f43ed0e00557a698eb6ece71232235176cc 100644 (file)
@@ -37,7 +37,7 @@ public:
  *  function, so we need to test here if it works with a normal declaration.\r
  */\r
 \r
-extern "C" jobject _Jv_AllocObject (jclass, jint) __attribute__((__malloc__));\r
+extern "C" jobject _Jv_AllocObject (jclass) __attribute__((__malloc__));\r
 extern "C" void _Jv_Throw (jthrowable) __attribute__ ((__noreturn__));\r
 \r
 void Bar4(void)\r