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

--- Comment #47 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-02-16 
16:30:31 UTC ---
With the elfhack issues gone, the build now fails with:

----------------------------------------------------------------------

/home/mjambor/gcc/icln/inst/bin/g++ -o js  -fno-rtti -fno-exceptions -Wall
-Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
-Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros
-Werror=return-type -pedantic -Wno-long-long -O2 -flto=jobserver -fpermissive
-fuse-linker-plugin -fno-strict-aliasing -pthread -pipe  -DNDEBUG -DTRIMMED -Os
-freorder-blocks -fomit-frame-pointer   js.o jsworkers.o   -lpthread -O2
-flto=jobserver -fuse-linker-plugin   -Wl,-rpath-link,/bin
-Wl,-rpath-link,/home/mjambor/mozilla/lto/objdir-ff-release/dist/lib 
-L../../../dist/bin -L../../../dist/lib
-L/home/mjambor/mozilla/lto/objdir-ff-release/dist/lib -lplds4 -lplc4 -lnspr4
-lpthread -ldl ../editline/libeditline.a ../libjs_static.a -ldl
make[6]: warning: jobserver unavailable: using -j1.  Add `+' to parent make
rule.
/home/mjambor/binutils/obj/gold/ld-new:
/tmp/ccmP9JrU.ltrans0.ltrans.o:(.text+0x33): error: undefined reference to
'SetVMFrameRegs'
/home/mjambor/binutils/obj/gold/ld-new:
/tmp/ccmP9JrU.ltrans0.ltrans.o:(.text+0x3b): error: undefined reference to
'PushActiveVMFrame'
/home/mjambor/binutils/obj/gold/ld-new:
/tmp/ccmP9JrU.ltrans0.ltrans.o:(.text+0x4d): error: undefined reference to
'PopActiveVMFrame'
/home/mjambor/binutils/obj/gold/ld-new:
/tmp/ccmP9JrU.ltrans0.ltrans.o:(.text+0x6b): error: undefined reference to
'js_InternalThrow'
/home/mjambor/binutils/obj/gold/ld-new:
/tmp/ccmP9JrU.ltrans0.ltrans.o:(.text+0x7a): error: undefined reference to
'PopActiveVMFrame'
collect2: ld returned 1 exit status
make[5]: *** [js] Error 1
make[5]: Leaving directory
`/home/mjambor/mozilla/lto/objdir-ff-release/js/src/shell'

----------------------------------------------------------------------

I have not been able to have a closer look at the issue yet but hope
to do so soon.

Reply via email to