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]

Help with MIPS compilation


Im using sde-lite (GCC 3.4.4 mipssde-6.06.01-20070420) version of gcc for my
development. I would require the data/bss sections to be relocatable but not
the text section. How can this be done? By compiling using -Wa,-KPIC/-fpic
produces code that using GOTs for both functions/global data, which is not
allowed in my case.

Thanks in advance.

-- 
View this message in context: http://www.nabble.com/Help-with-MIPS-compilation-tf4968164.html#a14231768
Sent from the gcc - Help mailing list archive at Nabble.com.


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