A Linux ELF patch for gas
H.J. Lu
hjl@nynexst.com
Fri Feb 24 13:53:00 GMT 1995
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 ;;
More information about the Gas2
mailing list