OSDN Git Service

*** empty log message ***
authorwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 May 1992 11:27:25 +0000 (11:27 +0000)
committerwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 May 1992 11:27:25 +0000 (11:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@987 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m88k/m88k.c

index 1147694..c343a21 100644 (file)
@@ -816,7 +816,7 @@ output_short_branch_defs (stream)
        (low, "L", CODE_LABEL_NUMBER (XEXP (sb_low, 0)));
       /* This will change as the assembler requirements become known.  */
       fprintf (stream, "\t%s\t %s,%s-%s\n",
-              DEF_ASM_OP, &name[1], &high[1], &low[1]);
+              SET_ASM_OP, &name[1], &high[1], &low[1]);
     }
   if (sb_name || sb_high || sb_low)
     abort ();
@@ -1503,7 +1503,7 @@ m88k_handle_pragma_token (string, token)
              fputc ('\n', asm_out_file);
              if (state == ps_value)
                {
-                 fprintf (asm_out_file, "\t%s\t ", DEF_ASM_OP);
+                 fprintf (asm_out_file, "\t%s\t ", SET_ASM_OP);
                  ASM_OUTPUT_LABELREF (asm_out_file, name);
                  fputc (',', asm_out_file);
                  ASM_OUTPUT_LABELREF (asm_out_file, value);