diff --git a/ld/ChangeLog b/ld/ChangeLog index 124e9a8fd5c..9107e055dc0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Tue Feb 28 12:42:56 1995 Ian Lance Taylor + + * configure.in (i[345]86-*-linuxelf*): New target. Use i386-lelf. + (i[345]86-*-gnuelf*): New target. Use i386-gelf. + * config/i386-lelf.mt: New file. + * config/i386-gelf.mt: New file. + Tue Feb 28 10:27:54 1995 Rob Savoye * configure.in: Match on mips-ecoff, and default to the IDT diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 6fafb72afae..cb829436746 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -61,8 +61,10 @@ i386-aout.mt i386-bsd.mt i386-coff.mt i386-elf.mt +i386-gelf.mt i386-gnu.mt i386-go32.mt +i386-lelf.mt i386-linux.mt i386-lynx.mt i386-mach.mt diff --git a/ld/config/i386-gelf.mt b/ld/config/i386-gelf.mt new file mode 100644 index 00000000000..a3afaf4c3c4 --- /dev/null +++ b/ld/config/i386-gelf.mt @@ -0,0 +1,2 @@ +EMUL=elf_i386 +EMUL_EXTRA1=i386mach diff --git a/ld/config/i386-lelf.mt b/ld/config/i386-lelf.mt new file mode 100644 index 00000000000..a9cec182ad4 --- /dev/null +++ b/ld/config/i386-lelf.mt @@ -0,0 +1,2 @@ +EMUL=elf_i386 +EMUL_EXTRA1=i386linux