]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* target.def (post_cfi_startproc): Fix text.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Dec 2018 16:48:50 +0000 (16:48 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Dec 2018 16:48:50 +0000 (16:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267136 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/target.def

index 6ce06582e0f20c56d27ee25c20daa14eb39e62e1..99f830667cf113a57ba73949ff0f7b2bbf08d89a 100644 (file)
@@ -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>
 
        * doc/tm.texi (TARGET_ASM_POST_CFI_STARTPROC): Define.
index c425341ac3a7d6e74a141bddcc22fed7017ee1fc..698c3aa796b0ced86d8704e409b8c7e7dfe42eba 100644 (file)
@@ -98,7 +98,8 @@ DEFHOOK
 (post_cfi_startproc,
   "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\
-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\
 The default is to not output any assembly strings.",
   void, (FILE *, tree),