public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Rebuilding GNU CC
@ 1999-12-08 16:31 Savithri Muthukumar
  1999-12-31 22:24 ` Savithri Muthukumar
  0 siblings, 1 reply; 4+ messages in thread
From: Savithri Muthukumar @ 1999-12-08 16:31 UTC (permalink / raw)
  To: 'bug-gcc@prep.ai.mit.edu'; +Cc: 'help-gcc@prep.ai.mit.edu'

  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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Rebuilding GNU CC
  1999-12-08 16:31 Rebuilding GNU CC Savithri Muthukumar
@ 1999-12-31 22:24 ` Savithri Muthukumar
  0 siblings, 0 replies; 4+ messages in thread
From: Savithri Muthukumar @ 1999-12-31 22:24 UTC (permalink / raw)
  To: 'bug-gcc@prep.ai.mit.edu'; +Cc: 'help-gcc@prep.ai.mit.edu'

  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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Rebuilding GNU CC
  1999-12-08 18:41 Mike Stump
@ 1999-12-31 22:24 ` Mike Stump
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Stump @ 1999-12-31 22:24 UTC (permalink / raw)
  To: bug-gcc, savi; +Cc: help-gcc

-mflat and -fomit-frame-pointer might be of interest to you.  Beyond
those the documentation at
http://egcs.cygnus.com/onlinedocs/gcc_toc.html covers the things that
will need changing to do this.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Rebuilding GNU CC
@ 1999-12-08 18:41 Mike Stump
  1999-12-31 22:24 ` Mike Stump
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Stump @ 1999-12-08 18:41 UTC (permalink / raw)
  To: bug-gcc, savi; +Cc: help-gcc

-mflat and -fomit-frame-pointer might be of interest to you.  Beyond
those the documentation at
http://egcs.cygnus.com/onlinedocs/gcc_toc.html covers the things that
will need changing to do this.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-12-31 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-08 16:31 Rebuilding GNU CC Savithri Muthukumar
1999-12-31 22:24 ` Savithri Muthukumar
1999-12-08 18:41 Mike Stump
1999-12-31 22:24 ` Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).