From: Eric Botcazou Date: Mon, 5 Jan 2004 21:29:39 +0000 (+0100) Subject: * gcc.dg/compat/sdata-section.h: Declare 'abort'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b6eeb9ac4f40f2ab115304090f6ca9822388489;p=gcc.git * gcc.dg/compat/sdata-section.h: Declare 'abort'. From-SVN: r75445 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dc661cf8062..3741b3bce48 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 d2bde8066ef..0db5aa2293c 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);