diff mbox

[COMMITTED,obivious] Document several AArch64-specific test directives

Message ID n99egksb66i.fsf@arm.com
State New
Headers show

Commit Message

Jiong Wang July 1, 2015, 9:01 a.m. UTC
committed as 225233.

2015-07-01  Jiong Wang  <jiong.wang@arm.com>

      gcc/       
        * doc/sourcebuild.texi (AArch64-specific attributes): Document
        "aarch64_tiny", "aarch64_small", "aarch64_large",
        "aarch64_little_endian", "aarch64_big_endian".
diff mbox

Patch

Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog	(revision 225232)
+++ gcc/ChangeLog	(working copy)
@@ -1,5 +1,11 @@ 
 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
 
+	* doc/sourcebuild.texi (AArch64-specific attributes): Document
+	"aarch64_tiny", "aarch64_small", "aarch64_large",
+	"aarch64_little_endian", "aarch64_big_endian".
+
+2015-07-01  Jiong Wang  <jiong.wang@arm.com>
+
 	* doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
 	Document "aarch64_small_fpic".
 
Index: gcc/doc/sourcebuild.texi
===================================================================
--- gcc/doc/sourcebuild.texi	(revision 225232)
+++ gcc/doc/sourcebuild.texi	(working copy)
@@ -1583,6 +1583,16 @@ 
 @subsubsection AArch64-specific attributes
 
 @table @code
+@item aarch64_tiny
+AArch64 target which generates instruction sequences for tiny memory model.
+@item aarch64_small
+AArch64 target which generates instruction sequences for small memory model.
+@item aarch64_large
+AArch64 target which generates instruction sequences for large memory model.
+@item aarch64_little_endian
+AArch64 target which generates instruction sequences for little endian.
+@item aarch64_big_endian
+AArch64 target which generates instruction sequences for big endian.
 @item aarch64_small_fpic
 Binutils installed on test system supports relocation types required by -fpic
 for AArch64 small memory model.