On Sun, Jun 24, 2012 at 10:06 PM, Steven Bosscher <[email protected]> wrote:
> Hello,
>
> Noticed while going through sourcebuild.texi to see what needs
> updating for the move of the C front end to its own subdirectory of
> gcc/.
>
> Ok for trunk?
Ok.
Thanks,
Richard.
> Ciao!
> Steven
>
> * doc/sourcebuild.texi: Add missing subdirectories.
>
> Index: doc/sourcebuild.texi
> ===================================================================
> --- doc/sourcebuild.texi (revision 188917)
> +++ doc/sourcebuild.texi (working copy)
> @@ -66,6 +66,10 @@ include it in @code{libc}.
> @item libada
> The Ada runtime library.
>
> +@item libatomic
> +The runtime support library for atomic operations (e.g. for @code{__sync}
> +and @code{__atomic}).
> +
> @item libcpp
> The C preprocessor library.
>
> @@ -94,6 +98,9 @@ generally useful data structures and algorithms.
> Introduction, libiberty, @sc{gnu} libiberty}, for more information
> about this library.
>
> +@item libitm
> +The runtime support library for transactional memory.
> +
> @item libjava
> The Java runtime library.
>
> @@ -104,6 +111,9 @@ dereferencing operations.
> @item libobjc
> The Objective-C and Objective-C++ runtime library.
>
> +@item libquadmath
> +The runtime support library for quad-precision math operations.
> +
> @item libssp
> The Stack protector runtime library.