From 0decc84046705ac368e772da3825bd70194f3e0c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 10 Jan 2000 19:48:27 +0000 Subject: [PATCH] Add arm-conix target --- bfd/ChangeLog | 5 +++++ bfd/config.bfd | 2 +- gas/ChangeLog | 7 +++++++ gas/configure | 3 ++- gas/configure.in | 3 ++- ld/ChangeLog | 4 ++++ ld/configure.tgt | 1 + 7 files changed, 22 insertions(+), 3 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ddec593..885715e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-01-10 Philip Blundell + + * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu. + (arm*-*-conix*): New target. + 2000-01-10 Egor Duda * config.bfd: Include elf32_i386 vector to target list for cygwin diff --git a/bfd/config.bfd b/bfd/config.bfd index e844bf1..fb7321f 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 ;; diff --git a/gas/ChangeLog b/gas/ChangeLog index 9e73705..ffec330 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2000-01-10 Philip Blundell + + * 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 * config/obj-elf.c (elf_pseudo_table): Define visibility pseudos. diff --git a/gas/configure b/gas/configure index 06c44f3..82c0da4 100755 --- a/gas/configure +++ b/gas/configure @@ -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 ;; diff --git a/gas/configure.in b/gas/configure.in index 697211a..9260f14 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -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 ;; diff --git a/ld/ChangeLog b/ld/ChangeLog index a518018..4b8107f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-01-10 Philip Blundell + + * configure.tgt (arm*-*-conix*): New target. + 2000-01-07 Nick Clifton * ld.texinfo (Options): Remind users to preceed linker command diff --git a/ld/configure.tgt b/ld/configure.tgt index 9289ca9..0ef296e 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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 ;; -- 2.7.4