From 25d5a07249bc25805d7da15c95227fcdcbbf2187 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 20 Apr 1997 17:50:20 -0400 Subject: [PATCH] (MOD[SD]I_LIBCALL): Call ots$rem, not ots$mod. From-SVN: r13945 --- gcc/config/alpha/vms.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2