From: Richard Kenner Date: Sun, 20 Apr 1997 21:50:20 +0000 (-0400) Subject: (MOD[SD]I_LIBCALL): Call ots$rem, not ots$mod. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25d5a07249bc25805d7da15c95227fcdcbbf2187;p=gcc.git (MOD[SD]I_LIBCALL): Call ots$rem, not ots$mod. From-SVN: r13945 --- diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h index ab762ca2770..59ac57bbbe6 100644 --- a/gcc/config/alpha/vms.h +++ b/gcc/config/alpha/vms.h @@ -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"