This is the mail archive of the gcc@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]

STACK_REGS macros


we'd like to use the gcc-support for treating a regclass as a stack, as
described in  par 21.6.5 Registers That Form a Stack   (Target
Description) of the online documentation for gcc3.0.
it seems that in the present version this support is valid only for an
i386 architecture (as it can been read in file reg-stack.c).  are there
some macros (other than STACK_REGS , FIRST_STACK_REG, LAST_STACK_REG )
that influence this behavior?how can we do an efficient "porting" for
our architecture?
thanks in advance.



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