mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* elf32-xtensa.c: Include <stdarg.h> unconditionally, not only
when ANSI_PROTOTYPES is defined. Remove #ifdef logic.
This commit is contained in:
@ -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.
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user