summaryrefslogtreecommitdiff
path: root/gcc/doc/sourcebuild.texi
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-25 13:09:42 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-25 13:09:42 +0000
commit91bb968b24e061fe0a18f3d8034bc469a4e230f9 (patch)
treead3d9be34ddb16b21b5cd6ba654e740ab02d232f /gcc/doc/sourcebuild.texi
parent646ea1f52efa49a9651e02185d35e07809d2ca8e (diff)
downloadgcc-91bb968b24e061fe0a18f3d8034bc469a4e230f9.tar.gz
* config/v850/v850.c: Remove redundant extern declarations for
last_assemble_variable_decl and size_directive_output. * doc/tm.texi.in: Document JMP_BUF_SIZE. * doc/tm.texi: Regenerate. * config/sparc/sparc.h (JMP_BUF_SIZE): Do not define. * config/pa/pa.h (JMP_BUF_SIZE): Likewise. * config/stormy16/stormy16.h: Likewise. * config/picochip/picochip.c: Do not define DONT_USE_BUILTIN_SETJMP. * doc/sourcebuild.texi: Add missing subdirectories. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188933 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r--gcc/doc/sourcebuild.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index fc6f3e621d8..3d834eeb095 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -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. @xref{Top, ,
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.