OSDN Git Service

* Makefile.am (ALL_EMULATIONS): Remove earmlinux.o and
authorschwab <schwab>
Wed, 19 May 1999 03:50:49 +0000 (03:50 +0000)
committerschwab <schwab>
Wed, 19 May 1999 03:50:49 +0000 (03:50 +0000)
earm26linux.o, add earmelf_linux.o and earmelf_linux26.o.
* Makefile.in: Regenerated.

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

index 63fa8e1..33379cb 100644 (file)
@@ -1,3 +1,9 @@
+Wed May 19 12:44:26 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * Makefile.am (ALL_EMULATIONS): Remove earmlinux.o and
+       earm26linux.o, add earmelf_linux.o and earmelf_linux26.o.
+       * Makefile.in: Regenerated.
+
 1999-05-16  Nick Clifton  <nickc@cygnus.com>
 
        * emulparams/elf32mcore.sh (GENERATE_SHLIB_SCRIPT): Define.
index 1f02098..e6ee4ea 100644 (file)
@@ -103,8 +103,8 @@ ALL_EMULATIONS = \
        earcelf.o \
        earmelf.o \
        earmelf_oabi.o \
-       earmlinux.o \
-       earm26linux.o \
+       earmelf_linux.o \
+       earmelf_linux26.o \
        earmaoutb.o \
        earmaoutl.o \
        earmcoff.o \
index e5961ae..a26705e 100644 (file)
@@ -206,8 +206,8 @@ ALL_EMULATIONS = \
        earcelf.o \
        earmelf.o \
        earmelf_oabi.o \
-       earmlinux.o \
-       earm26linux.o \
+       earmelf_linux.o \
+       earmelf_linux26.o \
        earmaoutb.o \
        earmaoutl.o \
        earmcoff.o \