1999-09-11 Donn Terry <donn@interix.com>
* 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.
This commit is contained in:
parent
8add8e3099
commit
402ef9d421
@ -7,6 +7,12 @@
|
||||
|
||||
1999-09-11 Donn Terry <donn@interix.com>
|
||||
|
||||
* 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.
|
||||
|
||||
* cofflink.c (_bfd_coff_link_input_bfd): When writing out a
|
||||
symbol, switch on the class when determining whether to modify the
|
||||
value. For PE, don't modify the value of a C_FCN symbol not named
|
||||
|
@ -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
|
||||
|
@ -27,7 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#define TARGET_BIG_NAME "pei-arm-big"
|
||||
#endif
|
||||
|
||||
#define IMAGE_BASE NT_IMAGE_BASE
|
||||
#define COFF_IMAGE_WITH_PE
|
||||
#define COFF_WITH_PE
|
||||
#define PCRELOFFSET true
|
||||
|
@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define TARGET_SYM i386pei_vec
|
||||
#define TARGET_NAME "pei-i386"
|
||||
#define IMAGE_BASE NT_IMAGE_BASE
|
||||
#define COFF_IMAGE_WITH_PE
|
||||
#define COFF_WITH_PE
|
||||
#define PCRELOFFSET true
|
||||
|
@ -27,7 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#define TARGET_LITTLE_NAME "pei-mcore-little"
|
||||
#endif
|
||||
|
||||
#define IMAGE_BASE NT_IMAGE_BASE
|
||||
#define COFF_IMAGE_WITH_PE
|
||||
#define COFF_WITH_PE
|
||||
#define PCRELOFFSET true
|
||||
|
@ -32,8 +32,6 @@ Boston, MA 02111-1307, USA. */
|
||||
#define TARGET_BIG_SYM bfd_powerpc_pei_vec
|
||||
#define TARGET_BIG_NAME "pei-powerpc"
|
||||
|
||||
#define IMAGE_BASE NT_IMAGE_BASE
|
||||
|
||||
#define COFF_IMAGE_WITH_PE
|
||||
#define COFF_WITH_PE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user