+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.
@subsubsection Other hardware attributes
+@c Please keep this table sorted alphabetically.
@table @code
@item avx
Target supports compiling @code{avx} 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.
@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