powerpc-lynxos and powerpc-windiss fixes
[deliverable/binutils-gdb.git] / bfd / Makefile.am
index 97b608ca97567cc5034b402afb201a5b9bf1fcbd..a03e2b2b9a77f6b515c7fe35b706bb7c3947237e 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to generate Makefile.in
 #
-#   Copyright (C) 2012-2017 Free Software Foundation, Inc.
+#   Copyright (C) 2012-2018 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -114,8 +114,6 @@ ALL_MACHINES = \
        cpu-iamcu.lo \
        cpu-l1om.lo \
        cpu-k1om.lo \
-       cpu-i860.lo \
-       cpu-i960.lo \
        cpu-ia64.lo \
        cpu-ip2k.lo \
        cpu-iq2000.lo \
@@ -204,8 +202,6 @@ ALL_MACHINES_CFILES = \
        cpu-iamcu.c \
        cpu-l1om.c \
        cpu-k1om.c \
-       cpu-i860.c \
-       cpu-i960.c \
        cpu-ia64.c \
        cpu-ip2k.c \
        cpu-iq2000.c \
@@ -271,7 +267,6 @@ ALL_MACHINES_CFILES = \
 # The .o files needed by all of the 32 bit vectors that are configured into
 # target_vector in targets.c if configured with --enable-targets=all.
 BFD32_BACKENDS = \
-       aout-adobe.lo \
        aout-arm.lo \
        aout-cris.lo \
        aout-ns32k.lo \
@@ -280,7 +275,6 @@ BFD32_BACKENDS = \
        aout0.lo \
        aout32.lo \
        armnetbsd.lo \
-       bout.lo \
        cf-i386lynx.lo \
        cf-sparclynx.lo \
        coff-apollo.lo \
@@ -290,8 +284,6 @@ BFD32_BACKENDS = \
        coff-h8300.lo \
        coff-h8500.lo \
        coff-i386.lo \
-       coff-i860.lo \
-       coff-i960.lo \
        coff-m68k.lo \
        coff-m88k.lo \
        coff-mips.lo \
@@ -346,8 +338,7 @@ BFD32_BACKENDS = \
        elf32-hppa.lo \
        elf32-i370.lo \
        elf32-i386.lo \
-       elf32-i860.lo \
-       elf32-i960.lo \
+       elfxx-x86.lo \
        elf32-ip2k.lo \
        elf32-iq2000.lo \
        elf32-lm32.lo \
@@ -467,7 +458,6 @@ BFD32_BACKENDS = \
        xtensa-modules.lo
 
 BFD32_BACKENDS_CFILES = \
-       aout-adobe.c \
        aout-arm.c \
        aout-cris.c \
        aout-ns32k.c \
@@ -476,7 +466,6 @@ BFD32_BACKENDS_CFILES = \
        aout0.c \
        aout32.c \
        armnetbsd.c \
-       bout.c \
        cf-i386lynx.c \
        cf-sparclynx.c \
        coff-apollo.c \
@@ -486,8 +475,6 @@ BFD32_BACKENDS_CFILES = \
        coff-h8300.c \
        coff-h8500.c \
        coff-i386.c \
-       coff-i860.c \
-       coff-i960.c \
        coff-m68k.c \
        coff-m88k.c \
        coff-mips.c \
@@ -542,8 +529,7 @@ BFD32_BACKENDS_CFILES = \
        elf32-hppa.c \
        elf32-i370.c \
        elf32-i386.c \
-       elf32-i860.c \
-       elf32-i960.c \
+       elfxx-x86.c \
        elf32-ip2k.c \
        elf32-iq2000.c \
        elf32-lm32.c \
@@ -699,6 +685,7 @@ BFD64_BACKENDS = \
        elf64-sparc.lo \
        elf64-tilegx.lo \
        elf64-x86-64.lo \
+       elfxx-x86.lo \
        elf64.lo \
        mach-o-aarch64.lo \
        mach-o-x86-64.lo \
@@ -734,6 +721,7 @@ BFD64_BACKENDS_CFILES = \
        elf64-sparc.c \
        elf64-tilegx.c \
        elf64-x86-64.c \
+       elfxx-x86.c \
        elf64.c \
        elfn32-mips.c \
        elfxx-aarch64.c \
This page took 0.024436 seconds and 4 git commands to generate.