mirror of git://gcc.gnu.org/git/gcc.git
* target.def (post_cfi_startproc): Fix text.
From-SVN: r267136
This commit is contained in:
parent
dddb7af4e7
commit
7e1f39b6aa
|
|
@ -1,3 +1,7 @@
|
||||||
|
2018-12-14 Jeff Law <law@redhat.com>
|
||||||
|
|
||||||
|
* target.def (post_cfi_startproc): Fix text.
|
||||||
|
|
||||||
2018-12-14 Sam Tebbs <sam.tebbs@arm.com>
|
2018-12-14 Sam Tebbs <sam.tebbs@arm.com>
|
||||||
|
|
||||||
* doc/tm.texi (TARGET_ASM_POST_CFI_STARTPROC): Define.
|
* doc/tm.texi (TARGET_ASM_POST_CFI_STARTPROC): Define.
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,8 @@ DEFHOOK
|
||||||
(post_cfi_startproc,
|
(post_cfi_startproc,
|
||||||
"This target hook is used to emit assembly strings required by the target\n\
|
"This target hook is used to emit assembly strings required by the target\n\
|
||||||
after the .cfi_startproc directive. The first argument is the file stream to\n\
|
after the .cfi_startproc directive. The first argument is the file stream to\n\
|
||||||
write the strings to and the second argument is the function\'s declaration.\n\
|
write the strings to and the second argument is the function\'s declaration. The\n\
|
||||||
|
expected use is to add more .cfi_* directives.\n\
|
||||||
\n\
|
\n\
|
||||||
The default is to not output any assembly strings.",
|
The default is to not output any assembly strings.",
|
||||||
void, (FILE *, tree),
|
void, (FILE *, tree),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue