diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2016-01-05 15:51:48 -0500 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2016-01-05 15:51:48 -0500 |
commit | d1396c97746b0aab7eaa3f0f89f7b14f17a7dc18 (patch) | |
tree | 547f3c5e5e6c2bb42615f42b996e1cb4de6831dd /gcc | |
parent | 8d9fdb4941deac5766d3f2b6e76557ac4d8905c5 (diff) | |
download | gcc-d1396c97746b0aab7eaa3f0f89f7b14f17a7dc18.zip gcc-d1396c97746b0aab7eaa3f0f89f7b14f17a7dc18.tar.gz gcc-d1396c97746b0aab7eaa3f0f89f7b14f17a7dc18.tar.bz2 |
re PR target/1078 (Problems with attributes documentation)
2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
PR 1078
gcc/
* doc/extend.texi (RL78 Variable Attributes): New section.
From-SVN: r232092
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71dd707..d909693 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-01-05 Sandra Loosemore <sandra@codesourcery.com> + + PR 1078 + * doc/extend.texi (RL78 Variable Attributes): New section. + 2016-01-05 Marek Polacek <polacek@redhat.com> PR c/69104 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 0217efc..f6f561f 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -5453,6 +5453,7 @@ attributes. * Microsoft Windows Variable Attributes:: * MSP430 Variable Attributes:: * PowerPC Variable Attributes:: +* RL78 Variable Attributes:: * SPU Variable Attributes:: * V850 Variable Attributes:: * x86 Variable Attributes:: @@ -6096,6 +6097,14 @@ documentation in @ref{x86 Variable Attributes}. For documentation of @code{altivec} attribute please see the documentation in @ref{PowerPC Type Attributes}. +@node RL78 Variable Attributes +@subsection RL78 Variable Attributes + +@cindex @code{saddr} variable attribute, RL78 +The RL78 back end supports the @code{saddr} variable attribute. This +specifies placement of the corresponding variable in the SADDR area, +which can be accessed more efficiently than the default memory region. + @node SPU Variable Attributes @subsection SPU Variable Attributes |