2001-09-12 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 12 Sep 2001 23:57:21 +0000 (23:57 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 12 Sep 2001 23:57:21 +0000 (23:57 +0000)
* Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
eelf64lppc.o to ...
(ALL_64_EMULATIONS): Here.
* Makefile.in: Regenerated.

ld/ChangeLog
ld/Makefile.am
ld/Makefile.in

index 466aa0ba24ac505e1c59fdf494bfe435e5f16b79..d225d774cf2c9d3975068c967fb9d046a3da8ae0 100644 (file)
@@ -1,3 +1,10 @@
+2001-09-12  H.J. Lu  <hjl@gnu.org>
+
+       * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
+       eelf64lppc.o to ...
+       (ALL_64_EMULATIONS): Here.
+       * Makefile.in: Regenerated.
+
 2001-09-12  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
 
        * emultempl/pe.em(make_import_fixup): change signature to
index 764fc5a31875762bdda78f103d4ecec91b9148fc..117c3a0a47919f5de6ff7ac6f851ebc84d7b1f67 100644 (file)
@@ -159,8 +159,6 @@ ALL_EMULATIONS = \
        eelf32ppc.o \
        eelf32ppclinux.o \
        eelf32ppcsim.o \
-       eelf64ppc.o \
-       eelf64lppc.o \
        eelf_i386.o \
        eelf_i386_be.o \
        eelf_i386_chaos.o \
@@ -267,6 +265,8 @@ ALL_64_EMULATIONS = \
        eelf64btsmip.o \
        eelf64ltsmip.o \
        eelf64hppa.o \
+       eelf64ppc.o \
+       eelf64lppc.o \
        eaixppc64.o \
        ehppa64linux.o
 
index 82baa3162f49c473217acb581343d6c8ef5b16d2..21369b07db758072f4e80a3738168715511ae99a 100644 (file)
@@ -267,8 +267,6 @@ ALL_EMULATIONS = \
        eelf32ppc.o \
        eelf32ppclinux.o \
        eelf32ppcsim.o \
-       eelf64ppc.o \
-       eelf64lppc.o \
        eelf_i386.o \
        eelf_i386_be.o \
        eelf_i386_chaos.o \
@@ -376,6 +374,8 @@ ALL_64_EMULATIONS = \
        eelf64btsmip.o \
        eelf64ltsmip.o \
        eelf64hppa.o \
+       eelf64ppc.o \
+       eelf64lppc.o \
        eaixppc64.o \
        ehppa64linux.o
 
This page took 0.04598 seconds and 4 git commands to generate.