* gcc.dg/compat/sdata-section.h: Declare 'abort'.

From-SVN: r75445
This commit is contained in:
Eric Botcazou 2004-01-05 22:29:39 +01:00 committed by Eric Botcazou
parent 975fde59af
commit 4b6eeb9ac4
2 changed files with 6 additions and 0 deletions

View 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

View File

@ -3,3 +3,5 @@
#else
#define SDATA_SECTION
#endif
extern void abort (void);