mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 00:39:39 +08:00
* gcc.dg/compat/sdata-section.h: Declare 'abort'.
From-SVN: r75445
This commit is contained in:
parent
975fde59af
commit
4b6eeb9ac4
@ -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
|
||||
|
@ -3,3 +3,5 @@
|
||||
#else
|
||||
#define SDATA_SECTION
|
||||
#endif
|
||||
|
||||
extern void abort (void);
|
||||
|
Loading…
Reference in New Issue
Block a user