aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2004-01-05 22:29:39 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2004-01-05 21:29:39 +0000
commit4b6eeb9ac4f40f2ab115304090f6ca9822388489 (patch)
tree8ae1e76171ae6c202676ee9a699d33819448e6da /gcc
parent975fde59af881603e4f905989848c5a96441ca63 (diff)
downloadgcc-4b6eeb9ac4f40f2ab115304090f6ca9822388489.zip
gcc-4b6eeb9ac4f40f2ab115304090f6ca9822388489.tar.gz
gcc-4b6eeb9ac4f40f2ab115304090f6ca9822388489.tar.bz2
* gcc.dg/compat/sdata-section.h: Declare 'abort'.
From-SVN: r75445
Diffstat (limited to 'gcc')
-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);