Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu Run mknative for mipsel and mipseb for binutils 2.15 aft...
details: https://anonhg.NetBSD.org/src/rev/5b575045f9fb
branches: trunk
changeset: 572627:5b575045f9fb
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Jan 09 13:00:14 2005 +0000
description:
Run mknative for mipsel and mipseb for binutils 2.15 after MIPS
architectures have switched to the "trad" MIPS vectors.
diffstat:
gnu/lib/libbfd/arch/mipseb/defs.mk | 2 +-
gnu/lib/libbfd/arch/mipsel/defs.mk | 2 +-
gnu/usr.bin/binutils/common/arch/mipseb/config.h | 4 ++--
gnu/usr.bin/binutils/common/arch/mipsel/config.h | 4 ++--
gnu/usr.bin/binutils/gas/arch/mipseb/config.h | 4 ++--
gnu/usr.bin/binutils/gas/arch/mipseb/targ-env.h | 4 ++--
gnu/usr.bin/binutils/gas/arch/mipsel/config.h | 4 ++--
gnu/usr.bin/binutils/gas/arch/mipsel/targ-env.h | 2 +-
gnu/usr.bin/binutils/ld/arch/mipseb/config.h | 4 ++--
gnu/usr.bin/binutils/ld/arch/mipseb/defs.mk | 8 ++++----
gnu/usr.bin/binutils/ld/arch/mipseb/ldemul-list.h | 10 +++++-----
gnu/usr.bin/binutils/ld/arch/mipsel/config.h | 4 ++--
gnu/usr.bin/binutils/ld/arch/mipsel/defs.mk | 8 ++++----
gnu/usr.bin/binutils/ld/arch/mipsel/ldemul-list.h | 8 ++++----
14 files changed, 34 insertions(+), 34 deletions(-)
diffs (227 lines):
diff -r fa2ff5dc3371 -r 5b575045f9fb gnu/lib/libbfd/arch/mipseb/defs.mk
--- a/gnu/lib/libbfd/arch/mipseb/defs.mk Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/lib/libbfd/arch/mipseb/defs.mk Sun Jan 09 13:00:14 2005 +0000
@@ -5,4 +5,4 @@
G_libbfd_la_OBJECTS=archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo
srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo archive64.lo
G_DEFS=-DHAVE_CONFIG_H -I. -I${GNUHOSTDIST}/bfd -I.
G_INCLUDES=-D_GNU_SOURCE -DNETBSD_CORE -I. -I${GNUHOSTDIST}/bfd -I${GNUHOSTDIST}/bfd/../include -I${GNUHOSTDIST}/bfd/../intl -I../intl
-G_TDEFAULTS=-DDEFAULT_VECTOR=bfd_elf32_bigmips_vec
-DSELECT_VECS='&bfd_elf32_bigmips_vec,&bfd_elf32_littlemips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&ecoff_big_vec,&ecoff_little_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec'
-DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_ecoff_big_vec
-DHAVE_ecoff_little_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec
+G_TDEFAULTS=-DDEFAULT_VECTOR=bfd_elf32_tradbigmips_vec
-DSELECT_VECS='&bfd_elf32_tradbigmips_vec,&bfd_elf32_tradlittlemips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&ecoff_big_vec,&ecoff_little_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec'
-DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_tradbigmips_vec -DHAVE_bfd_elf32_tradlittlemips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_ecoff_big_vec
-DHAVE_ecoff_little_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec
diff -r fa2ff5dc3371 -r 5b575045f9fb gnu/lib/libbfd/arch/mipsel/defs.mk
--- a/gnu/lib/libbfd/arch/mipsel/defs.mk Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/lib/libbfd/arch/mipsel/defs.mk Sun Jan 09 13:00:14 2005 +0000
@@ -5,4 +5,4 @@
G_libbfd_la_OBJECTS=archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo
srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo archive64.lo
G_DEFS=-DHAVE_CONFIG_H -I. -I${GNUHOSTDIST}/bfd -I.
G_INCLUDES=-D_GNU_SOURCE -DNETBSD_CORE -I. -I${GNUHOSTDIST}/bfd -I${GNUHOSTDIST}/bfd/../include -I${GNUHOSTDIST}/bfd/../intl -I../intl
-G_TDEFAULTS=-DDEFAULT_VECTOR=bfd_elf32_littlemips_vec
-DSELECT_VECS='&bfd_elf32_littlemips_vec,&bfd_elf32_bigmips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&ecoff_little_vec,&ecoff_big_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec'
-DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_ecoff_little_vec
-DHAVE_ecoff_big_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec
+G_TDEFAULTS=-DDEFAULT_VECTOR=bfd_elf32_tradlittlemips_vec
-DSELECT_VECS='&bfd_elf32_tradlittlemips_vec,&bfd_elf32_tradbigmips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&ecoff_little_vec,&ecoff_big_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec'
-DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_tradlittlemips_vec -DHAVE_bfd_elf32_tradbigmips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_ecoff_little_vec
-DHAVE_ecoff_big_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec
diff -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/common/arch/mipseb/config.h
--- a/gnu/usr.bin/binutils/common/arch/mipseb/config.h Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/common/arch/mipseb/config.h Sun Jan 09 13:00:14 2005 +0000
@@ -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 -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/common/arch/mipsel/config.h
--- a/gnu/usr.bin/binutils/common/arch/mipsel/config.h Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/common/arch/mipsel/config.h Sun Jan 09 13:00:14 2005 +0000
@@ -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 -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/gas/arch/mipseb/config.h
--- a/gnu/usr.bin/binutils/gas/arch/mipseb/config.h Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/gas/arch/mipseb/config.h Sun Jan 09 13:00:14 2005 +0000
@@ -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 -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/gas/arch/mipseb/targ-env.h
--- a/gnu/usr.bin/binutils/gas/arch/mipseb/targ-env.h Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/gas/arch/mipseb/targ-env.h Sun Jan 09 13:00:14 2005 +0000
@@ -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 -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/gas/arch/mipsel/config.h
--- a/gnu/usr.bin/binutils/gas/arch/mipsel/config.h Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/gas/arch/mipsel/config.h Sun Jan 09 13:00:14 2005 +0000
@@ -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 -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/gas/arch/mipsel/targ-env.h
--- a/gnu/usr.bin/binutils/gas/arch/mipsel/targ-env.h Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/gas/arch/mipsel/targ-env.h Sun Jan 09 13:00:14 2005 +0000
@@ -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 -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/ld/arch/mipseb/config.h
--- a/gnu/usr.bin/binutils/ld/arch/mipseb/config.h Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/ld/arch/mipseb/config.h Sun Jan 09 13:00:14 2005 +0000
@@ -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 -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/ld/arch/mipseb/defs.mk
--- a/gnu/usr.bin/binutils/ld/arch/mipseb/defs.mk Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/ld/arch/mipseb/defs.mk Sun Jan 09 13:00:14 2005 +0000
@@ -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 -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/ld/arch/mipseb/ldemul-list.h
--- a/gnu/usr.bin/binutils/ld/arch/mipseb/ldemul-list.h Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/ld/arch/mipseb/ldemul-list.h Sun Jan 09 13:00:14 2005 +0000
@@ -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 -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/ld/arch/mipsel/config.h
--- a/gnu/usr.bin/binutils/ld/arch/mipsel/config.h Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/ld/arch/mipsel/config.h Sun Jan 09 13:00:14 2005 +0000
@@ -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 -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/ld/arch/mipsel/defs.mk
--- a/gnu/usr.bin/binutils/ld/arch/mipsel/defs.mk Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/ld/arch/mipsel/defs.mk Sun Jan 09 13:00:14 2005 +0000
@@ -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 -r fa2ff5dc3371 -r 5b575045f9fb gnu/usr.bin/binutils/ld/arch/mipsel/ldemul-list.h
--- a/gnu/usr.bin/binutils/ld/arch/mipsel/ldemul-list.h Sun Jan 09 12:58:00 2005 +0000
+++ b/gnu/usr.bin/binutils/ld/arch/mipsel/ldemul-list.h Sun Jan 09 13:00:14 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index