Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/gcc4/gcc/config/m68k Add missing prototype for __cm...



details:   https://anonhg.NetBSD.org/src/rev/3a4d0962a6c2
branches:  trunk
changeset: 765091:3a4d0962a6c2
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 19 03:18:01 2011 +0000

description:
Add missing prototype for __cmpdf2

diffstat:

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

diffs (11 lines):

diff -r 46a3f95f67a2 -r 3a4d0962a6c2 gnu/dist/gcc4/gcc/config/m68k/fpgnulib.c
--- a/gnu/dist/gcc4/gcc/config/m68k/fpgnulib.c  Thu May 19 03:13:58 2011 +0000
+++ b/gnu/dist/gcc4/gcc/config/m68k/fpgnulib.c  Thu May 19 03:18:01 2011 +0000
@@ -298,6 +298,7 @@
 float __truncdfsf2 (double);
 long __fixdfsi (double);
 long __fixsfsi (float);
+int __cmpdf2 (double, double);
 
 /* convert double to long double */
 long double



Home | Main Index | Thread Index | Old Index