From 8fce3f5ef7890ac84d05b842eed41b7e63603bd2 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 8 May 2000 10:24:06 +0000 Subject: Michael Sokolov's 68000 patches + assorted compiler warning fixes. --- gas/as.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gas/as.h') diff --git a/gas/as.h b/gas/as.h index 33a400a..e56d6cd 100644 --- a/gas/as.h +++ b/gas/as.h @@ -138,14 +138,14 @@ extern void *alloca (); /* Now GNU header files... */ -#include +#include "ansidecl.h" #ifdef BFD_ASSEMBLER -#include +#include "bfd.h" #endif -#include +#include "libiberty.h" /* Define the standard progress macros. */ -#include +#include "progress.h" /* This doesn't get taken care of anywhere. */ #ifndef __MWERKS__ /* Metrowerks C chokes on the "defined (inline)" */ @@ -543,14 +543,14 @@ typedef struct _pseudo_type pseudo_typeS; #endif /* ! USE_STDARG */ PRINTF_LIKE (as_bad); -PRINTF_LIKE (as_fatal); +PRINTF_LIKE (as_fatal) ATTRIBUTE_NORETURN; PRINTF_LIKE (as_tsktsk); PRINTF_LIKE (as_warn); PRINTF_WHERE_LIKE (as_bad_where); PRINTF_WHERE_LIKE (as_warn_where); void as_assert PARAMS ((const char *, int, const char *)); -void as_abort PARAMS ((const char *, int, const char *)); +void as_abort PARAMS ((const char *, int, const char *)) ATTRIBUTE_NORETURN; void fprint_value PARAMS ((FILE *file, addressT value)); void sprint_value PARAMS ((char *buf, addressT value)); -- cgit v1.1