* gcc.dg/arm-eabi1.c (main): Exit with 0 on success.
authorRichard Earnshaw <rearnsha@arm.com>
Sat, 20 Aug 2005 10:59:59 +0000 (10:59 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sat, 20 Aug 2005 10:59:59 +0000 (10:59 +0000)
From-SVN: r103302

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/arm-eabi1.c

index 5abaa13..110168e 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
+
+       * gcc.dg/arm-eabi1.c (main): Exit with 0 on success.
+
 2005-08-19  Diego Novillo  <dnovillo@redhat.com>
 
        PR 23476
index f80f980..6a8d0e0 100644 (file)
@@ -266,4 +266,6 @@ int main () {
 
   for (i = 0; i < 8; i++)
     ieq (bytes[15 + i], (2 + i) * 0x10);
+
+  exit (0);            
 }