diff options
-rw-r--r-- | ld/ChangeLog | 7 | ||||
-rw-r--r-- | ld/Makefile.am | 4 | ||||
-rw-r--r-- | ld/Makefile.in | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 466aa0ba24..d225d774cf 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 diff --git a/ld/Makefile.am b/ld/Makefile.am index 764fc5a318..117c3a0a47 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 82baa3162f..21369b07db 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 |