This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC low-level runtime library
- From: Phil Edwards <phil at codesourcery dot com>
- To: Petar Penchev <ptr at melexis dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 8 Oct 2003 02:47:19 -0400
- Subject: Re: GCC low-level runtime library
- References: <001e01c38d64$45599290$7303230a@PTR>
On Wed, Oct 08, 2003 at 09:20:29AM +0300, Petar Penchev wrote:
> Hello All,
> I am looking for a document describing "GCC low-level runtime library" in a
> more detailed
> way than it is done in "GCC internals".
> I will be very grateful if somebody gives a link or a document :)))
The internals manual is the most detailed document there is for libgcc. If a
more detailed document existed, we would merge it into the internals manual.
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
- Brian W. Kernighan