Re: Function documentations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6/5/2010 10:43 AM, Ian Lance Taylor wrote:
Agus Setiono<agussetionoasli@xxxxxxxxx>  writes:

Where can I find the documentation of each function included in the
distribution of gcc?
Do you mean functions that programs compiled by gcc may call?  Or do
you mean functions in the gcc compiler itself?

gcc does not include very many functions that programs compiled by gcc
may call.  gcc is only a compiler.  It does not include a library.
There are a few functions implemented internally by gcc, which are
documented here and in the sections following it:
     http://gcc.gnu.org/onlinedocs/gcc-4.5.0/gcc/Return-Address.html

Ian
To state the obvious, the gcc distribution includes libraries to support several of the major language capabilities, including libstdc++, libgomp, libgfortran, ...... each of which may have its own documentation, besides implementing functions specified in the standards.

--
Tim Prince



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux