home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / programm / 5579 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.7 KB  |  44 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!news
  3. From: patl@golem.mit.edu (Patrick J. LoPresti)
  4. Subject: Re: GNU cc features doc?
  5. Message-ID: <1992Aug12.184851.6453@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: monolith.mit.edu
  8. Organization: Massachvsetts Institvte of Technology
  9. References: <1992Aug11.184926.6565@aplcen.apl.jhu.edu>
  10. Date: Wed, 12 Aug 1992 18:48:51 GMT
  11. Lines: 31
  12.  
  13. In article <1992Aug11.184926.6565@aplcen.apl.jhu.edu> tim@aplcen.apl.jhu.edu  
  14. (Tim Pugh) writes:
  15. > Could someone please tell me where I might find documentation on
  16. > the non ansi features provided by the GNU cc compiler.  Neither
  17. > the on-line manual nor the developers docs appears to list them.
  18. > For instance, what is the syntax for using the asm directive or
  19. > the inline directive.  I believe both are supported.  Thanks for
  20. > any help you can give me -- perhaps a reference to a net archive
  21. > containing such info.
  22. > Tim
  23. > -- 
  24. > Tim Pugh                      |MicroCALL Services
  25. > tim@aplcen.apl.JHU.EDU        |8713 Briarcroft Lane
  26. >                               |Laurel, MD 20708-1355
  27.  
  28. Complete GCC documentation is available from "Info", GNU's on-line  
  29. documentation system.  All of the questions you pose are answered there.
  30.  
  31. Run Emacs, type Control-h, then type "i".  Follow your nose.  (Typing "h"  
  32. invokes an Info tutorial).
  33.  
  34. Note that NeXT includes the GCC and GDB Info files in the standard  
  35. distribution; normally, you would install the Info pages manually at the same  
  36. time as the package.  Also note that the Info pages included with the NeXT do  
  37. *not* document the NeXT extensions (use Digital Librarian to find out about  
  38. those).
  39.  
  40. Good luck!
  41.  
  42. -Pat
  43.