diff -c3pbB --exclude-from=.patch_ignore src/ChangeLog src-dlx/ChangeLog *** src/ChangeLog Thu May 23 21:47:51 2002 --- src-dlx/ChangeLog Thu May 23 23:06:07 2002 *************** *** 1,3 **** --- 1,7 ---- + 2002-05-22 Kuang Hwa Lin + + * config.sub: Added DLX (dlx-elf-*) support. + 2002-05-22 Jason Thorpe * config.guess: Update to 2002-05-22 version. Common subdirectories: src/bfd and src-dlx/bfd Common subdirectories: src/binutils and src-dlx/binutils Common subdirectories: src/config and src-dlx/config diff -c3pbB --exclude-from=.patch_ignore src/config.sub src-dlx/config.sub *** src/config.sub Thu May 23 21:47:52 2002 --- src-dlx/config.sub Thu May 23 23:07:42 2002 *************** *** 3,9 **** # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002 Free Software Foundation, Inc. ! timestamp='2002-05-22' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software --- 3,9 ---- # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002 Free Software Foundation, Inc. ! timestamp='2002-05-23' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software *************** case $basic_machine in *** 243,249 **** | mn10200 | mn10300 \ | ns16k | ns32k \ | openrisc | or32 \ ! | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | sh | sh[34] | sh[34]eb | shbe | shle | sh64 \ --- 243,249 ---- | mn10200 | mn10300 \ | ns16k | ns32k \ | openrisc | or32 \ ! | pdp10 | pdp11 | pj | pjl | dlx \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | sh | sh[34] | sh[34]eb | shbe | shle | sh64 \ *************** case $basic_machine in *** 301,307 **** | mipsle-* | mipsel-* | mipstx39-* | mipstx39el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ ! | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ --- 301,307 ---- | mipsle-* | mipsel-* | mipstx39-* | mipstx39el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ ! | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* | dlx-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ Common subdirectories: src/etc and src-dlx/etc Common subdirectories: src/gas and src-dlx/gas Common subdirectories: src/gprof and src-dlx/gprof Common subdirectories: src/include and src-dlx/include Common subdirectories: src/intl and src-dlx/intl Common subdirectories: src/ld and src-dlx/ld Common subdirectories: src/libiberty and src-dlx/libiberty Common subdirectories: src/opcodes and src-dlx/opcodes Common subdirectories: src/texinfo and src-dlx/texinfo