target.def (elf_flags_numeric): Change documentation to present tense.
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Mon, 26 Sep 2016 10:47:06 +0000 (10:47 +0000)
committerAndre Vieira <avieira@gcc.gnu.org>
Mon, 26 Sep 2016 10:47:06 +0000 (10:47 +0000)
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

gcc/ChangeLog
gcc/doc/tm.texi
gcc/target.def

index d30a7cfdee5d953af66a47a7904631ac68b231f6..12eea1b75f844a971224dde2e19fee7a2dcef3ef 100644 (file)
@@ -1,3 +1,9 @@
+2016-09-26  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       * target.def(elf_flags_numeric): Change documentation to
+       present tense.
+       * doc/tm.texi: Regenerate.
+
 2016-09-26  Marek Polacek  <polacek@redhat.com>
 
        PR c/7652
index 68a77e81aa1e2abcc15bc9088011295df699c4d0..8a98ba43a67eac87c2be8a974f6c0b924e519f52 100644 (file)
@@ -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})
index e7e2bb59c1286b5175477acc742dd78c4cd2171c..83373a554ec2142ce002f4a3e8a760c736d60310 100644 (file)
@@ -441,10 +441,10 @@ code has been defined in the assembler.  It is called by\n\
 @code{default_asm_named_section} whenever the section flags need to be\n\
 emitted in the assembler output.  If the hook returns true, then the\n\
 numerical value for ELF section flags should be calculated from\n\
-@var{flags} and saved in @var{*num}; the value will be printed out\n\
-instead of the normal sequence of letter codes.  If the hook is not\n\
-defined, or if it returns false, then @var{num} will be ignored and the\n\
-traditional letter sequence will be emitted.",
+@var{flags} and saved in @var{*num}; the value is printed out instead of the\n\
+normal sequence of letter codes.  If the hook is not defined, or if it\n\
+returns false, then @var{num} is ignored and the traditional letter sequence\n\
+is emitted.",
  bool, (unsigned int flags, unsigned int *num),
  hook_bool_uint_uintp_false)