From mboxrd@z Thu Jan 1 00:00:00 1970 From: hjl@nynexst.com (H.J. Lu) To: ian@cygnus.com (Ian Lance Taylor) Cc: gas2@cygnus.com Subject: A Linux ELF patch for gas Date: Fri, 24 Feb 1995 13:53:00 -0000 Message-id: <9502242145.AA09704@titanic.nynexst.com> X-SW-Source: 1995/msg00031.html This patch allows the linker configured for ELF under Linux use ELF as the default format. -- H.J. Lu NYNEX Science and Technology, Inc. hjl@nynexst.com ---- *** /dev/null Fri Feb 24 16:31:43 1995 --- bfd/config/i386-linuxelf.mt Fri Feb 24 16:27:33 1995 *************** *** 0 **** --- 1,5 ---- + # Target: Intel 386 running linux using ELF + + DEFAULT_VECTOR=bfd_elf32_i386_vec + SELECT_VECS=i386linux_vec + SELECT_ARCHITECTURES=bfd_i386_arch *** bfd/config.bfd.ss Fri Feb 24 16:26:07 1995 --- bfd/config.bfd Fri Feb 24 16:26:26 1995 *************** *** 53,58 **** --- 53,59 ---- i[345]86-*-freebsd*) bfd_name=i386-bsd strip_underscore=yes ;; i[345]86-*-netbsd*) bfd_name=i386-nbsd strip_underscore=yes ;; i[345]86-*-netware*) bfd_name=i386-nlm ;; + i[345]86-*-linuxelf) bfd_name=i386-linuxelf strip_underscore=yes ;; i[345]86-*-linux*) bfd_name=i386-linux strip_underscore=yes ;; i[345]86-*-lynxos*) bfd_name=i386-lynx ;; i[345]86-*-gnu*) bfd_name=i386-gnu strip_underscore=yes ;;