public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] m68k: Avoid implicit function declaration in libgcc
@ 2023-07-11  9:38 Florian Weimer
  2023-07-11 13:55 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2023-07-11  9:38 UTC (permalink / raw)
  To: gcc-patches

libgcc/

	* config/m68k/fpgnulib.c (__cmpdf2): Declare.

---
 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] 2+ messages in thread

* Re: [PATCH] m68k: Avoid implicit function declaration in libgcc
  2023-07-11  9:38 [PATCH] m68k: Avoid implicit function declaration in libgcc Florian Weimer
@ 2023-07-11 13:55 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-07-11 13:55 UTC (permalink / raw)
  To: Florian Weimer, gcc-patches



On 7/11/23 03:38, Florian Weimer via Gcc-patches wrote:
> libgcc/
> 
> 	* config/m68k/fpgnulib.c (__cmpdf2): Declare.
OK.
jeff

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

end of thread, other threads:[~2023-07-11 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-11  9:38 [PATCH] m68k: Avoid implicit function declaration in libgcc Florian Weimer
2023-07-11 13:55 ` 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).