diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2022-03-13 10:23:07 +0100 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2022-03-13 10:23:07 +0100 |
commit | 1b85638affe6c987a33427c54e0369b819cd7915 (patch) | |
tree | a552f47c24bd4849b1346a3ec45365c69fe6cdfc /gcc/doc/tm.texi | |
parent | 57eeedda23c952951b5c40859ded3080ec9c7b03 (diff) | |
download | gcc-1b85638affe6c987a33427c54e0369b819cd7915.zip gcc-1b85638affe6c987a33427c54e0369b819cd7915.tar.gz gcc-1b85638affe6c987a33427c54e0369b819cd7915.tar.bz2 |
texi + c-target.def: Fix typos
gcc/c-family/ChangeLog:
* c-target.def (check_string_object_format_arg): Fix description typo.
gcc/ChangeLog:
* doc/invoke.texi: Fix typos.
* doc/tm.texi.in: Remove duplicated word.
* doc/tm.texi: Regenerate.
libgomp/ChangeLog:
* libgomp.texi: Fix typo.
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 49864dd..2f92d37 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -736,7 +736,7 @@ If a target implements string objects then this hook should return @end deftypefn @deftypefn {C Target Hook} void TARGET_CHECK_STRING_OBJECT_FORMAT_ARG (tree @var{format_arg}, tree @var{args_list}) -If a target implements string objects then this hook should should +If a target implements string objects then this hook should provide a facility to check the function arguments in @var{args_list} against the format specifiers in @var{format_arg} where the type of @var{format_arg} is one recognized as a valid string reference type. @@ -2799,7 +2799,7 @@ intermediate registers or scratch registers. If copying a register @var{class} in @var{mode} to @var{x} requires an intermediate or scratch register, @code{SECONDARY_OUTPUT_RELOAD_CLASS} -was supposed to be defined be defined to return the largest register +was supposed to be defined to return the largest register class required. If the requirements for input and output reloads were the same, the macro @code{SECONDARY_RELOAD_CLASS} should have been used instead of defining both |