]> gcc.gnu.org Git - gcc.git/commitdiff
vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
authorKlaus Kaempf <kkaempf@progis.de>
Mon, 20 Oct 1997 15:50:29 +0000 (15:50 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 20 Oct 1997 15:50:29 +0000 (09:50 -0600)
        * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
        (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
        (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
        (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
        * alpha/alpha.md (arg_home): Likewise.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
Co-Authored-By: Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
From-SVN: r16099

gcc/ChangeLog
gcc/config/alpha/alpha.md
gcc/config/alpha/vms.h

index d9cf246fe1db5f9fa5059dbfe42a7766f4cb7883..1fa2de7aac274d22ccdbeb78cd04e05eabd1221d 100644 (file)
@@ -2,6 +2,12 @@ Mon Oct 20 02:00:18 1997  Klaus Kaempf <kkaempf@progis.de>
                          Jeff Law <law@cygnus.com>
                          Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
 
+       * alpha/vms.h (DIVSI3_LIBCALL): OTS$ functions are upper case.
+       (DIVDI3_LIBCALL, UDIVSI3_LIBCALL, UDIVDI3_LIBVALL): Likewise.
+       (MODSI3_LIBCALL, MODDI3_LIBCALL): Likewise.
+       (UMODSI3_LIBCALL, UMODDI3_LIBCALL): Likewise.
+       * alpha/alpha.md (arg_home): Likewise.
+
        * alpha/alpha.c (vmskrunch): Delete
        * alpha/vms.h (ENCODE_SECTION_INFO, ASM_DECLARE_FUNCTION_NAME): Delete.
        * alpha.c (output_prolog, VMS): Use alloca for entry_label and don't
index 11aedae8bde21505a6b2dde6605a3cef2f29085f..ef56c2b4abbf549599a0f58ea77980c39b9fcd96 100644 (file)
    (clobber (reg:DI 25))
    (clobber (reg:DI 0))]
   "TARGET_OPEN_VMS"
-  "lda $0,ots$home_args\;ldq $0,8($0)\;jsr $0,ots$home_args")
+  "lda $0,OTS$HOME_ARGS\;ldq $0,8($0)\;jsr $0,OTS$HOME_ARGS")
 
 ;; Close the trap shadow of preceeding instructions.  This is generated
 ;; by alpha_reorg.
index 46e5ed087da50e26967bc081db741d86c5bd593d..857accd2f0ee56ddce52b667d5d34f68842d307d 100644 (file)
@@ -349,11 +349,11 @@ void *function_arg ();
 #define ENDFILE_SPEC "gnu:[000000]crt0.obj"
 
 /* Define the names of the division and modulus functions.  */
-#define DIVSI3_LIBCALL "ots$div_i"
-#define DIVDI3_LIBCALL "ots$div_l"
-#define UDIVSI3_LIBCALL "ots$div_ui"
-#define UDIVDI3_LIBCALL "ots$div_ul"
-#define MODSI3_LIBCALL "ots$rem_i"
-#define MODDI3_LIBCALL "ots$rem_l"
-#define UMODSI3_LIBCALL "ots$rem_ui"
-#define UMODDI3_LIBCALL "ots$rem_ul"
+#define DIVSI3_LIBCALL "OTS$DIV_I"
+#define DIVDI3_LIBCALL "OTS$DIV_L"
+#define UDIVSI3_LIBCALL "OTS$DIV_UI"
+#define UDIVDI3_LIBCALL "OTS$DIV_UL"
+#define MODSI3_LIBCALL "OTS$REM_I"
+#define MODDI3_LIBCALL "OTS$REM_L"
+#define UMODSI3_LIBCALL "OTS$REM_UI"
+#define UMODDI3_LIBCALL "OTS$REM_UL"
This page took 0.080893 seconds and 5 git commands to generate.