summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-04-14 04:14:25 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-04-14 04:14:25 +0000
commit3e76b2dad55c4737a819798e7a5a1a2e33785cf5 (patch)
treef0f2e4b4fa1bec05020194bac4158db21ceef9ce /binutils/readelf.c
parentc54d43808afed6e023345c5a24914b445c87eff4 (diff)
downloadbinutils-redhat-3e76b2dad55c4737a819798e7a5a1a2e33785cf5.tar.gz
Portability fixes.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 55e68e1bf7..152ce1e937 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -74,12 +74,6 @@
#include "bucomm.h"
#include "getopt.h"
-#ifdef ANSI_PROTOTYPES
-#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
-
char * program_name = "readelf";
unsigned int dynamic_addr;
bfd_size_type dynamic_size;