Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch s/ECOFF/COFF/ (comment only)
details: https://anonhg.NetBSD.org/src/rev/e0ee0c7a231d
branches: trunk
changeset: 480241:e0ee0c7a231d
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Jan 07 11:20:41 2000 +0000
description:
s/ECOFF/COFF/ (comment only)
diffstat:
sys/arch/evbsh3/conf/COMPUTEXEVB | 4 ++--
sys/arch/evbsh3/conf/CQREEKSH3 | 4 ++--
sys/arch/mmeye/conf/MMTA | 4 ++--
sys/arch/mmeye/conf/MMTAICE | 4 ++--
sys/arch/mmeye/conf/MMTANEW | 4 ++--
sys/arch/mmeye/conf/MMTAROMNEW | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diffs (108 lines):
diff -r eae1bd8ac3f5 -r e0ee0c7a231d sys/arch/evbsh3/conf/COMPUTEXEVB
--- a/sys/arch/evbsh3/conf/COMPUTEXEVB Fri Jan 07 10:54:11 2000 +0000
+++ b/sys/arch/evbsh3/conf/COMPUTEXEVB Fri Jan 07 11:20:41 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: COMPUTEXEVB,v 1.1 1999/12/27 11:17:14 msaitoh Exp $
+# $NetBSD: COMPUTEXEVB,v 1.2 2000/01/07 11:20:43 msaitoh Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -74,7 +74,7 @@
# Executable format options
#options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
-options EXEC_COFF # 32-bit ECOFF executables (sh-compiler)
+options EXEC_COFF # 32-bit COFF executables (sh-compiler)
# File systems
file-system FFS # UFS
diff -r eae1bd8ac3f5 -r e0ee0c7a231d sys/arch/evbsh3/conf/CQREEKSH3
--- a/sys/arch/evbsh3/conf/CQREEKSH3 Fri Jan 07 10:54:11 2000 +0000
+++ b/sys/arch/evbsh3/conf/CQREEKSH3 Fri Jan 07 11:20:41 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CQREEKSH3,v 1.4 1999/09/17 01:21:40 msaitoh Exp $
+# $NetBSD: CQREEKSH3,v 1.5 2000/01/07 11:20:43 msaitoh Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -74,7 +74,7 @@
# Executable format options
#options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
-options EXEC_COFF # 32-bit ECOFF executables (sh-compiler)
+options EXEC_COFF # 32-bit COFF executables (sh-compiler)
# File systems
file-system FFS # UFS
diff -r eae1bd8ac3f5 -r e0ee0c7a231d sys/arch/mmeye/conf/MMTA
--- a/sys/arch/mmeye/conf/MMTA Fri Jan 07 10:54:11 2000 +0000
+++ b/sys/arch/mmeye/conf/MMTA Fri Jan 07 11:20:41 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMTA,v 1.2 1999/09/13 16:26:18 msaitoh Exp $
+# $NetBSD: MMTA,v 1.3 2000/01/07 11:20:41 msaitoh Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -50,7 +50,7 @@
# Executable format options
options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
-options EXEC_COFF # 32-bit ECOFF executables (sh-compiler)
+options EXEC_COFF # 32-bit COFF executables (sh-compiler)
# File systems
file-system FFS # UFS
diff -r eae1bd8ac3f5 -r e0ee0c7a231d sys/arch/mmeye/conf/MMTAICE
--- a/sys/arch/mmeye/conf/MMTAICE Fri Jan 07 10:54:11 2000 +0000
+++ b/sys/arch/mmeye/conf/MMTAICE Fri Jan 07 11:20:41 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMTAICE,v 1.2 1999/09/13 16:26:18 msaitoh Exp $
+# $NetBSD: MMTAICE,v 1.3 2000/01/07 11:20:42 msaitoh Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -80,7 +80,7 @@
# Executable format options
options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
-options EXEC_COFF # 32-bit ECOFF executables (sh-compiler)
+options EXEC_COFF # 32-bit COFF executables (sh-compiler)
# File systems
file-system FFS # UFS
diff -r eae1bd8ac3f5 -r e0ee0c7a231d sys/arch/mmeye/conf/MMTANEW
--- a/sys/arch/mmeye/conf/MMTANEW Fri Jan 07 10:54:11 2000 +0000
+++ b/sys/arch/mmeye/conf/MMTANEW Fri Jan 07 11:20:41 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMTANEW,v 1.2 1999/09/13 16:26:18 msaitoh Exp $
+# $NetBSD: MMTANEW,v 1.3 2000/01/07 11:20:42 msaitoh Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -54,7 +54,7 @@
# Executable format options
options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
-options EXEC_COFF # 32-bit ECOFF executables (sh-compiler)
+options EXEC_COFF # 32-bit COFF executables (sh-compiler)
# File systems
file-system FFS # UFS
diff -r eae1bd8ac3f5 -r e0ee0c7a231d sys/arch/mmeye/conf/MMTAROMNEW
--- a/sys/arch/mmeye/conf/MMTAROMNEW Fri Jan 07 10:54:11 2000 +0000
+++ b/sys/arch/mmeye/conf/MMTAROMNEW Fri Jan 07 11:20:41 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMTAROMNEW,v 1.2 1999/09/13 16:26:19 msaitoh Exp $
+# $NetBSD: MMTAROMNEW,v 1.3 2000/01/07 11:20:42 msaitoh Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -59,7 +59,7 @@
# Executable format options
#options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
-options EXEC_COFF # 32-bit ECOFF executables (sh-compiler)
+options EXEC_COFF # 32-bit COFF executables (sh-compiler)
# File systems
file-system FFS # UFS
Home |
Main Index |
Thread Index |
Old Index