Module Name:    src
Committed By:   mrg
Date:           Mon Jul 11 08:23:16 UTC 2011

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/m68k: fpgnulib.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/gpl3/gcc/dist/gcc/config/m68k/fpgnulib.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/m68k/fpgnulib.c
diff -u src/external/gpl3/gcc/dist/gcc/config/m68k/fpgnulib.c:1.1.1.1 src/external/gpl3/gcc/dist/gcc/config/m68k/fpgnulib.c:1.2
--- src/external/gpl3/gcc/dist/gcc/config/m68k/fpgnulib.c:1.1.1.1	Tue Jun 21 01:22:28 2011
+++ src/external/gpl3/gcc/dist/gcc/config/m68k/fpgnulib.c	Mon Jul 11 08:23:16 2011
@@ -549,6 +549,7 @@
   return - (double) x1;
 }
 
+long __cmpdf2 (double, double);
 long
 __cmpxf2 (long double x1, long double x2)
 {

Reply via email to