diff options
author | Alan Modra <amodra@gmail.com> | 2000-04-14 04:14:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-04-14 04:14:25 +0000 |
commit | 12ff5d5690066cac0467274b17afc1fbabaa04a4 (patch) | |
tree | 3355fa58a5ab1b682047c79aeabce6527ddaf5eb /binutils/objdump.c | |
parent | 01cc8ff856f0530ce7333a7bdac283c51b0e4f5e (diff) | |
download | gdb-12ff5d5690066cac0467274b17afc1fbabaa04a4.zip gdb-12ff5d5690066cac0467274b17afc1fbabaa04a4.tar.gz gdb-12ff5d5690066cac0467274b17afc1fbabaa04a4.tar.bz2 |
Portability fixes.
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index a5ab114..b86be66 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -29,12 +29,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "debug.h" #include "budbg.h" -#ifdef ANSI_PROTOTYPES -#include <stdarg.h> -#else -#include <varargs.h> -#endif - /* Internal headers for the ELF .stab-dump code - sorry. */ #define BYTES_IN_WORD 32 #include "aout/aout64.h" |