From 402ef9d4210aa0f4460ec91bc86db4af29f884f4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 11 Sep 1999 22:10:33 +0000 Subject: 1999-09-11 Donn Terry * coffswap.h (IMAGE_BASE): Don't define. * pei-arm.c (IMAGE_BASE): Don't define. * pei-i386.c (IMAGE_BASE): Don't define. * pei-mcore.c (IMAGE_BASE): Don't define. * pei-ppc.c (IMAGE_BASE): Don't define. --- bfd/coffswap.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bfd/coffswap.h') diff --git a/bfd/coffswap.h b/bfd/coffswap.h index c9f25d6..c4a5f66 100644 --- a/bfd/coffswap.h +++ b/bfd/coffswap.h @@ -27,10 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Any file which uses this must first include "coff/internal.h" and "coff/CPU.h". The functions will then be correct for that CPU. */ -#ifndef IMAGE_BASE -#define IMAGE_BASE 0 -#endif - #define PUTWORD bfd_h_put_32 #define PUTHALF bfd_h_put_16 #define PUTBYTE bfd_h_put_8 -- cgit v1.1