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]

position independent code on MIPS


How do I generate position independent code using a gcc v4.0.2
cross-compiler targeted for the mips-elf platform?

In the past, I have used the -membedded-pic option with gcc v3.3.1, but
this seems to have been deprecated in v4.0.2. I tried using the -fpic
option, but it does not seem to create any dynamic relocation table
entries for the .text section, just for data sections. Also, I've tried
using the -mabicalls option, but I can't get it to work either.

Any help would be greatly appreciated.

Thanks,
Paul


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