diff options
author | Tom de Vries <tom@codesourcery.com> | 2017-05-23 09:40:10 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2017-05-23 09:40:10 +0000 |
commit | 8a1a519471a58334212e2becb54280c5d10fd686 (patch) | |
tree | 34cc585d898345d94727dfd90a603a179cfe8c89 | |
parent | 0c36d0d571999e1b9bdb3064e228cf23b3f895d1 (diff) | |
download | gcc-8a1a519471a58334212e2becb54280c5d10fd686.zip gcc-8a1a519471a58334212e2becb54280c5d10fd686.tar.gz gcc-8a1a519471a58334212e2becb54280c5d10fd686.tar.bz2 |
Sort 'Other hardware attributes' table in sourcebuild.texi
2017-05-23 Tom de Vries <tom@codesourcery.com>
* doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
attributes): Sort alphabetically.
From-SVN: r248359
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 19 |
2 files changed, 15 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a32c59a..4dfa7c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-05-23 Tom de Vries <tom@codesourcery.com> + + * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware + attributes): Sort alphabetically. + 2017-05-23 Georg-Johann Lay <avr@gjlay.de> * config/avr/genmultilib.awk: Use gsub instead of gensub. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 84d9a22..01d705a 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1826,6 +1826,7 @@ PowerPC target supports executing VSX instructions (ISA 2.06). @subsubsection Other hardware attributes +@c Please keep this table sorted alphabetically. @table @code @item avx Target supports compiling @code{avx} instructions. @@ -1839,12 +1840,21 @@ Test system can execute AltiVec and Cell PPU instructions. @item coldfire_fpu Target uses a ColdFire FPU. +@item divmod +Target supporting hardware divmod insn or divmod libcall. + +@item divmod_simode +Target supporting hardware divmod insn or divmod libcall for SImode. + @item hard_float Target supports FPU instructions. @item non_strict_align Target does not require strict alignment. +@item pie_copyreloc +The x86-64 target linker supports PIE with copy reloc. + @item sqrt_insn Target has a square root instruction that the compiler can generate. @@ -1874,15 +1884,6 @@ or @code{EM_SPARCV9} executables. @item vect_cmdline_needed Target requires a command line argument to enable a SIMD instruction set. -@item pie_copyreloc -The x86-64 target linker supports PIE with copy reloc. - -@item divmod -Target supporting hardware divmod insn or divmod libcall. - -@item divmod_simode -Target supporting hardware divmod insn or divmod libcall for SImode. - @end table @subsubsection Environment attributes |