| Index: bfd/Makefile.in
|
| diff --git a/bfd/Makefile.in b/bfd/Makefile.in
|
| index 8ee668117aefe50487a2db7e53ead915dc52bd5c..8a38a7654505ea2d755eaa7d66e2b2e56095aba0 100644
|
| --- a/bfd/Makefile.in
|
| +++ b/bfd/Makefile.in
|
| @@ -15,6 +15,24 @@
|
|
|
| @SET_MAKE@
|
|
|
| +#
|
| +# Copyright 2012 Free Software Foundation
|
| +#
|
| +# 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
|
| +# the Free Software Foundation; either version 3 of the License, or
|
| +# (at your option) any later version.
|
| +#
|
| +# This program is distributed in the hope that it will be useful,
|
| +# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| +# GNU General Public License for more details.
|
| +#
|
| +# You should have received a copy of the GNU General Public License
|
| +# along with this program; see the file COPYING3. If not see
|
| +# <http://www.gnu.org/licenses/>.
|
| +#
|
| +
|
|
|
|
|
| VPATH = @srcdir@
|
| @@ -47,8 +65,7 @@ DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
|
| $(top_srcdir)/po/Make-in $(srcdir)/../depcomp \
|
| $(am__bfdinclude_HEADERS_DIST)
|
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| -am__aclocal_m4_deps = $(top_srcdir)/../bfd/bfd.m4 \
|
| - $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
|
| +am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
|
| $(top_srcdir)/../config/depstand.m4 \
|
| $(top_srcdir)/../config/gettext-sister.m4 \
|
| $(top_srcdir)/../config/largefile.m4 \
|
| @@ -61,6 +78,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../bfd/bfd.m4 \
|
| $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../libtool.m4 \
|
| $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
|
| $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
|
| + $(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
|
| $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/zlib.m4 \
|
| $(top_srcdir)/configure.in
|
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
| @@ -293,6 +311,7 @@ libdir = @libdir@
|
| libexecdir = @libexecdir@
|
| localedir = @localedir@
|
| localstatedir = @localstatedir@
|
| +lt_cv_dlopen_libs = @lt_cv_dlopen_libs@
|
| mandir = @mandir@
|
| mkdir_p = @mkdir_p@
|
| oldincludedir = @oldincludedir@
|
| @@ -336,7 +355,7 @@ libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \
|
| @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
|
| AM_CFLAGS = $(WARN_CFLAGS)
|
| AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
|
| -@PLUGINS_TRUE@LIBDL = -ldl
|
| +@PLUGINS_TRUE@LIBDL = @lt_cv_dlopen_libs@
|
|
|
| # bfd.h goes here, for now
|
| BFD_H = bfd.h
|
| @@ -370,6 +389,7 @@ BFD64_LIBS_CFILES = archive64.c
|
| # This list is alphabetized to make it easier to keep in sync
|
| # with the decls and initializer in archures.c.
|
| ALL_MACHINES = \
|
| + cpu-aarch64.lo \
|
| cpu-alpha.lo \
|
| cpu-arc.lo \
|
| cpu-arm.lo \
|
| @@ -410,12 +430,14 @@ ALL_MACHINES = \
|
| cpu-m88k.lo \
|
| cpu-mcore.lo \
|
| cpu-mep.lo \
|
| + cpu-metag.lo \
|
| cpu-microblaze.lo \
|
| cpu-mips.lo \
|
| cpu-mmix.lo \
|
| cpu-moxie.lo \
|
| cpu-msp430.lo \
|
| cpu-mt.lo \
|
| + cpu-nios2.lo \
|
| cpu-ns32k.lo \
|
| cpu-openrisc.lo \
|
| cpu-or32.lo \
|
| @@ -439,6 +461,7 @@ ALL_MACHINES = \
|
| cpu-tilegx.lo \
|
| cpu-tilepro.lo \
|
| cpu-v850.lo \
|
| + cpu-v850_rh850.lo \
|
| cpu-vax.lo \
|
| cpu-w65.lo \
|
| cpu-we32k.lo \
|
| @@ -450,6 +473,7 @@ ALL_MACHINES = \
|
| cpu-z8k.lo
|
|
|
| ALL_MACHINES_CFILES = \
|
| + cpu-aarch64.c \
|
| cpu-alpha.c \
|
| cpu-arc.c \
|
| cpu-arm.c \
|
| @@ -490,6 +514,7 @@ ALL_MACHINES_CFILES = \
|
| cpu-m88k.c \
|
| cpu-mcore.c \
|
| cpu-mep.c \
|
| + cpu-metag.c \
|
| cpu-microblaze.c \
|
| cpu-mips.c \
|
| cpu-mmix.c \
|
| @@ -497,6 +522,7 @@ ALL_MACHINES_CFILES = \
|
| cpu-msp430.c \
|
| cpu-mt.c \
|
| cpu-ns32k.c \
|
| + cpu-nios2.c \
|
| cpu-openrisc.c \
|
| cpu-or32.c \
|
| cpu-pdp11.c \
|
| @@ -519,6 +545,7 @@ ALL_MACHINES_CFILES = \
|
| cpu-tilegx.c \
|
| cpu-tilepro.c \
|
| cpu-v850.c \
|
| + cpu-v850_rh850.c \
|
| cpu-vax.c \
|
| cpu-w65.c \
|
| cpu-we32k.c \
|
| @@ -619,11 +646,12 @@ BFD32_BACKENDS = \
|
| elf32-m88k.lo \
|
| elf32-mcore.lo \
|
| elf32-mep.lo \
|
| + elf32-metag.lo \
|
| elf32-microblaze.lo \
|
| - elf32-mips.lo \
|
| elf32-moxie.lo \
|
| elf32-msp430.lo \
|
| elf32-mt.lo \
|
| + elf32-nios2.lo \
|
| elf32-openrisc.lo \
|
| elf32-or32.lo \
|
| elf32-pj.lo \
|
| @@ -648,7 +676,6 @@ BFD32_BACKENDS = \
|
| elf32-xtensa.lo \
|
| elf32.lo \
|
| elflink.lo \
|
| - elfxx-mips.lo \
|
| elfxx-sparc.lo \
|
| elfxx-tilegx.lo \
|
| epoc-pe-arm.lo \
|
| @@ -807,11 +834,12 @@ BFD32_BACKENDS_CFILES = \
|
| elf32-m88k.c \
|
| elf32-mcore.c \
|
| elf32-mep.c \
|
| + elf32-metag.c \
|
| elf32-microblaze.c \
|
| - elf32-mips.c \
|
| elf32-moxie.c \
|
| elf32-msp430.c \
|
| elf32-mt.c \
|
| + elf32-nios2.c \
|
| elf32-openrisc.c \
|
| elf32-or32.c \
|
| elf32-pj.c \
|
| @@ -836,7 +864,6 @@ BFD32_BACKENDS_CFILES = \
|
| elf32-xtensa.c \
|
| elf32.c \
|
| elflink.c \
|
| - elfxx-mips.c \
|
| elfxx-sparc.c \
|
| elfxx-tilegx.c \
|
| epoc-pe-arm.c \
|
| @@ -914,14 +941,17 @@ BFD32_BACKENDS_CFILES = \
|
| # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
|
| # BFD32_BACKENDS.
|
| BFD64_BACKENDS = \
|
| + elf32-aarch64.lo \
|
| + elf64-aarch64.lo \
|
| + elfxx-aarch64.lo \
|
| aix5ppc-core.lo \
|
| aout64.lo \
|
| coff-alpha.lo \
|
| coff-x86_64.lo \
|
| coff64-rs6000.lo \
|
| demo64.lo \
|
| - elf-nacl.lo \
|
| elf32-ia64.lo \
|
| + elf32-mips.lo \
|
| elf32-score.lo \
|
| elf32-score7.lo \
|
| elf64-alpha.lo \
|
| @@ -940,6 +970,7 @@ BFD64_BACKENDS = \
|
| elf64.lo \
|
| elfn32-mips.lo \
|
| elfxx-ia64.lo \
|
| + elfxx-mips.lo \
|
| mach-o-x86-64.lo \
|
| mmo.lo \
|
| nlm32-alpha.lo \
|
| @@ -958,7 +989,7 @@ BFD64_BACKENDS_CFILES = \
|
| coff-x86_64.c \
|
| coff64-rs6000.c \
|
| demo64.c \
|
| - elf-nacl.c \
|
| + elf32-mips.c \
|
| elf32-score.c \
|
| elf32-score7.c \
|
| elf64-alpha.c \
|
| @@ -975,7 +1006,9 @@ BFD64_BACKENDS_CFILES = \
|
| elf64-x86-64.c \
|
| elf64.c \
|
| elfn32-mips.c \
|
| + elfxx-aarch64.c \
|
| elfxx-ia64.c \
|
| + elfxx-mips.c \
|
| mach-o-x86-64.c \
|
| mmo.c \
|
| nlm32-alpha.c \
|
| @@ -1038,12 +1071,13 @@ SOURCE_CFILES = \
|
| $(OPTIONAL_BACKENDS_CFILES)
|
|
|
| BUILD_CFILES = \
|
| + elf32-aarch64.c elf64-aarch64.c \
|
| elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
|
|
|
| CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
|
| SOURCE_HFILES = \
|
| aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
|
| - elf-bfd.h elf-hppa.h elf32-hppa.h \
|
| + elf-bfd.h elf-hppa.h elf-linux-psinfo.h elf32-hppa.h \
|
| elf64-hppa.h elfcode.h elfcore.h \
|
| freebsd.h genlink.h go32stub.h \
|
| libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
|
| @@ -1270,6 +1304,7 @@ distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cofflink.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/corefile.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-aarch64.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-alpha.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-arc.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-arm.Plo@am__quote@
|
| @@ -1310,12 +1345,14 @@ distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m9s12xg.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mcore.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mep.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-metag.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-microblaze.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mips.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mmix.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-moxie.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-msp430.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mt.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-nios2.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ns32k.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-openrisc.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-or32.Plo@am__quote@
|
| @@ -1339,6 +1376,7 @@ distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilegx.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilepro.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850_rh850.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-vax.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-w65.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-we32k.Plo@am__quote@
|
| @@ -1362,6 +1400,7 @@ distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-strtab.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-vxworks.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-aarch64.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-am33lin.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-arc.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-arm.Plo@am__quote@
|
| @@ -1397,11 +1436,13 @@ distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m88k.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mcore.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mep.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-metag.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-microblaze.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mips.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-moxie.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-msp430.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mt.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-nios2.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-openrisc.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-or32.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-pj.Plo@am__quote@
|
| @@ -1427,6 +1468,7 @@ distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xstormy16.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xtensa.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-aarch64.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-alpha.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-gen.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-hppa.Plo@am__quote@
|
| @@ -1443,6 +1485,7 @@ distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elflink.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfn32-mips.Plo@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-aarch64.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-ia64.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-mips.Plo@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-sparc.Plo@am__quote@
|
| @@ -1951,6 +1994,18 @@ elf64-target.h : elfxx-target.h
|
| sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
|
| mv -f elf64-target.new elf64-target.h
|
|
|
| +elf32-aarch64.c : elfnn-aarch64.c
|
| + rm -f elf32-aarch64.c
|
| + echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf32-aarch64.new
|
| + sed -e s/NN/32/g < $(srcdir)/elfnn-aarch64.c >> elf32-aarch64.new
|
| + mv -f elf32-aarch64.new elf32-aarch64.c
|
| +
|
| +elf64-aarch64.c : elfnn-aarch64.c
|
| + rm -f elf64-aarch64.c
|
| + echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf64-aarch64.new
|
| + sed -e s/NN/64/g < $(srcdir)/elfnn-aarch64.c >> elf64-aarch64.new
|
| + mv -f elf64-aarch64.new elf64-aarch64.c
|
| +
|
| elf32-ia64.c : elfnn-ia64.c
|
| rm -f elf32-ia64.c
|
| sed -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new
|
|
|