From: Ian Lance Taylor Date: Thu, 30 Mar 1995 19:42:38 +0000 (+0000) Subject: Thu Mar 30 14:32:26 1995 H.J. Lu (hjl@nynexst.com) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59b4c1998aa999ee59967e2186b03fde9dc978ce;p=binutils-gdb.git 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 214783ff894..223095415ae 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 cb829436746..48c979004ed 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 00000000000..16d623b7834 --- /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 a9cec182ad4..00000000000 --- 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 16d623b7834..a9cec182ad4 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