Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gcc3/arch Re-run mknative now that the environme...



details:   https://anonhg.NetBSD.org/src/rev/a58e6e0a2261
branches:  trunk
changeset: 581014:a58e6e0a2261
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri May 20 07:40:09 2005 +0000

description:
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/sh5el/auto-host.h   |   2 +-
 gnu/usr.bin/gcc3/arch/sparc/auto-host.h   |   4 ++--
 gnu/usr.bin/gcc3/arch/sparc64/auto-host.h |  10 +++++-----
 gnu/usr.bin/gcc3/arch/x86_64/auto-host.h  |   6 +++---
 5 files changed, 14 insertions(+), 14 deletions(-)

diffs (131 lines):

diff -r 5210489c7c78 -r a58e6e0a2261 gnu/usr.bin/gcc3/arch/alpha/auto-host.h
--- a/gnu/usr.bin/gcc3/arch/alpha/auto-host.h   Fri May 20 07:34:47 2005 +0000
+++ b/gnu/usr.bin/gcc3/arch/alpha/auto-host.h   Fri May 20 07:40:09 2005 +0000
@@ -557,7 +557,7 @@
 
 /* Define if your assembler supports .subsection and .subsection -1 starts
    emitting at the beginning of your section. */
-/* #undef HAVE_GAS_SUBSECTION_ORDERING */
+#define HAVE_GAS_SUBSECTION_ORDERING 1
 
 /* Define if your assembler supports .weak. */
 #define HAVE_GAS_WEAK 1
@@ -569,7 +569,7 @@
 #define HAVE_AS_LEB128 1
 
 /* Define if your assembler mis-optimizes .eh_frame data. */
-#define USE_AS_TRADITIONAL_FORMAT 1
+/* #undef USE_AS_TRADITIONAL_FORMAT */
 
 /* Define if your assembler supports marking sections with SHF_MERGE flag. */
 #define HAVE_GAS_SHF_MERGE 1
@@ -616,7 +616,7 @@
 
 /* Define if your linker links a mix of read-only
    and read-write sections into a read-write section. */
-/* #undef HAVE_LD_RO_RW_SECTION_MIXING */
+#define HAVE_LD_RO_RW_SECTION_MIXING 1
 
 /* Define if your linker supports --eh-frame-hdr option. */
 #define HAVE_LD_EH_FRAME_HDR 1
diff -r 5210489c7c78 -r a58e6e0a2261 gnu/usr.bin/gcc3/arch/sh5el/auto-host.h
--- a/gnu/usr.bin/gcc3/arch/sh5el/auto-host.h   Fri May 20 07:34:47 2005 +0000
+++ b/gnu/usr.bin/gcc3/arch/sh5el/auto-host.h   Fri May 20 07:40:09 2005 +0000
@@ -616,7 +616,7 @@
 
 /* Define if your linker links a mix of read-only
    and read-write sections into a read-write section. */
-#define HAVE_LD_RO_RW_SECTION_MIXING 1
+/* #undef HAVE_LD_RO_RW_SECTION_MIXING */
 
 /* Define if your linker supports --eh-frame-hdr option. */
 #define HAVE_LD_EH_FRAME_HDR 1
diff -r 5210489c7c78 -r a58e6e0a2261 gnu/usr.bin/gcc3/arch/sparc/auto-host.h
--- a/gnu/usr.bin/gcc3/arch/sparc/auto-host.h   Fri May 20 07:34:47 2005 +0000
+++ b/gnu/usr.bin/gcc3/arch/sparc/auto-host.h   Fri May 20 07:40:09 2005 +0000
@@ -587,10 +587,10 @@
 #define HAVE_AS_RELAX_OPTION 1
 
 /* Define if your assembler and linker support unaligned PC relative relocs. */
-/* #undef HAVE_AS_SPARC_UA_PCREL */
+#define HAVE_AS_SPARC_UA_PCREL 1
 
 /* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */
