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