From 59b4c1998aa999ee59967e2186b03fde9dc978ce Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 30 Mar 1995 19:42:38 +0000 Subject: [PATCH] Thu Mar 30 14:32:26 1995 H.J. Lu (hjl@nynexst.com) * configure.in: Change linux to default to elf. Using i[345]86-*-linuxaout will build a linker which defaults to a.out. * config/i386-laout.mt: Rename from old config/i386-linux.mt. * config/i386-linux.mt: Rename from old config/i386-lelf.mt. * config/i386-lelf.mt: Remove. --- ld/ChangeLog | 8 ++++++++ ld/config/.Sanitize | 2 +- ld/config/i386-laout.mt | 2 ++ ld/config/i386-lelf.mt | 2 -- ld/config/i386-linux.mt | 4 ++-- 5 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 ld/config/i386-laout.mt delete mode 100644 ld/config/i386-lelf.mt diff --git a/ld/ChangeLog b/ld/ChangeLog index 214783f..2230954 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Thu Mar 30 14:32:26 1995 H.J. Lu (hjl@nynexst.com) + + * configure.in: Change linux to default to elf. Using + i[345]86-*-linuxaout will build a linker which defaults to a.out. + * config/i386-laout.mt: Rename from old config/i386-linux.mt. + * config/i386-linux.mt: Rename from old config/i386-lelf.mt. + * config/i386-lelf.mt: Remove. + Thu Mar 30 13:09:46 1995 Ian Lance Taylor * ld.texinfo, ld.1: Document the -no-keep-memory option. diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index cb82943..48c9790 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -64,7 +64,7 @@ i386-elf.mt i386-gelf.mt i386-gnu.mt i386-go32.mt -i386-lelf.mt +i386-laout.mt i386-linux.mt i386-lynx.mt i386-mach.mt diff --git a/ld/config/i386-laout.mt b/ld/config/i386-laout.mt new file mode 100644 index 0000000..16d623b --- /dev/null +++ b/ld/config/i386-laout.mt @@ -0,0 +1,2 @@ +EMUL=i386linux +EMUL_EXTRA1=elf_i386 diff --git a/ld/config/i386-lelf.mt b/ld/config/i386-lelf.mt deleted file mode 100644 index a9cec18..0000000 --- a/ld/config/i386-lelf.mt +++ /dev/null @@ -1,2 +0,0 @@ -EMUL=elf_i386 -EMUL_EXTRA1=i386linux diff --git a/ld/config/i386-linux.mt b/ld/config/i386-linux.mt index 16d623b..a9cec18 100644 --- a/ld/config/i386-linux.mt +++ b/ld/config/i386-linux.mt @@ -1,2 +1,2 @@ -EMUL=i386linux -EMUL_EXTRA1=elf_i386 +EMUL=elf_i386 +EMUL_EXTRA1=i386linux -- 2.7.4