*** empty log message ***
authorTom Wood <wood@gnu.org>
Fri, 15 May 1992 11:27:25 +0000 (11:27 +0000)
committerTom Wood <wood@gnu.org>
Fri, 15 May 1992 11:27:25 +0000 (11:27 +0000)
From-SVN: r987

gcc/config/m88k/m88k.c

index 1147694f5e68e471baaf97809fe237853ca4ef81..c343a219e9b8bde75f012a7c7b64e76c26242fde 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);