Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/binutils Fix up `netbsdY' or `netbsdZ' in variou...



details:   https://anonhg.NetBSD.org/src/rev/dce46ffe4a90
branches:  trunk
changeset: 518759:dce46ffe4a90
user:      rafal <rafal%NetBSD.org@localhost>
date:      Wed Dec 05 05:49:41 2001 +0000

description:
Fix up `netbsdY' or `netbsdZ' in various places where toolchain2netbsd
stripped netbsd1.5[YZ] to netbsd[YZ].  toolchain2netbsd should probably
be whacked to DTRT as well.

diffstat:

 gnu/usr.bin/binutils/common/arch/mipseb/config.h |  2 +-
 gnu/usr.bin/binutils/gas/arch/mipseb/config.h    |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 8cac44a72bbc -r dce46ffe4a90 gnu/usr.bin/binutils/common/arch/mipseb/config.h
--- a/gnu/usr.bin/binutils/common/arch/mipseb/config.h  Wed Dec 05 05:31:44 2001 +0000
+++ b/gnu/usr.bin/binutils/common/arch/mipseb/config.h  Wed Dec 05 05:49:41 2001 +0000
@@ -192,5 +192,5 @@
 /* #undef USE_BINARY_FOPEN */
 
 /* Configured target name. */
-#define TARGET "mipseb-unknown-netbsdY"
+#define TARGET "mipseb-unknown-netbsd"
 
diff -r 8cac44a72bbc -r dce46ffe4a90 gnu/usr.bin/binutils/gas/arch/mipseb/config.h
--- a/gnu/usr.bin/binutils/gas/arch/mipseb/config.h     Wed Dec 05 05:31:44 2001 +0000
+++ b/gnu/usr.bin/binutils/gas/arch/mipseb/config.h     Wed Dec 05 05:49:41 2001 +0000
@@ -234,10 +234,10 @@
 #define BFD_ASSEMBLER 1
 
 /* Target alias. */
-#define TARGET_ALIAS "mipseb-unknown-netbsdY"
+#define TARGET_ALIAS "mipseb-unknown-netbsd"
 
 /* Canonical target. */
-#define TARGET_CANONICAL "mipseb-unknown-netbsdY"
+#define TARGET_CANONICAL "mipseb-unknown-netbsd"
 
 /* Target CPU. */
 #define TARGET_CPU "mipseb"
@@ -246,7 +246,7 @@
 #define TARGET_VENDOR "unknown"
 
 /* Target OS. */
-#define TARGET_OS "netbsdY"
+#define TARGET_OS "netbsd"
 
 /* Define if you have the stpcpy function */
 /* #undef HAVE_STPCPY */



Home | Main Index | Thread Index | Old Index