Commit 087fc75a by Falk Hueffner Committed by Richard Henderson

* libgcc2.c (__subvdi3): Fix typo.

From-SVN: r62406
parent 0324b6cf
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> Tue Feb 4 21:46:05 CET 2003 Jan Hubicka <jh@suse.cz>
* i386.md (movti_rex64): Fix constraint. * i386.md (movti_rex64): Fix constraint.
......
...@@ -129,7 +129,7 @@ DWtype ...@@ -129,7 +129,7 @@ DWtype
__subvdi3 (DWtype a, DWtype b) __subvdi3 (DWtype a, DWtype b)
{ {
#ifdef L_addvdi3 #ifdef L_addvdi3
return (a, (-b)); return __addvdi3 (a, (-b));
#else #else
DWtype w; DWtype w;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment