My architecture has only a stack pointer, however gcc seems to mandate that a frame pointer be defined - not defining it results in compilation failure. Should I simply assign a register that behaves most like a frame pointer to this macro?
My architecture has only a stack pointer, however gcc seems to mandate that a frame pointer be defined - not defining it results in compilation failure. Should I simply assign a register that behaves most like a frame pointer to this macro?