This is the mail archive of the gcc-help@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]

PLT and GOT relocations in libgcc.a


Hi all,

I'm attempting to use GCC to compile for a pseudo-ELF
ARM environment which doesn't support PLT- or GOT-type
relocations.

This works fine until I incorporate code from libgcc.a
into my app.  libgcc.a seems to use a lot of PLT and
GOT relocation types.  Sometimes, even, they're
explicitly requested in the source, as in lib1funcs.S

I was wondering... is it possible (i.e.
pseudo-convenient) to recompile libgcc.a, removing all
uses of PLT and GOT relocations?

Thanks everyone,

Stuart

p.s. I'm using the following version of GCC:

gcc version 2.95.2 20000313 (Debian GNU/Linux)

but am willing to upgrade if necessary.

http://careers.yahoo.com.au - Yahoo! Careers
- 1,000's of jobs waiting online for you!


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