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]

Re: inline asm: How to push PIC reg before seven input operands get loaded?


lynx.abraxas@freenet.de writes:
 > 
 > I got a bit further with my problem. Now I'm stuck on how to save
 > the register used when -fPIC is enabled to the stack before my
 > seven input operands, needing all registers, get loaded. Is that
 > somehow possible? I couldn't find any examples on the net. It seems
 > not to be necessary in the original code for MSC.

I doubt very much thath is possible.

 > Also I wonder which -f option that comes with -O2 makes gcc stop reporting:
 > error: can't find a register in class 'LEGACY_REGS' while reloading 'asm'

I guess this is a joke.

Andrew.


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