Add arm-conix target

This commit is contained in:
Nick Clifton 2000-01-10 19:48:27 +00:00
parent 7bea2f730c
commit 0decc84046
7 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2000-01-10 Philip Blundell <pb@futuretv.com>
* config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
(arm*-*-conix*): New target.
2000-01-10 Egor Duda <deo@logos-m.ru>
* config.bfd: Include elf32_i386 vector to target list for cygwin

View File

@ -115,7 +115,7 @@ case "${targ}" in
targ_selvecs=armcoff_big_vec
targ_underscore=yes
;;
arm-*-elf | arm*-*-linux-gnu)
arm-*-elf | arm*-*-linux-gnu* | arm*-*-conix*)
targ_defvec=bfd_elf32_littlearm_vec
targ_selvecs=bfd_elf32_bigarm_vec
;;

View File

@ -1,3 +1,10 @@
2000-01-10 Philip Blundell <pb@futuretv.com>
* configure.in (arm*-*-conix*): New target.
(arm*-*-linux-gnu*): Match instead of arm-*-linux* and
armv*-*-linux-gnu.
* configure: Regenerate.
2000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
* config/obj-elf.c (elf_pseudo_table): Define visibility pseudos.

3
gas/configure vendored
View File

@ -2032,8 +2032,9 @@ for this_target in $target $canon_targets ; do
arm-*-aout) fmt=aout ;;
arm-*-coff | thumb-*-coff) fmt=coff ;;
arm-*-elf | thumb-*-elf) fmt=elf ;;
arm*-*-conix*) fmt=elf ;;
arm-*-linux*aout*) fmt=aout em=linux ;;
arm-*-linux* | armv*-*-linux-gnu) fmt=elf em=linux ;;
arm*-*-linux-gnu*) fmt=elf em=linux ;;
arm-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;

View File

@ -149,8 +149,9 @@ changequote([,])dnl
arm-*-aout) fmt=aout ;;
arm-*-coff | thumb-*-coff) fmt=coff ;;
arm-*-elf | thumb-*-elf) fmt=elf ;;
arm*-*-conix*) fmt=elf ;;
arm-*-linux*aout*) fmt=aout em=linux ;;
arm-*-linux* | armv*-*-linux-gnu) fmt=elf em=linux ;;
arm*-*-linux-gnu*) fmt=elf em=linux ;;
arm-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;

View File

@ -1,3 +1,7 @@
2000-01-10 Philip Blundell <pb@futuretv.com>
* configure.tgt (arm*-*-conix*): New target.
2000-01-07 Nick Clifton <nickc@cygnus.com>
* ld.texinfo (Options): Remind users to preceed linker command

View File

@ -133,6 +133,7 @@ arm-*-elf) targ_emul=armelf ;;
arm-*-oabi) targ_emul=armelf_oabi ;;
arm*-*-linux-gnu*) targ_emul=armelf_linux; targ_extra_emuls="armelf_linux26 armelf" ;;
arm*-*-uclinux*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
arm*-*-conix*) targ_emul=armelf ;;
thumb-*-linux-gnu* | thumb-*-uclinux*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
strongarm-*-coff) targ_emul=armcoff ;;
strongarm-*-elf) targ_emul=armelf ;;