OSDN Git Service

(MOD[SD]I_LIBCALL): Call ots$rem, not ots$mod.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Apr 1997 21:50:20 +0000 (21:50 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Apr 1997 21:50:20 +0000 (21:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13945 138bc75d-0d04-0410-961f-82ee72b054a4

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"