tsystem.h (abort): Declare in inhibit_libc case to remove build warnings for addvsi3, et.al.

* tsystem.h (abort): Declare in inhibit_libc case to remove build
	warnings for addvsi3, et.al.

From-SVN: r67915
This commit is contained in:
Doug Evans 2003-06-13 21:52:02 +00:00 committed by Doug Evans
parent ed24293523
commit 7e7de68b89
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-06-13 Doug Evans <dje@sebabeach.org>
* tsystem.h (abort): Declare in inhibit_libc case to remove build
warnings for addvsi3, et.al.
2003-06-13 Aldy Hernandez <aldyh@redhat.com>
* c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.

View File

@ -58,6 +58,10 @@ extern void free (void *);
extern int atexit (void (*)(void));
#endif
#ifndef abort
extern void abort (void) __attribute__ ((__noreturn__));
#endif
#else /* ! inhibit_libc */
/* We disable this when inhibit_libc, so that gcc can still be built without
needing header files first. */