public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Fix minor goof in last change for TARGET_ASM_POST_CFI_STARTPROC
@ 2018-12-14 16:50 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2018-12-14 16:50 UTC (permalink / raw)
  To: gcc-patches; +Cc: Sam Tebbs

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]


It looks like Jason asked Sam to make a last minute doc change.  Sam
made that change in the tm.texi file, but target.def has the old text.

This causes a build failure.  I'm guessing the wrong target.def was
committed.  Regardless the fix is trivial.

Jeff

[-- Attachment #2: P --]
[-- Type: text/plain, Size: 635 bytes --]

diff --git a/gcc/target.def b/gcc/target.def
index c425341ac3..698c3aa796 100644
--- a/gcc/target.def
+++ b/gcc/target.def
@@ -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),

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-14 16:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14 16:50 [committed] Fix minor goof in last change for TARGET_ASM_POST_CFI_STARTPROC Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).