On 05/02/14 10:08, Kugan wrote:
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 347a94a..8bd13f3 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -9107,6 +9107,7 @@ to those machines.  Generally these generate calls to 
specific machine
  instructions, but allow the compiler to schedule those calls.

  @menu
+* AARCH64 Built-in Functions::
  * Alpha Built-in Functions::
  * Altera Nios II Built-in Functions::
  * ARC Built-in Functions::
@@ -9139,6 +9140,18 @@ instructions, but allow the compiler to schedule those 
calls.
  * TILEPro Built-in Functions::
  @end menu

+@node AARCH64 Built-in Functions
+@subsection AARCH64 Built-in Functions
+
+These built-in functions are available for the AARCH64 family of
+processors.
+@smallexample
+unsigned int __builtin_aarch64_get_fpcr ()
+void __builtin_aarch64_set_fpcr (unsigned int)
+unsigned int __builtin_aarch64_get_fpsr ()
+void __builtin_aarch64_set_fpsr (unsigned int)
+@end smallexample
+
  @node Alpha Built-in Functions
  @subsection Alpha Built-in Functions


Please s/AARCH64/AArch64 to stay consistent with the existing usage, e.g. those in invoke.texi.

Thanks,
Yufeng

Reply via email to