diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-01-13 11:49:36 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-01-13 11:49:36 +0000 |
commit | 618b7301476d3fa5948fd0ead29809783f32ca15 (patch) | |
tree | bb7b3947e3943021f1ee84a6ad29166c089a3ea3 /bfd/Makefile.in | |
parent | f88af2f152042ac1f2a687bbf49a0b0b140c5b7a (diff) | |
download | fsf-binutils-gdb-618b7301476d3fa5948fd0ead29809783f32ca15.zip fsf-binutils-gdb-618b7301476d3fa5948fd0ead29809783f32ca15.tar.gz fsf-binutils-gdb-618b7301476d3fa5948fd0ead29809783f32ca15.tar.bz2 |
2010-01-13 Tristan Gingold <gingold@adacore.com>
* config.bfd: Remove duplicated target vector for i386-*-darwin.
Appends new arch instead of overriding.
Use mach_o_x86_64_vec for x86_64-*-darwin.
* configure.in: Add mach_o_x86_64_vec.
* configure: Regenerate.
* targets.c: Declare mach_o_x86_64_vec, add it to _bfd_target_vector.
* Makefile.am (BFD64_BACKENDS): Add mach-o-x86-64.lo
(BFD64_BACKENDS_CFILES): Add mach-o-x86-64.c
* Makefile.in: Regenerate.
* mach-o-x86-64.c: New file.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 2196478..639817d 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -907,6 +907,7 @@ BFD64_BACKENDS = \ elf64-x86-64.lo \ elf64.lo \ elfn32-mips.lo \ + mach-o-x86-64.lo \ mmo.lo \ nlm32-alpha.lo \ nlm64.lo \ @@ -937,6 +938,7 @@ BFD64_BACKENDS_CFILES = \ elf64-x86-64.c \ elf64.c \ elfn32-mips.c \ + mach-o-x86-64.c \ mmo.c \ nlm32-alpha.c \ nlm64.c \ @@ -1413,6 +1415,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m88kmach3.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m88kopenbsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-i386.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-x86-64.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mipsbsd.Plo@am__quote@ |