diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-06-06 07:48:02 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-06-06 07:48:02 +0000 |
commit | 9e93c730ef1f406e7205afce336d9c4f538c8100 (patch) | |
tree | 1963e53b385bcd4b1136f98bf433f4e5eca5729a | |
parent | 74681fc450b5239513653cd758364b9c1f755bad (diff) | |
download | gdb-9e93c730ef1f406e7205afce336d9c4f538c8100.zip gdb-9e93c730ef1f406e7205afce336d9c4f538c8100.tar.gz gdb-9e93c730ef1f406e7205afce336d9c4f538c8100.tar.bz2 |
bfd/
* Makefile.am: Run "make dep-am".
(BFD32_BACKENDS): Add mach-o-i386.lo.
(BFD32_BACKENDS_CFILES): Add mach-o-i386.c.
* Makefile.in: Regenerate.
-rw-r--r-- | bfd/ChangeLog | 7 | ||||
-rw-r--r-- | bfd/Makefile.am | 9 | ||||
-rw-r--r-- | bfd/Makefile.in | 9 |
3 files changed, 25 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 14b4df5..439e296 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2009-06-06 Jan Kratochvil <jan.kratochvil@redhat.com> + + * Makefile.am: Run "make dep-am". + (BFD32_BACKENDS): Add mach-o-i386.lo. + (BFD32_BACKENDS_CFILES): Add mach-o-i386.c. + * Makefile.in: Regenerate. + 2009-06-06 Alan Modra <amodra@bigpond.net.au> * elf32-spu.c (spu_elf_relocate_section): Match overlay number diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 50c6720..b739b7f 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -333,6 +333,7 @@ BFD32_BACKENDS = \ m88kmach3.lo \ m88kopenbsd.lo \ mach-o.lo \ + mach-o-i386.lo \ mipsbsd.lo \ newsos3.lo \ nlm.lo \ @@ -514,6 +515,7 @@ BFD32_BACKENDS_CFILES = \ m88kmach3.c \ m88kopenbsd.c \ mach-o.c \ + mach-o-i386.c \ mipsbsd.c \ newsos3.c \ nlm.c \ @@ -3090,6 +3092,13 @@ mach-o.lo: \ $(INCDIR)/libiberty.h \ mach-o-target.c \ mach-o.h +mach-o-i386.lo: \ + mach-o-i386.c \ + $(INCDIR)/filenames.h \ + $(INCDIR)/hashtab.h \ + $(INCDIR)/libiberty.h \ + mach-o-target.c \ + mach-o.h mipsbsd.lo: \ mipsbsd.c \ $(INCDIR)/aout/aout64.h \ diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 605fab8..911d019 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -604,6 +604,7 @@ BFD32_BACKENDS = \ m88kmach3.lo \ m88kopenbsd.lo \ mach-o.lo \ + mach-o-i386.lo \ mipsbsd.lo \ newsos3.lo \ nlm.lo \ @@ -785,6 +786,7 @@ BFD32_BACKENDS_CFILES = \ m88kmach3.c \ m88kopenbsd.c \ mach-o.c \ + mach-o-i386.c \ mipsbsd.c \ newsos3.c \ nlm.c \ @@ -3691,6 +3693,13 @@ mach-o.lo: \ $(INCDIR)/libiberty.h \ mach-o-target.c \ mach-o.h +mach-o-i386.lo: \ + mach-o-i386.c \ + $(INCDIR)/filenames.h \ + $(INCDIR)/hashtab.h \ + $(INCDIR)/libiberty.h \ + mach-o-target.c \ + mach-o.h mipsbsd.lo: \ mipsbsd.c \ $(INCDIR)/aout/aout64.h \ |