3 msgcfg representation
5 msgneed help with builtin function prototypes
7 msgmips gcc -O1: Address exception error on store ...
2 msgcan't bootstrap current trunk on cygwin: tree.c...
3 msgcan't bootstrap current trunk: internal compile...
2 msgBootstrap failure on i386-pc-linux-gnu
1 msgbootstrap failure on hppa-unknown-linux-gnu
1 msgZdenek Dvorak appointed loop infrastructure mai...
4 msgFixed function compilation order
2 msgx86_64 ABI
1 msg[tuples] gimplification of other FEs and platforms
22 msg[RFC] Migrate pointers to members to the middle...

Bootstrap failed on i386-pc-solaris2.10
\ Art Haas (7 Aug 2007)
. \ H.J. Lu (7 Aug 2007)
. . \ Daniel Jacobowitz (7 Aug 2007)
. . . \ H.J. Lu (7 Aug 2007)
. . . . \ Paolo Bonzini (8 Aug 2007)
. . . . . \ H.J. Lu (8 Aug 2007)
. . . . . . \ Paolo Bonzini (8 Aug 2007)
. . . . . . . \ Arthur Haas (8 Aug 2007)
. . . . . . . . \ H.J. Lu (8 Aug 2007)
. . . . . . . . . \ Paolo Bonzini (8 Aug 2007)

2 msgSpeedup area - Strings/Identifiers
3 msgAltiVec stack boundary
2 msgWhat 64-bit CPU targets dominate in the future?
1 msgQuestion about PR tree-optimization/32941, boot...
1 msggcc-4.1-20070806 is now available
5 msgGCC Testsuite question (C checks in Fortran suite)
2 msgx64_64-elf support
Subject:Bootstrap failed on i386-pc-solaris2.10
Group:Gcc
From:Art Haas
Date:7 Aug 2007


Hi.

The patch for PR 31868 broke my builds on this machine. I had to back
out the change to 'config.gnu' for my build to succeed. The resulting
diff is below:

diff --git a/gcc/config.gcc b/gcc/config.gcc
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1265,7 +1265,7 @@ i[34567]86-*-solaris2*)
*-*-solaris2.1[0-9]*)
tm_file="${tm_file} i386/x86-64.h i386/sol2-10.h"
tm_defines="${tm_defines} TARGET_BI_ARCH=1"
- tmake_file="$tmake_file i386/t-crtstuff i386/t-sol2-10"
+ tmake_file="$tmake_file i386/t-sol2-10"
need_64bit_hwint=yes
# FIXME: -m64 for i[34567]86-*-* should be allowed just
# like -m32 for x86_64-*-*.

The build fails with a variety of link errors when linking libgcc:

[ ... snip build log ... ]
Text relocation remains referenced
against symbol offset in file
<unknown> 0x2c /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
<unknown> 0x39 /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
<unknown> 0x40 /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
<unknown> 0x56 /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
<unknown> 0x61 /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
<unknown> 0x93 /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
<unknown> 0x9a /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
<unknown> 0xa5 /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
<unknown> 0xb9 /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
<unknown> 0x2c /export/home/arth/gnu/gcc-0807/./gcc/crtend.o
<unknown> 0x36 /export/home/arth/gnu/gcc-0807/./gcc/crtend.o
__register_frame_info_bases 0x7b /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
__register_frame_info_bases 0x9f /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
__deregister_frame_info_bases 0x4b /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
__deregister_frame_info_bases 0x5b /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
_Jv_RegisterClasses 0xae /export/home/arth/gnu/gcc-0807/./gcc/crtbegin.o
ld: fatal: relocations remain against allocatable but non-writable sections
[ ... snip end of log ... ]

Art Haas


© 2004-2008 readlist.com