This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch][doc] Add some missing libraries to sourcebuild.texi


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.

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]