From: Eric Botcazou Date: Mon, 5 Jan 2004 21:29:39 +0000 (+0100) Subject: * gcc.dg/compat/sdata-section.h: Declare 'abort'. X-Git-Tag: releases/gcc-3.4.0~1262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b6eeb9ac4f40f2ab115304090f6ca9822388489;p=thirdparty%2Fgcc.git * gcc.dg/compat/sdata-section.h: Declare 'abort'. From-SVN: r75445 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dc661cf8062c..3741b3bce481 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-01-05 Eric Botcazou + + * gcc.dg/compat/sdata-section.h: Declare 'abort'. + 2004-01-05 Mark Mitchell PR c++/12132 diff --git a/gcc/testsuite/gcc.dg/compat/sdata-section.h b/gcc/testsuite/gcc.dg/compat/sdata-section.h index d2bde8066efa..0db5aa2293c8 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);