public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4614] m68k: Avoid implicit function declaration in libgcc
@ 2023-10-13  7:37 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2023-10-13  7:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:bdbca405e1c6e6cb8e9d82898459591c8e152d07

commit r14-4614-gbdbca405e1c6e6cb8e9d82898459591c8e152d07
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Oct 13 09:34:36 2023 +0200

    m68k: Avoid implicit function declaration in libgcc
    
    libgcc/
    
            * config/m68k/fpgnulib.c (__cmpdf2): Declare.

Diff:
---
 libgcc/config/m68k/fpgnulib.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libgcc/config/m68k/fpgnulib.c b/libgcc/config/m68k/fpgnulib.c
index fe41edf26aa..d5c3411e947 100644
--- a/libgcc/config/m68k/fpgnulib.c
+++ b/libgcc/config/m68k/fpgnulib.c
@@ -395,6 +395,7 @@ double __extendsfdf2 (float);
 float __truncdfsf2 (double);
 long __fixdfsi (double);
 long __fixsfsi (float);
+int __cmpdf2 (double, double);
 
 int
 __unordxf2(long double a, long double b)

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

only message in thread, other threads:[~2023-10-13  7:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-13  7:37 [gcc r14-4614] m68k: Avoid implicit function declaration in libgcc Florian Weimer

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).