Commit 759a6472 by Andre Vieira Committed by Andre Vieira

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
parent c0cdf62c
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> 2016-09-26 Marek Polacek <polacek@redhat.com>
PR c/7652 PR c/7652
......
...@@ -7574,10 +7574,10 @@ code has been defined in the assembler. It is called by ...@@ -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 @code{default_asm_named_section} whenever the section flags need to be
emitted in the assembler output. If the hook returns true, then the emitted in the assembler output. If the hook returns true, then the
numerical value for ELF section flags should be calculated from numerical value for ELF section flags should be calculated from
@var{flags} and saved in @var{*num}; the value will be printed out @var{flags} and saved in @var{*num}; the value is printed out instead of the
instead of the normal sequence of letter codes. If the hook is not normal sequence of letter codes. If the hook is not defined, or if it
defined, or if it returns false, then @var{num} will be ignored and the returns false, then @var{num} is ignored and the traditional letter sequence
traditional letter sequence will be emitted. is emitted.
@end deftypefn @end deftypefn
@deftypefn {Target Hook} {section *} TARGET_ASM_FUNCTION_SECTION (tree @var{decl}, enum node_frequency @var{freq}, bool @var{startup}, bool @var{exit}) @deftypefn {Target Hook} {section *} TARGET_ASM_FUNCTION_SECTION (tree @var{decl}, enum node_frequency @var{freq}, bool @var{startup}, bool @var{exit})
......
...@@ -441,10 +441,10 @@ code has been defined in the assembler. It is called by\n\ ...@@ -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\ @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\ emitted in the assembler output. If the hook returns true, then the\n\
numerical value for ELF section flags should be calculated from\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\ @var{flags} and saved in @var{*num}; the value is printed out instead of the\n\
instead of the normal sequence of letter codes. If the hook is not\n\ normal sequence of letter codes. If the hook is not defined, or if it\n\
defined, or if it returns false, then @var{num} will be ignored and the\n\ returns false, then @var{num} is ignored and the traditional letter sequence\n\
traditional letter sequence will be emitted.", is emitted.",
bool, (unsigned int flags, unsigned int *num), bool, (unsigned int flags, unsigned int *num),
hook_bool_uint_uintp_false) hook_bool_uint_uintp_false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment