Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/m68k XXX: add a prototype ...



details:   https://anonhg.NetBSD.org/src/rev/33b5302eac7e
branches:  trunk
changeset: 767202:33b5302eac7e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 11 08:23:16 2011 +0000

description:
XXX: add a prototype for __cmpdf2() so this compiles with -Werror.

diffstat:

 external/gpl3/gcc/dist/gcc/config/m68k/fpgnulib.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 3410cdb54fb1 -r 33b5302eac7e external/gpl3/gcc/dist/gcc/config/m68k/fpgnulib.c
--- a/external/gpl3/gcc/dist/gcc/config/m68k/fpgnulib.c Mon Jul 11 08:23:00 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/m68k/fpgnulib.c Mon Jul 11 08:23:16 2011 +0000
@@ -549,6 +549,7 @@
   return - (double) x1;
 }
 
+long __cmpdf2 (double, double);
 long
 __cmpxf2 (long double x1, long double x2)
 {



Home | Main Index | Thread Index | Old Index