This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Support for Thumb PLT entries


Richard,

> It's a known problem.  There's currently no support for shared libraries
> that are entered in Thumb state.
> 
> If you've got an ARM v5 processor (arm9e or higher) then you can just
> use the standard ARM sequences, otherwise it gets much more complex.
> Your best bet is build everything with interworking enabled and then
> ensure that all shared library entry points are in ARM state.
> 
> And no, gcc doesn't support this directly yet.

Is there any way I can try this. I mean is there any patches available
for testing.

Thanks
Arnald


> 
> R.
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]