This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/33100] [4.3/4.4 regression] on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0



------- Comment #21 from ro at techfak dot uni-bielefeld dot de  2008-10-08 17:20 -------
Subject: Re:  [4.3/4.4 regression] on bootstrap getting section .eh_frame: bad
cie version 0: offset 0x0

FTR: I've long been using this patch as a workaround until the neccessary
Sun ld patch is available:

Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc      (revision 140759)
+++ gcc/config.gcc      (working copy)
@@ -1205,7 +1205,10 @@ 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"
+               if test x$gnu_ld = xyes; then
+                       tmake_file="$tmake_file i386/t-crtstuff"
+               fi
                need_64bit_hwint=yes
                case X"${with_cpu}" in
               
Xgeneric|Xcore2|Xnocona|Xx86-64|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33100


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]