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]

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


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".

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.

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