-/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */
+#define HAVE_AS_SPARC_UA_PCREL_HIDDEN 1
 
 /* Define if your assembler supports offsetable %lo(). */
 /* #undef HAVE_AS_OFFSETABLE_LO10 */
diff -r 5210489c7c78 -r a58e6e0a2261 gnu/usr.bin/gcc3/arch/sparc64/auto-host.h
--- a/gnu/usr.bin/gcc3/arch/sparc64/auto-host.h Fri May 20 07:34:47 2005 +0000
+++ b/gnu/usr.bin/gcc3/arch/sparc64/auto-host.h Fri May 20 07:40:09 2005 +0000
@@ -557,7 +557,7 @@
 
 /* Define if your assembler supports .subsection and .subsection -1 starts
    emitting at the beginning of your section. */
-/* #undef HAVE_GAS_SUBSECTION_ORDERING */
+#define HAVE_GAS_SUBSECTION_ORDERING 1
 
 /* Define if your assembler supports .weak. */
 #define HAVE_GAS_WEAK 1
@@ -569,7 +569,7 @@
 #define HAVE_AS_LEB128 1
 
 /* Define if your assembler mis-optimizes .eh_frame data. */
-#define USE_AS_TRADITIONAL_FORMAT 1
+/* #undef USE_AS_TRADITIONAL_FORMAT */
 
 /* Define if your assembler supports marking sections with SHF_MERGE flag. */
 #define HAVE_GAS_SHF_MERGE 1
@@ -587,10 +587,10 @@
 #define HAVE_AS_RELAX_OPTION 1
 
 /* Define if your assembler and linker support unaligned PC relative relocs. */
-/* #undef HAVE_AS_SPARC_UA_PCREL */
+#define HAVE_AS_SPARC_UA_PCREL 1
 
 /* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */
-/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */
+#define HAVE_AS_SPARC_UA_PCREL_HIDDEN 1
 
 /* Define if your assembler supports offsetable %lo(). */
 #define HAVE_AS_OFFSETABLE_LO10 1
@@ -616,7 +616,7 @@
 
 /* Define if your linker links a mix of read-only
    and read-write sections into a read-write section. */
-/* #undef HAVE_LD_RO_RW_SECTION_MIXING */
+#define HAVE_LD_RO_RW_SECTION_MIXING 1
 
 /* Define if your linker supports --eh-frame-hdr option. */
 #define HAVE_LD_EH_FRAME_HDR 1
diff -r 5210489c7c78 -r a58e6e0a2261 gnu/usr.bin/gcc3/arch/x86_64/auto-host.h
--- a/gnu/usr.bin/gcc3/arch/x86_64/auto-host.h  Fri May 20 07:34:47 2005 +0000
+++ b/gnu/usr.bin/gcc3/arch/x86_64/auto-host.h  Fri May 20 07:40:09 2005 +0000
@@ -557,7 +557,7 @@
 
 /* Define if your assembler supports .subsection and .subsection -1 starts
    emitting at the beginning of your section. */
-/* #undef HAVE_GAS_SUBSECTION_ORDERING */
+#define HAVE_GAS_SUBSECTION_ORDERING 1
 
 /* Define if your assembler supports .weak. */
 #define HAVE_GAS_WEAK 1
@@ -569,7 +569,7 @@
 #define HAVE_AS_LEB128 1
 
 /* Define if your assembler mis-optimizes .eh_frame data. */
-#define USE_AS_TRADITIONAL_FORMAT 1
+/* #undef USE_AS_TRADITIONAL_FORMAT */
 
 /* Define if your assembler supports marking sections with SHF_MERGE flag. */
 #define HAVE_GAS_SHF_MERGE 1
@@ -616,7 +616,7 @@
 
 /* Define if your linker links a mix of read-only
    and read-write sections into a read-write section. */
-/* #undef HAVE_LD_RO_RW_SECTION_MIXING */
+#define HAVE_LD_RO_RW_SECTION_MIXING 1
 
 /* Define if your linker supports --eh-frame-hdr option. */
 #define HAVE_LD_EH_FRAME_HDR 1



Home | Main Index | Thread Index | Old Index