* gas/arm/vfp-neon-overlap.s: New test. Overlapping VFP/Neon
[deliverable/binutils-gdb.git] / gas / messages.c
index a8e309d1622cf2a9977327a362f92a1a3347ff7a..b1b94cdf7c6eccf118be48e11a6a16ad0fbe3deb 100644 (file)
 
 #include "as.h"
 
-#include <stdio.h>
-#ifdef HAVE_ERRNO_H
-#include <errno.h>
-#endif
-
-#ifdef USE_STDARG
-#include <stdarg.h>
-#endif
-
-#ifdef USE_VARARGS
-#include <varargs.h>
-#endif
-
-#if !defined (USE_STDARG) && !defined (USE_VARARGS)
-/* Roll our own.  */
-#define va_alist REST
-#define va_dcl
-typedef int * va_list;
-#define va_start(ARGS) ARGS = &REST
-#define va_end(ARGS)
-#endif
-
 static void identify (char *);
 static void as_show_where (void);
 static void as_warn_internal (char *, unsigned int, char *);
This page took 0.023275 seconds and 4 git commands to generate.