* gcc.dg/compat/sdata-section.h: Declare 'abort'.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 5 Jan 2004 21:29:39 +0000 (22:29 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 5 Jan 2004 21:29:39 +0000 (21:29 +0000)
From-SVN: r75445

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/compat/sdata-section.h

index dc661cf8062ca1356b19d26b560160715a246601..3741b3bce48174aa372cf40394593d23d1b0e5a8 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/compat/sdata-section.h: Declare 'abort'.
+
 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/12132
index d2bde8066efa7aed1bce6cf5e67193302c822d0c..0db5aa2293c8d1588c94c53b4844cd6ce370a6a9 100644 (file)
@@ -3,3 +3,5 @@
 #else
 #define SDATA_SECTION
 #endif
+
+extern void abort (void);