[EMAIL PROTECTED] wrote:
I was wondering if anyone knew how I could modify gcc to not use static
general purpose registers on an IA-64 machine?
Besides the -ffixed-reg option Vlad mentioned, there is also a
documented IA-64 specific option for this. See the docs. No reason why
this option n
[EMAIL PROTECTED] wrote:
All-
I was wondering if anyone knew how I could modify gcc to not use static
general purpose registers on an IA-64 machine? Specifically, I only want
the compiler to allocate registers from the register stack engine (RSE)
and the system defined registers (e.g., stack po
All-
I was wondering if anyone knew how I could modify gcc to not use static
general purpose registers on an IA-64 machine? Specifically, I only want
the compiler to allocate registers from the register stack engine (RSE)
and the system defined registers (e.g., stack pointer, global pointer,
etc).