* libgcc2.c (__subvdi3): Fix typo.

From-SVN: r62406
This commit is contained in:
Falk Hueffner 2003-02-04 21:45:40 +00:00 committed by Richard Henderson
parent 0324b6cf66
commit 087fc75a00
2 changed files with 6 additions and 1 deletions

View 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.

View File

@ -129,7 +129,7 @@ DWtype
__subvdi3 (DWtype a, DWtype b)
{
#ifdef L_addvdi3
return (a, (-b));
return __addvdi3 (a, (-b));
#else
DWtype w;