summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-04-14 04:14:25 +0000
committerAlan Modra <amodra@gmail.com>2000-04-14 04:14:25 +0000
commit12ff5d5690066cac0467274b17afc1fbabaa04a4 (patch)
tree3355fa58a5ab1b682047c79aeabce6527ddaf5eb /binutils/readelf.c
parent01cc8ff856f0530ce7333a7bdac283c51b0e4f5e (diff)
downloadbinutils-gdb-12ff5d5690066cac0467274b17afc1fbabaa04a4.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 55e68e1bf7f..152ce1e937f 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;