aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/compat/sdata-section.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index dc661cf..3741b3b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/compat/sdata-section.h b/gcc/testsuite/gcc.dg/compat/sdata-section.h
index d2bde80..0db5aa2 100644
--- a/gcc/testsuite/gcc.dg/compat/sdata-section.h
+++ b/gcc/testsuite/gcc.dg/compat/sdata-section.h
@@ -3,3 +3,5 @@
#else
#define SDATA_SECTION
#endif
+
+extern void abort (void);