public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Update pathname for IBM long double description.
@ 2021-09-27 11:17 Vincent Lefevre
  2021-09-27 14:57 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Lefevre @ 2021-09-27 11:17 UTC (permalink / raw)
  To: gcc-patches; +Cc: Vincent Lefevre

Update due to file moved to libgcc/config/rs6000/ibm-ldouble-format
in commit aca0b0b315f6e5a0ee60981fd4b0cbc9a7f59096.

Signed-off-by: Vincent Lefevre <vincent@vinc17.net>
---
 include/floatformat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/floatformat.h b/include/floatformat.h
index 5f9c14361f5..288aedda192 100644
--- a/include/floatformat.h
+++ b/include/floatformat.h
@@ -91,7 +91,7 @@ struct floatformat
 
   /* Is the format actually the sum of two smaller floating point
      formats (IBM long double, as described in
-     gcc/config/rs6000/darwin-ldouble-format)?  If so, this is the
+     libgcc/config/rs6000/ibm-ldouble-format)?  If so, this is the
      smaller format in question, and the fields sign_start through
      intbit describe the first half.  If not, this is NULL.  */
   const struct floatformat *split_half;
-- 
2.33.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Update pathname for IBM long double description.
  2021-09-27 11:17 [PATCH] Update pathname for IBM long double description Vincent Lefevre
@ 2021-09-27 14:57 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2021-09-27 14:57 UTC (permalink / raw)
  To: Vincent Lefevre, gcc-patches



On 9/27/2021 5:17 AM, Vincent Lefevre wrote:
> Update due to file moved to libgcc/config/rs6000/ibm-ldouble-format
> in commit aca0b0b315f6e5a0ee60981fd4b0cbc9a7f59096.
>
> Signed-off-by: Vincent Lefevre <vincent@vinc17.net>
> ---
>   include/floatformat.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
THanks.  Pushed to the trunk.

jeff


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-27 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 11:17 [PATCH] Update pathname for IBM long double description Vincent Lefevre
2021-09-27 14:57 ` 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).