summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2005-01-09 13:00:14 +0000
committersimonb <simonb@NetBSD.org>2005-01-09 13:00:14 +0000
commit7ce49b5cc3ffaa0423cf57d79db6c1f86fc361f3 (patch)
treeffde249b7f6921925bd6c63e01c603dbfedbd652 /gnu/usr.bin/binutils
parent6ca886562d6fcb4e2d02c89f83309b20de6629a5 (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')
-rw-r--r--gnu/usr.bin/binutils/common/arch/mipseb/config.h4
-rw-r--r--gnu/usr.bin/binutils/common/arch/mipsel/config.h4
-rw-r--r--gnu/usr.bin/binutils/gas/arch/mipseb/config.h4
-rw-r--r--gnu/usr.bin/binutils/gas/arch/mipseb/targ-env.h4
-rw-r--r--gnu/usr.bin/binutils/gas/arch/mipsel/config.h4
-rw-r--r--gnu/usr.bin/binutils/gas/arch/mipsel/targ-env.h2
-rw-r--r--gnu/usr.bin/binutils/ld/arch/mipseb/config.h4
-rw-r--r--gnu/usr.bin/binutils/ld/arch/mipseb/defs.mk8
-rw-r--r--gnu/usr.bin/binutils/ld/arch/mipseb/ldemul-list.h10
-rw-r--r--gnu/usr.bin/binutils/ld/arch/mipsel/config.h4
-rw-r--r--gnu/usr.bin/binutils/ld/arch/mipsel/defs.mk8
-rw-r--r--gnu/usr.bin/binutils/ld/arch/mipsel/ldemul-list.h8
12 files changed, 32 insertions, 32 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 */
diff --git a/gnu/usr.bin/binutils/gas/arch/mipseb/config.h b/gnu/usr.bin/binutils/gas/arch/mipseb/config.h
index 8e566844276..c872db6b5ff 100644
--- a/gnu/usr.bin/binutils/gas/arch/mipseb/config.h
+++ b/gnu/usr.bin/binutils/gas/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 by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -45,7 +45,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/gas/arch/mipseb/targ-env.h b/gnu/usr.bin/binutils/gas/arch/mipseb/targ-env.h
index 66bd80cb1f5..94d8f271ddc 100644
--- a/gnu/usr.bin/binutils/gas/arch/mipseb/targ-env.h
+++ b/gnu/usr.bin/binutils/gas/arch/mipseb/targ-env.h
@@ -1,4 +1,4 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */
+/* Generated from: NetBSD: mknative-binutils,v 1.4 2004/12/10 13:57:08 mrg Exp */
-#include "te-generic.h"
+#include "te-tmips.h"
diff --git a/gnu/usr.bin/binutils/gas/arch/mipsel/config.h b/gnu/usr.bin/binutils/gas/arch/mipsel/config.h
index d24311c9b7e..ee1e203f045 100644
--- a/gnu/usr.bin/binutils/gas/arch/mipsel/config.h
+++ b/gnu/usr.bin/binutils/gas/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 by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -45,7 +45,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/gas/arch/mipsel/targ-env.h b/gnu/usr.bin/binutils/gas/arch/mipsel/targ-env.h
index 66bd80cb1f5..5d5d31a77b1 100644
--- a/gnu/usr.bin/binutils/gas/arch/mipsel/targ-env.h
+++ b/gnu/usr.bin/binutils/gas/arch/mipsel/targ-env.h
@@ -1,4 +1,4 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */
-#include "te-generic.h"
+#include "te-tmips.h"
diff --git a/gnu/usr.bin/binutils/ld/arch/mipseb/config.h b/gnu/usr.bin/binutils/ld/arch/mipseb/config.h
index 407b9807e37..1b40f812131 100644
--- a/gnu/usr.bin/binutils/ld/arch/mipseb/config.h
+++ b/gnu/usr.bin/binutils/ld/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/ld/arch/mipseb/defs.mk b/gnu/usr.bin/binutils/ld/arch/mipseb/defs.mk
index 68e4edd2c50..3e50d1260ba 100644
--- a/gnu/usr.bin/binutils/ld/arch/mipseb/defs.mk
+++ b/gnu/usr.bin/binutils/ld/arch/mipseb/defs.mk
@@ -2,10 +2,10 @@
# Generated from: NetBSD: mknative-binutils,v 1.4 2004/12/10 13:57:08 mrg Exp
#
G_DEFS=-DHAVE_CONFIG_H -I. -I${GNUHOSTDIST}/ld -I.
-G_EMUL=elf32bmip
-G_EMULATION_OFILES=eelf32bmip.o eelf32lmip.o eelf64bmip.o
-G_INCLUDES=-D_GNU_SOURCE -I. -I${GNUHOSTDIST}/ld -I../bfd -I${GNUHOSTDIST}/ld/../bfd -I${GNUHOSTDIST}/ld/../include -I${GNUHOSTDIST}/ld/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\""
-G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf32bmip.o eelf32lmip.o eelf64bmip.o
+G_EMUL=elf32btsmip
+G_EMULATION_OFILES=eelf32btsmip.o eelf32ltsmip.o eelf64bmip.o
+G_INCLUDES=-D_GNU_SOURCE -I. -I${GNUHOSTDIST}/ld -I../bfd -I${GNUHOSTDIST}/ld/../bfd -I${GNUHOSTDIST}/ld/../include -I${GNUHOSTDIST}/ld/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\""
+G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf32btsmip.o eelf32ltsmip.o eelf64bmip.o
G_STRINGIFY=astring.sed
G_TEXINFOS=ld.texinfo
G_target_alias=mipseb--netbsd
diff --git a/gnu/usr.bin/binutils/ld/arch/mipseb/ldemul-list.h b/gnu/usr.bin/binutils/ld/arch/mipseb/ldemul-list.h
index 9d79db44b67..6511623b58c 100644
--- a/gnu/usr.bin/binutils/ld/arch/mipseb/ldemul-list.h
+++ b/gnu/usr.bin/binutils/ld/arch/mipseb/ldemul-list.h
@@ -1,13 +1,13 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */
+/* Generated from: NetBSD: mknative-binutils,v 1.4 2004/12/10 13:57:08 mrg Exp */
/* This file is automatically generated. DO NOT EDIT! */
-extern ld_emulation_xfer_type ld_elf32bmip_emulation;
-extern ld_emulation_xfer_type ld_elf32lmip_emulation;
+extern ld_emulation_xfer_type ld_elf32btsmip_emulation;
+extern ld_emulation_xfer_type ld_elf32ltsmip_emulation;
extern ld_emulation_xfer_type ld_elf64bmip_emulation;
#define EMULATION_LIST \
- &ld_elf32bmip_emulation, \
- &ld_elf32lmip_emulation, \
+ &ld_elf32btsmip_emulation, \
+ &ld_elf32ltsmip_emulation, \
&ld_elf64bmip_emulation, \
0
diff --git a/gnu/usr.bin/binutils/ld/arch/mipsel/config.h b/gnu/usr.bin/binutils/ld/arch/mipsel/config.h
index 407b9807e37..1b40f812131 100644
--- a/gnu/usr.bin/binutils/ld/arch/mipsel/config.h
+++ b/gnu/usr.bin/binutils/ld/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 */
diff --git a/gnu/usr.bin/binutils/ld/arch/mipsel/defs.mk b/gnu/usr.bin/binutils/ld/arch/mipsel/defs.mk
index eb3c98013cc..d843d2334a3 100644
--- a/gnu/usr.bin/binutils/ld/arch/mipsel/defs.mk
+++ b/gnu/usr.bin/binutils/ld/arch/mipsel/defs.mk
@@ -2,10 +2,10 @@
# Generated from: NetBSD: mknative-binutils,v 1.4 2004/12/10 13:57:08 mrg Exp
#
G_DEFS=-DHAVE_CONFIG_H -I. -I${GNUHOSTDIST}/ld -I.
-G_EMUL=elf32lmip
-G_EMULATION_OFILES=eelf32lmip.o eelf32bmip.o
-G_INCLUDES=-D_GNU_SOURCE -I. -I${GNUHOSTDIST}/ld -I../bfd -I${GNUHOSTDIST}/ld/../bfd -I${GNUHOSTDIST}/ld/../include -I${GNUHOSTDIST}/ld/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\""
-G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf32lmip.o eelf32bmip.o
+G_EMUL=elf32ltsmip
+G_EMULATION_OFILES=eelf32ltsmip.o eelf32btsmip.o
+G_INCLUDES=-D_GNU_SOURCE -I. -I${GNUHOSTDIST}/ld -I../bfd -I${GNUHOSTDIST}/ld/../bfd -I${GNUHOSTDIST}/ld/../include -I${GNUHOSTDIST}/ld/../intl -I../intl -DLOCALEDIR="\"/usr/local/share/locale\""
+G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf32ltsmip.o eelf32btsmip.o
G_STRINGIFY=astring.sed
G_TEXINFOS=ld.texinfo
G_target_alias=mipsel--netbsd
diff --git a/gnu/usr.bin/binutils/ld/arch/mipsel/ldemul-list.h b/gnu/usr.bin/binutils/ld/arch/mipsel/ldemul-list.h
index dc32579f012..3ecb2218bc0 100644
--- a/gnu/usr.bin/binutils/ld/arch/mipsel/ldemul-list.h
+++ b/gnu/usr.bin/binutils/ld/arch/mipsel/ldemul-list.h
@@ -2,10 +2,10 @@
/* Generated from: NetBSD: mknative,v 1.9 2003/02/07 01:52:54 lukem Exp */
/* This file is automatically generated. DO NOT EDIT! */
-extern ld_emulation_xfer_type ld_elf32lmip_emulation;
-extern ld_emulation_xfer_type ld_elf32bmip_emulation;
+extern ld_emulation_xfer_type ld_elf32ltsmip_emulation;
+extern ld_emulation_xfer_type ld_elf32btsmip_emulation;
#define EMULATION_LIST \
- &ld_elf32lmip_emulation, \
- &ld_elf32bmip_emulation, \
+ &ld_elf32ltsmip_emulation, \
+ &ld_elf32btsmip_emulation, \
0