daily update
[deliverable/binutils-gdb.git] / bfd / pei-ppc.c
index 839bc0f64af52bde8c10ec774fa4e0a1d2980114..58d65e285d0eca48f779055947791ae88893dddc 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.
 
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street - Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "bfd.h"
 #include "sysdep.h"
@@ -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.024628 seconds and 4 git commands to generate.