This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

PPC XCOFF gas 2.11.2 will not parse gcc2.95.2 .stabx ___CTOR_LIST__


gcc2.95.2 (and the latest version of varasm.c) will generate 
.stabx "___CTOR_LIST__",22,0,0,_GLOBAL_.I._un_link__9streambuf

when configured with -with-gnu-as on AIX and compiling libio/streambuf.cc
But gas 2.11.2 will not parse beyond the second 0 in
gas/config/t-ppc.c:ppc_stabx (this seems to true in the latest sources
as well) 

So how I do get gas to accept this or reconfigure gcc to use gas/gnu
ld without gas choking?

I'm running on AIX5L and collect2 has the nasty habit of pulling in
every g++ object in every archive on the command line.

-Len


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