------- Additional Comments From andi-bz at firstfloor dot org  2010-10-03 
10:32 -------
The LTO files are somewhat depending on the compiler version,
mine would not necessarily work with yours.

Just ar up a couple of LTO object files you have lying around for testing
(any .os compiled with with -flto or -fwhopr)

Just make sure to specify 's' so that the symbol table is generated.

The ar test case is the same as with nm

GNUTARGET=plugin ar --plugin ... qs 

vs

ar --plugin ... qs

Then check with nm  -s ... if the LTO symbols are in the archive symbol table



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=12088

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to