1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.\"
.\" Copyright (C) 1996 Erick Branderhorst <branderh@debian.org>
.\"
.\" This is free software; you can redistribute it and/or modify it under
.\" the terms of the GNU General Public License as published by the Free
.\" Software Foundation; either version 2, or (at your option) any later
.\" version.
.\"
.\" This is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License with
.\" your Debian GNU/Linux system, in /usr/doc/copyright/GPL, or with the
.\" dpkg source package as the file COPYING. If not, write to the Free
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.\" This manpage is created thanks to:
.\" Kai Henningsen <kai@khms.westfalen.de>,
.\" Ian Jackson <iwj10@cus.cam.ac.uk>,
.\" David H. Silber <dhs@firefly.com> &
.\" Carl Streeter <streeter@cae.wisc.edu>.
.\"
.TH GNATGCC 1 "Jan 1997" "Debian Project" "Debian Linux"
.SH NAME
gnatgcc \- gcc driver for GNAT
.SH DESCRIPTION
See
.B info gcc
or
.BR gcc (1)
for detailed information. This version of the driver simply has the
necessary extensions to serve as the GNAT front end. It will go away
after gcc 2.8 is released.
.PP
For specific information on gnat, the GNU NYU Ada Translator, see
.IR /usr/doc/gnat/gnatdoc1.tex
.IR /usr/doc/gnat/gnatinfo.txt
and the other files in that directory.
.SH SEE ALSO
.BR gcc (1),
.BR gnatbind (1),
.BR gnatf (1),
.BR gnatlink (1),
.BR gnatk8 (1),
.BR gnatmake (1),
.BR gnatchp (1),
.BR gnatchop (1),
.BR gnatbl (1),
.SH AUTHOR
Mark Eichin <eichin@kitten.gen.ma.us>
|