From 6c98dd1ecb34134446cf93209f19d1f51a8603df Mon Sep 17 00:00:00 2001
From: Ben Elliston <bje@au.ibm.com>
Date: Fri, 8 Jul 2005 05:44:53 +0000
Subject: 	* elf32-xtensa.c: Include <stdarg.h> unconditionally, not only
 	when ANSI_PROTOTYPES is defined.  Remove #ifdef logic.

---
 bfd/elf32-xtensa.c | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'bfd/elf32-xtensa.c')

diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c
index 67ff80c..f80f8c6 100644
--- a/bfd/elf32-xtensa.c
+++ b/bfd/elf32-xtensa.c
@@ -21,11 +21,7 @@
 #include "bfd.h"
 #include "sysdep.h"
 
-#ifdef ANSI_PROTOTYPES
 #include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
 #include <strings.h>
 
 #include "bfdlink.h"
-- 
cgit v1.1