From a7d792bb15e4aeb6e2fd3dd509c1b36e6dc0a5e9 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 12 Sep 2001 23:57:21 +0000 Subject: [PATCH] 2001-09-12 H.J. Lu * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and eelf64lppc.o to ... (ALL_64_EMULATIONS): Here. * Makefile.in: Regenerated. --- ld/ChangeLog | 7 +++++++ ld/Makefile.am | 4 ++-- ld/Makefile.in | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 466aa0ba24a..d225d774cf2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2001-09-12 H.J. Lu + + * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and + eelf64lppc.o to ... + (ALL_64_EMULATIONS): Here. + * Makefile.in: Regenerated. + 2001-09-12 Paul Sokolovsky * emultempl/pe.em(make_import_fixup): change signature to diff --git a/ld/Makefile.am b/ld/Makefile.am index 764fc5a3187..117c3a0a479 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -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 diff --git a/ld/Makefile.in b/ld/Makefile.in index 82baa3162f4..21369b07db7 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -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 -- 2.30.2