* elf32-xtensa.c: Include <stdarg.h> unconditionally, not only
authorBen Elliston <bje@au.ibm.com>
Fri, 8 Jul 2005 05:44:53 +0000 (05:44 +0000)
committerBen Elliston <bje@au.ibm.com>
Fri, 8 Jul 2005 05:44:53 +0000 (05:44 +0000)
when ANSI_PROTOTYPES is defined.  Remove #ifdef logic.

bfd/ChangeLog
bfd/elf32-xtensa.c

index e046fc3..53b0932 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-08  Ben Elliston  <bje@au.ibm.com>
+
+       * elf32-xtensa.c: Include <stdarg.h> unconditionally, not only
+       when ANSI_PROTOTYPES is defined.  Remove #ifdef logic.
+
 2005-07-07  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elf-bfd.h (elf_backend_data): Add special_sections.
index 67ff80c..f80f8c6 100644 (file)
 #include "bfd.h"
 #include "sysdep.h"
 
-#ifdef ANSI_PROTOTYPES
 #include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
 #include <strings.h>
 
 #include "bfdlink.h"