Message ID | 57E50670.50602@arm.com |
---|---|
State | New |
Headers | show |
On 09/23/2016 04:39 AM, Andre Vieira (lists) wrote: >> Hi Sandra, >> >> Is this better? >> >> Cheers, >> Andre >> >> gcc/ChangeLog >> 2016-09-23 Andre Vieira <andre.simoesdiasvieira@arm.com> >> >> * target.def(elf_flags_numeric): Change documentation to >> present tense. >> > And here is the patch with the tm.texi regeneration. > > Cheers, > Andre > > gcc/ChangeLog > 2016-09-23 Andre Vieira <andre.simoesdiasvieira@arm.com> > > * target.def(elf_flags_numeric): Change documentation to > present tense. > * doc/tm.texi: Regenerate. > This looks good to me. Thanks. -Sandra the grammar geek
Hi Andre, I can't see new testsuite files in trunk : gcc.target/arm/pure-code/ffunction-sections.c gcc.target/arm/pure-code/no-literal-pool.c gcc.target/arm/pure-code/pure-code.exp It seems you forgot to include them in your patch. Can you post a new one with those files ? Regards Mickael On 09/23/2016 05:04 PM, Sandra Loosemore wrote: > On 09/23/2016 04:39 AM, Andre Vieira (lists) wrote: >>> Hi Sandra, >>> >>> Is this better? >>> >>> Cheers, >>> Andre >>> >>> gcc/ChangeLog >>> 2016-09-23 Andre Vieira <andre.simoesdiasvieira@arm.com> >>> >>> * target.def(elf_flags_numeric): Change documentation to >>> present tense. >>> >> And here is the patch with the tm.texi regeneration. >> >> Cheers, >> Andre >> >> gcc/ChangeLog >> 2016-09-23 Andre Vieira <andre.simoesdiasvieira@arm.com> >> >> * target.def(elf_flags_numeric): Change documentation to >> present tense. >> * doc/tm.texi: Regenerate. >> > > This looks good to me. Thanks. > > -Sandra the grammar geek >
On 04/10/16 14:24, mickael guene wrote: > Hi Andre, > > I can't see new testsuite files in trunk : > gcc.target/arm/pure-code/ffunction-sections.c > gcc.target/arm/pure-code/no-literal-pool.c > gcc.target/arm/pure-code/pure-code.exp > > It seems you forgot to include them in your patch. > Can you post a new one with those files ? > > Regards > Mickael > Yeah ... forgot to svn add, committed in revision r240746. Thanks for that catch! Cheers, Andre
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 68a77e81aa1e2abcc15bc9088011295df699c4d0..8a98ba43a67eac87c2be8a974f6c0b924e519f52 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}) diff --git a/gcc/target.def b/gcc/target.def index ac693318adaaa230ea300f10bc37282881d9da6f..4adb8aabc6548889b717abc9310e98f0e6fc161b 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -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_uint_uintp_false)