projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d52d45a
)
* elf32-xtensa.c: Include <stdarg.h> unconditionally, not only
author
Ben Elliston
<bje@au.ibm.com>
Fri, 8 Jul 2005 05:44:53 +0000
(
05:44
+0000)
committer
Ben 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
patch
|
blob
|
history
bfd/elf32-xtensa.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index e046fc3bfec3619c5ae45d0b33ad023e40c810c1..53b09327a65631eb3889e5d6695dc276d93f7d1f 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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.
diff --git
a/bfd/elf32-xtensa.c
b/bfd/elf32-xtensa.c
index 67ff80c4ef9b7b8d1da9910354eae44cce86c56c..f80f8c6ecdfa74a40388bb8e730260942de29ab9 100644
(file)
--- 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"