OSDN Git Service

* gcc.dg/compat/sdata-section.h: Declare 'abort'.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jan 2004 21:29:39 +0000 (21:29 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jan 2004 21:29:39 +0000 (21:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75445 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/compat/sdata-section.h

index dc661cf..3741b3b 100644 (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
index d2bde80..0db5aa2 100644 (file)
@@ -3,3 +3,5 @@
 #else
 #define SDATA_SECTION
 #endif
+
+extern void abort (void);