2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
[deliverable/binutils-gdb.git] / bfd / pei-ppc.c
index 839bc0f64af52bde8c10ec774fa4e0a1d2980114..66216a865897a637d615ee65ed0a8f882e658655 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for PowerPC PE IMAGE COFF files.
-   Copyright 1995 Free Software Foundation, Inc.
+   Copyright 1995, 1996, 1999 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
@@ -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
 
@@ -41,7 +39,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* FIXME: Verify PCRELOFFSET is always false */
 
-#include "coff-ppc.c"
-
-
+/* FIXME: This target no longer works.  Search for POWERPC_LE_PE in
+   coff-ppc.c and peigen.c.  */
 
+#include "coff-ppc.c"
This page took 0.037655 seconds and 4 git commands to generate.