http://sourceware.org/bugzilla/show_bug.cgi?id=12942
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-06-27 22:13:52
UTC ---
Works for me with the current bfd linker:
[hjl@gnu-6 pr12942]$ make
/export/build/gnu/gcc/build-x86_64-linux/gcc/../../release/usr/gcc-4.7.0/bin/g++
-O2 -flto -c -o a.o a.cc
/export/build/gnu/gcc/build-x86_64-linux/gcc/../../release/usr/gcc-4.7.0/bin/g++
-O2 -c -o b.o b.cc
/export/build/gnu/gcc/build-x86_64-linux/gcc/../../release/usr/gcc-4.7.0/bin/g++
-O2 -flto -fuse-linker-plugin -o x a.o b.o
./x
[hjl@gnu-6 pr12942]$
/export/build/gnu/gcc/build-x86_64-linux/gcc/../../release/usr/gcc-4.7.0/bin/g++
-O2 -fuse-linker-plugin -flto=jobserver -o x a.o b.o --save-temps
[Leaving LTRANS /tmp/ccyenCIi.args]
[Leaving LTRANS x.ltrans.out]
[Leaving LTRANS /tmp/ccLMrqHc.mk]
[Leaving LTRANS x.ltrans0.o]
[hjl@gnu-6 pr12942]$ cat ./-lm.res
1
a.o 3
164 18e9d954 PREEMPTED_REG _Z4testv
170 18e9d954 PREVAILING_DEF main
181 18e9d954 RESOLVED_EXEC _Z1bv
[hjl@gnu-6 pr12942]$
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils