diff --git a/ChangeLog b/ChangeLog index 52d5b68f772..ca934a4f7c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-08-25 Geoffrey Keating + + * config.sub: Merge from master sources, rev 1.219. + * MAINTAINERS: Add self as contact for stormy16 port. + 2001-08-14 Zack Weinberg * config.sub: Merge from master sources, rev 1.218. @@ -9,7 +14,7 @@ Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka - * MAITAINERS (Various maitainers: predict.def): Added myself. + * MAINTAINERS (Various maitainers: predict.def): Added myself. 2001-07-30 Eric Christopher diff --git a/MAINTAINERS b/MAINTAINERS index 849a22fdb4d..a2705078d0c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -44,6 +44,7 @@ alpha port Richard Henderson rth@redhat.com sparc port Richard Henderson rth@redhat.com sparc port David S. Miller davem@redhat.com sparc port Jakub Jelinek jakub@redhat.com +stormy16 port Geoffrey Keating geoffk@redhat.com x86 ports Stan Cox scox@redhat.com c4x port Michael Hayes m.hayes@elec.canterbury.ac.nz arc port Richard Kenner kenner@nyu.edu diff --git a/config.sub b/config.sub index 12ebc7875a3..ff13f7aa213 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-08-13' +timestamp='2001-08-23' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -246,7 +246,7 @@ case $basic_machine in | s390 | s390x \ | sh | sh[34] | sh[34]eb | shbe | shle \ | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \ - | strongarm \ + | stormy16 | strongarm \ | tahoe | thumb | tic80 | tron \ | v850 \ | we32k \ @@ -304,7 +304,7 @@ case $basic_machine in | s390-* | s390x-* \ | sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* \ | sparc-* | sparc64-* | sparc86x-* | sparclite-* \ - | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* \ + | sparcv9-* | sparcv9b-* | stormy16-* | strongarm-* | sv1-* \ | t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \ | v850-* | vax-* \ | we32k-* \