* elf32-xtensa.c: Include <stdarg.h> unconditionally, not only
when ANSI_PROTOTYPES is defined. Remove #ifdef logic.
This commit is contained in:
parent
d52d45a494
commit
6c98dd1ecb
2 changed files with 5 additions and 4 deletions
|
@ -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>
|
2005-07-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elf-bfd.h (elf_backend_data): Add special_sections.
|
* elf-bfd.h (elf_backend_data): Add special_sections.
|
||||||
|
|
|
@ -21,11 +21,7 @@
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
#include "sysdep.h"
|
#include "sysdep.h"
|
||||||
|
|
||||||
#ifdef ANSI_PROTOTYPES
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
|
|
||||||
#include "bfdlink.h"
|
#include "bfdlink.h"
|
||||||
|
|
Loading…
Reference in a new issue