diff options
| author | simonb <simonb@NetBSD.org> | 2005-01-09 13:00:14 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2005-01-09 13:00:14 +0000 |
| commit | 7ce49b5cc3ffaa0423cf57d79db6c1f86fc361f3 (patch) | |
| tree | ffde249b7f6921925bd6c63e01c603dbfedbd652 /gnu/usr.bin/binutils/common | |
| parent | 6ca886562d6fcb4e2d02c89f83309b20de6629a5 (diff) | |
Run mknative for mipsel and mipseb for binutils 2.15 after MIPS
architectures have switched to the "trad" MIPS vectors.
Diffstat (limited to 'gnu/usr.bin/binutils/common')
| -rw-r--r-- | gnu/usr.bin/binutils/common/arch/mipseb/config.h | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/common/arch/mipsel/config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/common/arch/mipseb/config.h b/gnu/usr.bin/binutils/common/arch/mipseb/config.h index 0b05e2c032d..6f8bd818935 100644 --- a/gnu/usr.bin/binutils/common/arch/mipseb/config.h +++ b/gnu/usr.bin/binutils/common/arch/mipseb/config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.3 2003/12/04 14:38:00 mrg Exp */ +/* Generated from: NetBSD: mknative-binutils,v 1.4 2004/12/10 13:57:08 mrg Exp */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -48,7 +48,7 @@ #define STDC_HEADERS 1 /* Define if lex declares yytext as a char * by default, not a char[]. */ -#define YYTEXT_POINTER 1 +/* #undef YYTEXT_POINTER */ /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ diff --git a/gnu/usr.bin/binutils/common/arch/mipsel/config.h b/gnu/usr.bin/binutils/common/arch/mipsel/config.h index 0cece8b42bb..5f2b08591db 100644 --- a/gnu/usr.bin/binutils/common/arch/mipsel/config.h +++ b/gnu/usr.bin/binutils/common/arch/mipsel/config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-binutils,v 1.3 2003/12/04 14:38:00 mrg Exp */ +/* Generated from: NetBSD: mknative-binutils,v 1.4 2004/12/10 13:57:08 mrg Exp */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ @@ -48,7 +48,7 @@ #define STDC_HEADERS 1 /* Define if lex declares yytext as a char * by default, not a char[]. */ -#define YYTEXT_POINTER 1 +/* #undef YYTEXT_POINTER */ /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ |
