From mboxrd@z Thu Jan 1 00:00:00 1970 From: Savithri Muthukumar To: "'bug-gcc@prep.ai.mit.edu'" Cc: "'help-gcc@prep.ai.mit.edu'" Subject: Rebuilding GNU CC Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <01BF4199.DF952B00.savi@c-cube.com> X-SW-Source: 1999-12n/msg00125.html Message-ID: <19991231222400.elFF0QQjuBIqO-MXnkEPrTtImEovGYsM97yxtjvAcns@z> Hi, I am working on rebulding the GNU CC so that there is no need for extra memory space to store the arguments ,return address,local variables of a fnction assuming that there won't be an overloop in the eight registers(SPARC machine) to store more than eight function calls. I need help regarding which macro or flah has to be set in which file inorder to have this feature in GNU CC for SPARC-out target machine.