aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorAndre Vieira <andre.simoesdiasvieira@arm.com>2016-09-26 10:47:06 +0000
committerAndre Vieira <avieira@gcc.gnu.org>2016-09-26 10:47:06 +0000
commit759a6472610921efcc41de343332b86d197e123c (patch)
tree231b1b9fd994d1910adbbb4eca82f4fe36630500 /gcc/doc
parentc0cdf62c2e9c40c675c6b475f33e4313eaec2125 (diff)
downloadgcc-759a6472610921efcc41de343332b86d197e123c.zip
gcc-759a6472610921efcc41de343332b86d197e123c.tar.gz
gcc-759a6472610921efcc41de343332b86d197e123c.tar.bz2
target.def (elf_flags_numeric): Change documentation to present tense.
2016-09-26 Andre Vieira <andre.simoesdiasvieira@arm.com> * target.def(elf_flags_numeric): Change documentation to present tense. * doc/tm.texi: Regenerate. From-SVN: r240490
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 68a77e8..8a98ba4 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -7574,10 +7574,10 @@ code has been defined in the assembler. It is called by
@code{default_asm_named_section} whenever the section flags need to be
emitted in the assembler output. If the hook returns true, then the
numerical value for ELF section flags should be calculated from
-@var{flags} and saved in @var{*num}; the value will be printed out
-instead of the normal sequence of letter codes. If the hook is not
-defined, or if it returns false, then @var{num} will be ignored and the
-traditional letter sequence will be emitted.
+@var{flags} and saved in @var{*num}; the value is printed out instead of the
+normal sequence of letter codes. If the hook is not defined, or if it
+returns false, then @var{num} is ignored and the traditional letter sequence
+is emitted.
@end deftypefn
@deftypefn {Target Hook} {section *} TARGET_ASM_FUNCTION_SECTION (tree @var{decl}, enum node_frequency @var{freq}, bool @var{startup}, bool @var{exit})