]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 938d60095207e7f5a8e03135bf21d5ba91d7f2cf..bcb901772b8b9961927678bb5f26d027b5c9ee67 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 c2279ef92b733a5cfc3e4b9c55e69459a8036d49..a6eb1f09f48089995aec9660ece8e29990b86561 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;