diff options
author | avieira <avieira@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-09-26 10:47:06 +0000 |
---|---|---|
committer | avieira <avieira@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-09-26 10:47:06 +0000 |
commit | 01977fbda4feee894e6d8d4ebdefa4aff5ec49b2 (patch) | |
tree | 231b1b9fd994d1910adbbb4eca82f4fe36630500 /gcc/doc | |
parent | 3d2505472ac35975596e5e2f0d844672f79306a3 (diff) | |
download | gcc-01977fbda4feee894e6d8d4ebdefa4aff5ec49b2.tar.gz |
2016-09-26 Andre Vieira <andre.simoesdiasvieira@arm.com>
* target.def(elf_flags_numeric): Change documentation to
present tense.
* doc/tm.texi: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240490 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 68a77e81aa1..8a98ba43a67 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}) |