Hi all,

I've got a problem with binutils 2.9.5.0.22. There is a project in c++ I
currently compile (or try to:-). It uses exceptions within a shared
library. I've checked that rtti is turned on and that the typeinfo
functions get compiled (in to sections .gnu.linkonce.*) . The typeinfo
functions are still in the compiled library, but the global offset table
entry is 0. So everytime an exception is thrown and tried to be caught,
__cplus_type_checker calls the function at adress 0 (segfault).

Is there something I could have to do to make it work?

TIA

Stefan hanske



_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to