home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / gcc / help / 2801 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  829 b 

  1. Path: sparky!uunet!news.larc.nasa.gov!news
  2. From: billy@asal.larc.nasa.gov ()
  3. Newsgroups: gnu.gcc.help
  4. Subject: gcc stack questions
  5. Date: 22 Dec 1992 17:28:11 GMT
  6. Organization: NASA Langley Research Center, Hampton, VA  USA
  7. Lines: 13
  8. Distribution: world
  9. Message-ID: <1h7j7bINNvl@rave.larc.nasa.gov>
  10. Reply-To: ()
  11. NNTP-Posting-Host: mac11.larc.nasa.gov
  12. Keywords: gcc,stack
  13.  
  14.  Good day,
  15.  
  16.     I'm using gcc on a sun4(4/75).
  17.     I'd like to know how to determine the number of bytes passed to a 
  18. function.  I've got a varargs function and would like to determine from 
  19. within the function how many arguments were passed.  Also I'd be interested 
  20. in any information on the call convention of gcc, i.e. what a argument stack 
  21. looks like, what does gcc do with passed structures, what is the size limit 
  22. of data passed on the stack.
  23.  
  24.     Thanks.
  25.  
  26.  
  27.