* libgcc2.c (__subvdi3): Fix typo.
authorFalk Hueffner <falk.hueffner@student.uni-tuebingen.de>
Tue, 4 Feb 2003 21:45:40 +0000 (21:45 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 4 Feb 2003 21:45:40 +0000 (13:45 -0800)
From-SVN: r62406

gcc/ChangeLog
gcc/libgcc2.c

index 938d600..bcb9017 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
+       PR c/9376
+       * libgcc2.c (__subvdi3): Fix typo.
+
 Tue Feb  4 21:46:05 CET 2003  Jan Hubicka  <jh@suse.cz>
 
        * i386.md (movti_rex64):  Fix constraint.
index c2279ef..a6eb1f0 100644 (file)
@@ -129,7 +129,7 @@ DWtype
 __subvdi3 (DWtype a, DWtype b)
 {
 #ifdef L_addvdi3
-  return (a, (-b));
+  return __addvdi3 (a, (-b));
 #else
   DWtype w;