Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/gnu/usr.bin/gcc3/arch Pull up revisions 1.3-1.4 (requeste...
details: https://anonhg.NetBSD.org/src/rev/91bbdd31489f
branches: netbsd-3
changeset: 575866:91bbdd31489f
user: riz <riz%NetBSD.org@localhost>
date: Fri May 27 22:37:31 2005 +0000
description:
Pull up revisions 1.3-1.4 (requested by skrll in ticket #312):
1.3:
Re-run mknative after the fix to use the correct AS - sparc64 has
HAVE_AS_OFFSETABLE_LO10 defined now.
Don't commit the
-#define _GLIBCPP_USE_WCHAR_T 1
+/* #undef _GLIBCPP_USE_WCHAR_T */
changes as we still want wchar support, the configure script is over
senstive, and support for long double conversions will be added soon.
1.4:
Re-run mknative now that the environment has the right ld, nm and objdump.
I'm just committing the auto-host.h changes as I'm going to add this to a
pullup ticket. Maybe mknative should be run against the branches on the
build machine?
Fixes PR/30251
diffstat:
gnu/usr.bin/gcc3/arch/alpha/auto-host.h | 6 +++---
gnu/usr.bin/gcc3/arch/x86_64/auto-host.h | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r b90504c6edd3 -r 91bbdd31489f gnu/usr.bin/gcc3/arch/alpha/auto-host.h
--- a/gnu/usr.bin/gcc3/arch/alpha/auto-host.h Fri May 27 22:37:30 2005 +0000
+++ b/gnu/usr.bin/gcc3/arch/alpha/auto-host.h Fri May 27 22:37:31 2005 +0000
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */
/* auto-host.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -575,10 +575,10 @@
#define HAVE_GAS_SHF_MERGE 1
/* Define if your assembler supports thread-local storage. */
-/* #undef HAVE_AS_TLS */
+#define HAVE_AS_TLS 1
/* Define if your assembler supports explicit relocations. */
-/* #undef HAVE_AS_EXPLICIT_RELOCS */
+#define HAVE_AS_EXPLICIT_RELOCS 1
/* Define if your assembler supports .register. */
/* #undef HAVE_AS_REGISTER_PSEUDO_OP */
diff -r b90504c6edd3 -r 91bbdd31489f gnu/usr.bin/gcc3/arch/x86_64/auto-host.h
--- a/gnu/usr.bin/gcc3/arch/x86_64/auto-host.h Fri May 27 22:37:30 2005 +0000
+++ b/gnu/usr.bin/gcc3/arch/x86_64/auto-host.h Fri May 27 22:37:31 2005 +0000
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.15 2004/12/10 13:58:11 mrg Exp */
/* auto-host.h. Generated automatically by configure. */
/* config.in. Generated automatically from configure.in by autoheader. */
@@ -575,7 +575,7 @@
#define HAVE_GAS_SHF_MERGE 1
/* Define if your assembler supports thread-local storage. */
-/* #undef HAVE_AS_TLS */
+#define HAVE_AS_TLS 1
/* Define if your assembler supports explicit relocations. */
/* #undef HAVE_AS_EXPLICIT_RELOCS */
@@ -599,7 +599,7 @@
/* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */
/* Define true if the assembler supports '.long foo@GOTOFF'. */
-#define HAVE_AS_GOTOFF_IN_DATA 1
+#define HAVE_AS_GOTOFF_IN_DATA 0
/* Define if your assembler supports ltoffx and ldxmov relocations. */
/* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */
Home |
Main Index |
Thread Index |
Old Index