Re: Linking to Gt.m object files

2012-02-23 Thread Mike Dupont
Just a note, there is noone who says that we should be able to link against this code, I am just learning about the gt.m system maybe they patch the files up before loading them. Bug report here : http://sourceware.org/bugzilla/show_bug.cgi?id=13730 I tested this on the latest compiler on the bui

Re: Linking to Gt.m object files

2012-02-23 Thread nick clifton
Hi Mike, but the linker fails. Please could you open a bug report about this at: http://sourceware.org/bugzilla/ Including the testcase will be really helpful. Itwill also be helpful to know that command line that g++ used to invoke the linker, as well as the target architecture for wh

Linking to Gt.m object files

2012-02-22 Thread Mike Dupont
I have done a s imple experiment with trying binutils on the a gt.m binary I would like to work on getting objtools to support these binaries, and the objdump works, but the linker fails. Attached is a mini program that just calls some internal routine and the object file produced by it. GTM comp