mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 22:15:12 +08:00
* bucomm.h: Include <stdarg.h> unconditionally, not only when
ANSI_PROTOTYPES is defined. Remove #ifdef logic. * dlltool.c: Likewise. * dllwrap.c: Likewise.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2005-07-08 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
|
* bucomm.h: Include <stdarg.h> unconditionally, not only when
|
||||||
|
ANSI_PROTOTYPES is defined. Remove #ifdef logic.
|
||||||
|
* dlltool.c: Likewise.
|
||||||
|
* dllwrap.c: Likewise.
|
||||||
|
|
||||||
2005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
2005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
* bucomm.h (report): Add format attribute.
|
* bucomm.h (report): Add format attribute.
|
||||||
|
@ -28,11 +28,7 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "bin-bugs.h"
|
#include "bin-bugs.h"
|
||||||
|
|
||||||
#ifdef ANSI_PROTOTYPES
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_BINARY_FOPEN
|
#ifdef USE_BINARY_FOPEN
|
||||||
#include "fopen-bin.h"
|
#include "fopen-bin.h"
|
||||||
|
@ -254,13 +254,7 @@
|
|||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#ifdef ANSI_PROTOTYPES
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#ifdef DLLTOOL_ARM
|
#ifdef DLLTOOL_ARM
|
||||||
|
@ -38,12 +38,7 @@
|
|||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#ifdef ANSI_PROTOTYPES
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_SYS_WAIT_H
|
#ifdef HAVE_SYS_WAIT_H
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
Reference in New Issue
Block a user