Update the FSF address in the copyright/GPL notice
[deliverable/binutils-gdb.git] / bfd / coff-pmac.c
index f3332d98959b7be041ec87ce0d68739d502ed9a9..274aaba30a94c9938e83eaa2ed00900cce4fbdd4 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Apple et al PowerPC Mac "XCOFF" files.
-   Copyright 1995 Free Software Foundation, Inc.
+   Copyright 1995, 2000, 2001 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
@@ -15,13 +15,19 @@ 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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA.  */
 
-#define TARGET_SYM     pmac_xcoff_vec
-#define TARGET_NAME    "xcoff-powermac"
-
-/* Tweak coffcode.h based on this being a PowerMac instead of RS/6000. */
+/* Tweak coffcode.h based on this being a PowerMac instead of RS/6000.  */
 
 #define POWERMAC
 
-#include "coff-rs6000.c"
+#define TARGET_SYM     pmac_xcoff_vec
+#define TARGET_NAME    "xcoff-powermac"
+
+#include "bfd.h"
+#include "sysdep.h"
+#include "libbfd.h"
+#include "coff/internal.h"
+#include "coff/rs6000.h"
+#include "libcoff.h"
+#include "xcoff-target.h"
This page took 0.024897 seconds and 4 git commands to generate.