diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-28 08:25:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-28 08:25:20 +0000 |
commit | c04a062df3a62d69cdf5e75fe01c5cd3dec4435e (patch) | |
tree | 23f821f78399cf1de6636d353a3dbc9278d3932f /ld | |
parent | 9e40345d0e80b6436eaf7607400c76ea64d6978f (diff) | |
download | gdb-c04a062df3a62d69cdf5e75fe01c5cd3dec4435e.zip gdb-c04a062df3a62d69cdf5e75fe01c5cd3dec4435e.tar.gz gdb-c04a062df3a62d69cdf5e75fe01c5cd3dec4435e.tar.bz2 |
Rmeove i370-mvs architecture - it is not supported.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/configure.tgt | 1 |
2 files changed, 5 insertions, 1 deletions
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 <nickc@cambridge.redhat.com> + + * configure.tgt: Remove i370-mvs architecture, it is not currently + supported. + 2001-05-25 H.J. Lu <hjl@gnu.org> * 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 ;; |