Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/lib regen all gdb platforms.
details: https://anonhg.NetBSD.org/src/rev/9a14639da4c9
branches: trunk
changeset: 348999:9a14639da4c9
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Nov 20 00:19:55 2016 +0000
description:
regen all gdb platforms.
diffstat:
external/gpl3/gdb/lib/libbfd/arch/arm/config.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/arm/targmatch.h | 6 ++--
external/gpl3/gdb/lib/libbfd/arch/coldfire/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/coldfire/targmatch.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/hppa/config.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/hppa/targmatch.h | 14 +++++-----
external/gpl3/gdb/lib/libbfd/arch/i386/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/i386/targmatch.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/m68000/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/m68k/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/m68k/targmatch.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/mips64eb/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/mips64eb/defs.mk | 4 +-
external/gpl3/gdb/lib/libbfd/arch/mips64el/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/mips64el/defs.mk | 4 +-
external/gpl3/gdb/lib/libbfd/arch/mipseb/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/mipseb/defs.mk | 4 +-
external/gpl3/gdb/lib/libbfd/arch/mipsel/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/mipsel/defs.mk | 4 +-
external/gpl3/gdb/lib/libbfd/arch/powerpc/config.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/powerpc/targmatch.h | 6 ++--
external/gpl3/gdb/lib/libbfd/arch/powerpc64/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/powerpc64/targmatch.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/sh3eb/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/sh3eb/targmatch.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/sh3el/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/sh3el/targmatch.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/sparc/config.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/sparc/targmatch.h | 6 ++--
external/gpl3/gdb/lib/libbfd/arch/sparc64/config.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/sparc64/targmatch.h | 6 ++--
external/gpl3/gdb/lib/libbfd/arch/vax/config.h | 2 +-
external/gpl3/gdb/lib/libbfd/arch/vax/targmatch.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/x86_64/config.h | 4 +-
external/gpl3/gdb/lib/libbfd/arch/x86_64/targmatch.h | 14 +++++-----
external/gpl3/gdb/lib/libgdb/arch/hppa/build-gnulib/config.h | 4 +-
external/gpl3/gdb/lib/libgdb/arch/powerpc/build-gnulib/config.h | 4 +-
external/gpl3/gdb/lib/libgdb/arch/powerpc64/build-gnulib/config.h | 8 ++--
external/gpl3/gdb/lib/libgdb/arch/sparc/build-gnulib/config.h | 4 +-
external/gpl3/gdb/lib/libgdb/arch/sparc64/build-gnulib/config.h | 4 +-
external/gpl3/gdb/lib/libgdb/arch/x86_64/build-gnulib/config.h | 8 ++--
42 files changed, 90 insertions(+), 90 deletions(-)
diffs (truncated from 848 to 300 lines):
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/arm/config.h
--- a/external/gpl3/gdb/lib/libbfd/arch/arm/config.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/arm/config.h Sun Nov 20 00:19:55 2016 +0000
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.6 2013/10/03 18:58:37 christos Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
/* config.h. Generated from config.in by configure. */
@@ -355,7 +355,7 @@
/* #undef USE_MMAP */
/* Define if we should default to creating read-only plt entries */
-#define USE_SECUREPLT 1
+/* #undef USE_SECUREPLT */
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/arm/targmatch.h
--- a/external/gpl3/gdb/lib/libbfd/arch/arm/targmatch.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/arm/targmatch.h Sun Nov 20 00:19:55 2016 +0000
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.6 2013/10/03 18:58:37 christos Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
#ifdef BFD64
@@ -251,7 +251,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_be_vec)
-{ "armeb-*-netbsdelf*",
+{ "arm*eb-*-netbsdelf*",
&arm_elf32_be_vec },
#endif
@@ -259,7 +259,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_le_vec)
-{ "arm-*-netbsdelf*",
+{ "arm*-*-netbsdelf*",
&arm_elf32_le_vec },
#endif
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/coldfire/config.h
--- a/external/gpl3/gdb/lib/libbfd/arch/coldfire/config.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/coldfire/config.h Sun Nov 20 00:19:55 2016 +0000
@@ -355,7 +355,7 @@
/* #undef USE_MMAP */
/* Define if we should default to creating read-only plt entries */
-#define USE_SECUREPLT 1
+/* #undef USE_SECUREPLT */
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/coldfire/targmatch.h
--- a/external/gpl3/gdb/lib/libbfd/arch/coldfire/targmatch.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/coldfire/targmatch.h Sun Nov 20 00:19:55 2016 +0000
@@ -251,7 +251,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_be_vec)
-{ "armeb-*-netbsdelf*",
+{ "arm*eb-*-netbsdelf*",
&arm_elf32_be_vec },
#endif
@@ -259,7 +259,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_le_vec)
-{ "arm-*-netbsdelf*",
+{ "arm*-*-netbsdelf*",
&arm_elf32_le_vec },
#endif
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/hppa/config.h
--- a/external/gpl3/gdb/lib/libbfd/arch/hppa/config.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/hppa/config.h Sun Nov 20 00:19:55 2016 +0000
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.6 2013/10/03 18:58:37 christos Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
/* config.h. Generated from config.in by configure. */
@@ -355,7 +355,7 @@
/* #undef USE_MMAP */
/* Define if we should default to creating read-only plt entries */
-#define USE_SECUREPLT 1
+/* #undef USE_SECUREPLT */
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/hppa/targmatch.h
--- a/external/gpl3/gdb/lib/libbfd/arch/hppa/targmatch.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/hppa/targmatch.h Sun Nov 20 00:19:55 2016 +0000
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.6 2013/10/03 18:58:37 christos Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
#ifdef BFD64
@@ -67,19 +67,19 @@
-#if !defined (SELECT_VECS) || defined (HAVE_bfd_elf64_littleaarch64_vec)
+#if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_le_vec)
{ "aarch64-*-netbsd*",
-&bfd_elf64_littleaarch64_vec },
+&aarch64_elf64_le_vec },
#endif
-#if !defined (SELECT_VECS) || defined (HAVE_bfd_elf64_bigaarch64_vec)
+#if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_be_vec)
{ "aarch64_be-*-netbsd*",
-&bfd_elf64_bigaarch64_vec },
+&aarch64_elf64_be_vec },
#endif
@@ -251,7 +251,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_be_vec)
-{ "armeb-*-netbsdelf*",
+{ "arm*eb-*-netbsdelf*",
&arm_elf32_be_vec },
#endif
@@ -259,7 +259,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_le_vec)
-{ "arm-*-netbsdelf*",
+{ "arm*-*-netbsdelf*",
&arm_elf32_le_vec },
#endif
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/i386/config.h
--- a/external/gpl3/gdb/lib/libbfd/arch/i386/config.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/i386/config.h Sun Nov 20 00:19:55 2016 +0000
@@ -355,7 +355,7 @@
/* #undef USE_MMAP */
/* Define if we should default to creating read-only plt entries */
-#define USE_SECUREPLT 1
+/* #undef USE_SECUREPLT */
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/i386/targmatch.h
--- a/external/gpl3/gdb/lib/libbfd/arch/i386/targmatch.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/i386/targmatch.h Sun Nov 20 00:19:55 2016 +0000
@@ -251,7 +251,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_be_vec)
-{ "armeb-*-netbsdelf*",
+{ "arm*eb-*-netbsdelf*",
&arm_elf32_be_vec },
#endif
@@ -259,7 +259,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_le_vec)
-{ "arm-*-netbsdelf*",
+{ "arm*-*-netbsdelf*",
&arm_elf32_le_vec },
#endif
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/m68000/config.h
--- a/external/gpl3/gdb/lib/libbfd/arch/m68000/config.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/m68000/config.h Sun Nov 20 00:19:55 2016 +0000
@@ -355,7 +355,7 @@
/* #undef USE_MMAP */
/* Define if we should default to creating read-only plt entries */
-#define USE_SECUREPLT 1
+/* #undef USE_SECUREPLT */
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h
--- a/external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h Sun Nov 20 00:19:55 2016 +0000
@@ -251,7 +251,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_be_vec)
-{ "armeb-*-netbsdelf*",
+{ "arm*eb-*-netbsdelf*",
&arm_elf32_be_vec },
#endif
@@ -259,7 +259,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_le_vec)
-{ "arm-*-netbsdelf*",
+{ "arm*-*-netbsdelf*",
&arm_elf32_le_vec },
#endif
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/m68k/config.h
--- a/external/gpl3/gdb/lib/libbfd/arch/m68k/config.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/m68k/config.h Sun Nov 20 00:19:55 2016 +0000
@@ -355,7 +355,7 @@
/* #undef USE_MMAP */
/* Define if we should default to creating read-only plt entries */
-#define USE_SECUREPLT 1
+/* #undef USE_SECUREPLT */
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/m68k/targmatch.h
--- a/external/gpl3/gdb/lib/libbfd/arch/m68k/targmatch.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/m68k/targmatch.h Sun Nov 20 00:19:55 2016 +0000
@@ -251,7 +251,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_be_vec)
-{ "armeb-*-netbsdelf*",
+{ "arm*eb-*-netbsdelf*",
&arm_elf32_be_vec },
#endif
@@ -259,7 +259,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_le_vec)
-{ "arm-*-netbsdelf*",
+{ "arm*-*-netbsdelf*",
&arm_elf32_le_vec },
#endif
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/mips64eb/config.h
--- a/external/gpl3/gdb/lib/libbfd/arch/mips64eb/config.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/mips64eb/config.h Sun Nov 20 00:19:55 2016 +0000
@@ -355,7 +355,7 @@
/* #undef USE_MMAP */
/* Define if we should default to creating read-only plt entries */
-#define USE_SECUREPLT 1
+/* #undef USE_SECUREPLT */
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/mips64eb/defs.mk
--- a/external/gpl3/gdb/lib/libbfd/arch/mips64eb/defs.mk Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/mips64eb/defs.mk Sun Nov 20 00:19:55 2016 +0000
@@ -2,8 +2,8 @@
# Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp
# Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp
#
-G_libbfd_la_DEPENDENCIES=elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo ecofflink.lo coffgen.lo elf32-mips.lo
elf64-mips.lo elf64.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-mips.lo cpu-plugin.lo archive64.lo ofiles
+G_libbfd_la_DEPENDENCIES=elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo ecofflink.lo coffgen.lo elf32-mips.lo
elf64-mips.lo elf64.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-mips.lo cpu-plugin.lo netbsd-core.lo archive64.lo ofiles
G_libbfd_la_OBJECTS=archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo
section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
G_DEFS=-DHAVE_CONFIG_H
-G_INCLUDES=-I. -I${GNUHOSTDIST}/bfd -I${GNUHOSTDIST}/bfd/../include -DHAVE_mips_elf32_ntrad_be_vec -DHAVE_mips_elf32_ntrad_le_vec -DHAVE_mips_elf32_trad_be_vec -DHAVE_mips_elf32_trad_le_vec
-DHAVE_mips_elf64_trad_be_vec -DHAVE_mips_elf64_trad_le_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -I./../intl
+G_INCLUDES=-DNETBSD_CORE -I. -I${GNUHOSTDIST}/bfd -I${GNUHOSTDIST}/bfd/../include -DHAVE_mips_elf32_ntrad_be_vec -DHAVE_mips_elf32_ntrad_le_vec -DHAVE_mips_elf32_trad_be_vec
-DHAVE_mips_elf32_trad_le_vec -DHAVE_mips_elf64_trad_be_vec -DHAVE_mips_elf64_trad_le_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -I./../intl
G_TDEFAULTS=-DDEFAULT_VECTOR=mips_elf32_ntrad_be_vec
-DSELECT_VECS='&mips_elf32_ntrad_be_vec,&mips_elf32_ntrad_le_vec,&mips_elf32_trad_be_vec,&mips_elf32_trad_le_vec,&mips_elf64_trad_be_vec,&mips_elf64_trad_le_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec'
-DSELECT_ARCHITECTURES='&bfd_mips_arch,&bfd_plugin_arch'
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/mips64el/config.h
--- a/external/gpl3/gdb/lib/libbfd/arch/mips64el/config.h Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/mips64el/config.h Sun Nov 20 00:19:55 2016 +0000
@@ -355,7 +355,7 @@
/* #undef USE_MMAP */
/* Define if we should default to creating read-only plt entries */
-#define USE_SECUREPLT 1
+/* #undef USE_SECUREPLT */
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
diff -r c3bdb893472f -r 9a14639da4c9 external/gpl3/gdb/lib/libbfd/arch/mips64el/defs.mk
--- a/external/gpl3/gdb/lib/libbfd/arch/mips64el/defs.mk Sat Nov 19 23:37:33 2016 +0000
+++ b/external/gpl3/gdb/lib/libbfd/arch/mips64el/defs.mk Sun Nov 20 00:19:55 2016 +0000
@@ -2,8 +2,8 @@
# Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp
# Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp
#
-G_libbfd_la_DEPENDENCIES=elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo ecofflink.lo coffgen.lo elf32-mips.lo
elf64-mips.lo elf64.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-mips.lo cpu-plugin.lo archive64.lo ofiles
+G_libbfd_la_DEPENDENCIES=elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo ecofflink.lo coffgen.lo elf32-mips.lo
elf64-mips.lo elf64.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-mips.lo cpu-plugin.lo netbsd-core.lo archive64.lo ofiles
G_libbfd_la_OBJECTS=archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo
section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
G_DEFS=-DHAVE_CONFIG_H
-G_INCLUDES=-I. -I${GNUHOSTDIST}/bfd -I${GNUHOSTDIST}/bfd/../include -DHAVE_mips_elf32_ntrad_le_vec -DHAVE_mips_elf32_ntrad_be_vec -DHAVE_mips_elf32_trad_le_vec -DHAVE_mips_elf32_trad_be_vec
-DHAVE_mips_elf64_trad_le_vec -DHAVE_mips_elf64_trad_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -I./../intl
Home |
Main Index |
Thread Index |
Old Index