diff mbox series

Update pathname for IBM long double description.

Message ID 20210927111749.3780737-1-vincent@vinc17.net
State New
Headers show
Series Update pathname for IBM long double description. | expand

Commit Message

Vincent Lefevre Sept. 27, 2021, 11:17 a.m. UTC
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(-)

Comments

Jeff Law Sept. 27, 2021, 2:57 p.m. UTC | #1
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
diff mbox series

Patch

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;