* Patch: config/pa/quadlib.c: Warning removal
@ 2001-03-27 2:06 RDBrown
2001-04-12 17:12 ` law
0 siblings, 1 reply; 3+ messages in thread
From: RDBrown @ 2001-03-27 2:06 UTC (permalink / raw)
To: gcc-patches
Add prototypes to remove warnings in config/pa/quadlib.c.
2001-03-18 Rodney Brown <RodneyBrown@mynd.com>
* config/pa/quadlib.c: Add prototypes.
--- config/pa/quadlib.c.orig Wed Mar 7 11:32:10 2001
+++ config/pa/quadlib.c Fri Mar 16 19:58:45 2001
@@ -30,6 +30,19 @@
int _U_Qfcmp (long double a, long double b, int);
long _U_Qfcnvfxt_quad_to_sgl (long double);
+int _U_Qfeq (long double, long double);
+int _U_Qfne (long double, long double);
+int _U_Qfgt (long double, long double);
+int _U_Qfge (long double, long double);
+int _U_Qflt (long double, long double);
+int _U_Qfle (long double, long double);
+int _U_Qfcomp (long double, long double);
+long double _U_Qfneg (long double);
+#ifdef __LP64__
+int __U_Qfcnvfxt_quad_to_sgl (long double);
+#endif
+unsigned int _U_Qfcnvfxt_quad_to_usgl(long double);
+
int
_U_Qfeq (long double a, long double b)
{
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Patch: config/pa/quadlib.c: Warning removal
2001-03-27 2:06 Patch: config/pa/quadlib.c: Warning removal RDBrown
@ 2001-04-12 17:12 ` law
0 siblings, 0 replies; 3+ messages in thread
From: law @ 2001-04-12 17:12 UTC (permalink / raw)
To: RDBrown, RodneyBrown; +Cc: gcc-patches
In message <E14hqJZ-00005O-00@urtur>you write:
> Add prototypes to remove warnings in config/pa/quadlib.c.
>
> 2001-03-18 Rodney Brown <RodneyBrown@mynd.com>
>
> * config/pa/quadlib.c: Add prototypes.
I've installed this into the mainline tree.
Thanks,
jeff
^ permalink raw reply [flat|nested] 3+ messages in thread
* Patch: config/pa/quadlib.c: Warning removal
@ 2001-03-18 3:38 RDBrown
0 siblings, 0 replies; 3+ messages in thread
From: RDBrown @ 2001-03-18 3:38 UTC (permalink / raw)
To: gcc-patches
Add prototypes to remove warnings in config/pa/quadlib.c.
2001-03-18 Rodney Brown <RodneyBrown@mynd.com>
* config/pa/quadlib.c: Add prototypes.
--- config/pa/quadlib.c.orig Wed Mar 7 11:32:10 2001
+++ config/pa/quadlib.c Fri Mar 16 19:58:45 2001
@@ -30,6 +30,19 @@
int _U_Qfcmp (long double a, long double b, int);
long _U_Qfcnvfxt_quad_to_sgl (long double);
+int _U_Qfeq (long double, long double);
+int _U_Qfne (long double, long double);
+int _U_Qfgt (long double, long double);
+int _U_Qfge (long double, long double);
+int _U_Qflt (long double, long double);
+int _U_Qfle (long double, long double);
+int _U_Qfcomp (long double, long double);
+long double _U_Qfneg (long double);
+#ifdef __LP64__
+int __U_Qfcnvfxt_quad_to_sgl (long double);
+#endif
+unsigned int _U_Qfcnvfxt_quad_to_usgl(long double);
+
int
_U_Qfeq (long double a, long double b)
{
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-04-12 17:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-27 2:06 Patch: config/pa/quadlib.c: Warning removal RDBrown
2001-04-12 17:12 ` law
-- strict thread matches above, loose matches on Subject: below --
2001-03-18 3:38 RDBrown
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).