(MOD[SD]I_LIBCALL): Call ots$rem, not ots$mod.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 20 Apr 1997 21:50:20 +0000 (17:50 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 20 Apr 1997 21:50:20 +0000 (17:50 -0400)
From-SVN: r13945

gcc/config/alpha/vms.h

index ab762ca..59ac57b 100644 (file)
@@ -371,7 +371,7 @@ void *function_arg ();
 #define DIVDI3_LIBCALL "ots$div_l"
 #define UDIVSI3_LIBCALL "ots$div_ui"
 #define UDIVDI3_LIBCALL "ots$div_ul"
-#define MODSI3_LIBCALL "ots$mod_i"
-#define MODDI3_LIBCALL "ots$mod_l"
+#define MODSI3_LIBCALL "ots$rem_i"
+#define MODDI3_LIBCALL "ots$rem_l"
 #define UMODSI3_LIBCALL "ots$rem_ui"
 #define UMODDI3_LIBCALL "ots$rem_ul"