diff mbox

[doc] Add some missing libraries to sourcebuild.texi

Message ID CABu31nNvt83+JgGEsi-AWwe6gNe7BMc-=HNZAcBFBM6gpKbYaA@mail.gmail.com
State New
Headers show

Commit Message

Steven Bosscher June 24, 2012, 8:06 p.m. UTC
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?

Ciao!
Steven

        * doc/sourcebuild.texi: Add missing subdirectories.

Comments

Richard Biener June 25, 2012, 8:18 a.m. UTC | #1
On Sun, Jun 24, 2012 at 10:06 PM, Steven Bosscher <stevenb.gcc@gmail.com> 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.
diff mbox

Patch

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.