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


On Wed, Aug 04, 2004 at 11:56:45AM -0500, Arnald Samthambi wrote:
> 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.

Not yet.  However, I have some finished local patches for this that I
can pull out and test.  I will try to do so soon.

-- 
Daniel Jacobowitz


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