mips-args-[23].c: Declare abort() and exit().
authorRichard Sandiford <rsandifo@redhat.com>
Wed, 4 Aug 2004 19:12:58 +0000 (19:12 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 4 Aug 2004 19:12:58 +0000 (19:12 +0000)
* gcc.dg/mips-args-[23].c: Declare abort() and exit().
* gcc.dg/torture/mips-hilo-[12].c: Likewise.

From-SVN: r85567

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/mips-args-2.c
gcc/testsuite/gcc.dg/mips-args-3.c
gcc/testsuite/gcc.dg/torture/mips-hilo-1.c
gcc/testsuite/gcc.dg/torture/mips-hilo-2.c

index 2edfebb63f0aef652a0f974f573cb0f667d53015..54484ff66fbbcab1ab60a8c3321f31cbde9fe900 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gcc.dg/mips-args-[23].c: Declare abort() and exit().
+       * gcc.dg/torture/mips-hilo-[12].c: Likewise.
+
 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
 
        * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
index f53bfb2cde5f3dc05be7a0298e463331738bf4ab..c34751c1c512fba827ba13436f22065431b13363 100644 (file)
@@ -1,5 +1,8 @@
 /* Check the _MIPSEB and _MIPSEL macros are accurate.  */
 /* { dg-do run { target mips*-*-* } } */
+extern void abort (void);
+extern void exit (int);
+
 short foo = 1;
 int main ()
 {
index 9ce3553fa94f46b640d69f5d85c9be9c1b85199d..e1fde8646dfc3e10786edf5f33bee369bedb00d4 100644 (file)
@@ -1,6 +1,9 @@
 /* __mips, and related defines, guarantee that certain assembly
    instructions can be used.  Check a few examples.  */
 /* { dg-do run { target mips*-*-* } } */
+extern void abort (void);
+extern void exit (int);
+
 typedef int int32 __attribute__ ((mode (SI)));
 typedef int int64 __attribute__ ((mode (DI)));
 int foo (float inf, int64 in64, int32 in32)
index 2b0d668fc696c4d987d9d22e1e0cefb46e0f239f..8f8805139cf26737a988a28e572c45da66fa4f08 100644 (file)
@@ -3,6 +3,9 @@
 /* { dg-do run { target mips*-*-* } } */
 /* { dg-options "-mtune=rm7000" } */
 
+extern void abort (void);
+extern void exit (int);
+
 #if !defined(__mips16)
 
 #define DECLARE(TYPE)                                                  \
index 0bdff6cd32cb73d0743ac0c67f687e15d59f7bd9..3d23a8da3c0c3ea1da45b1bd140b709677b4370b 100644 (file)
@@ -2,6 +2,9 @@
    the low part of u.ll on little-endian 32-bit targets.  */
 /* { dg-do run { target mips*-*-* } } */
 
+extern void abort (void);
+extern void exit (int);
+
 #if !defined(__mips16)
 unsigned int g;