From: Nick Clifton Date: Mon, 28 May 2001 08:25:20 +0000 (+0000) Subject: Rmeove i370-mvs architecture - it is not supported. X-Git-Tag: dberlin-typesystem-branchpoint~422 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c04a062df3a62d69cdf5e75fe01c5cd3dec4435e;p=external%2Fbinutils.git Rmeove i370-mvs architecture - it is not supported. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ff3b8af..e437e50 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-05-28 Nick Clifton + + * configure.tgt: Remove i370-mvs architecture, it is not currently + supported. + 2001-05-25 H.J. Lu * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK diff --git a/ld/configure.tgt b/ld/configure.tgt index bc8f7e9..956b8b9 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -114,7 +114,6 @@ m68*-ericsson-ose) targ_emul=sun3 ;; m68*-apple-aux*) targ_emul=m68kaux ;; *-tandem-none) targ_emul=st2000 ;; i370-*-elf* | i370-*-linux-gnu*) targ_emul=elf32i370 ;; -i370-*-mvs*) targ_emul=mvs ;; i[3456]86-*-vsta) targ_emul=vsta ;; i[3456]86-go32-rtems*) targ_emul=i386go32 ;; i[3456]86-*-go32) targ_emul=i386go32 ;;