Commit 2c31e123 by Richard Stallman

(ASM_OUTPUT_CASE_END): Deleted.

From-SVN: r1597
parent 8bf9ccb2
...@@ -632,10 +632,14 @@ do { union { float f; long l;} tem; \ ...@@ -632,10 +632,14 @@ do { union { float f; long l;} tem; \
fprintf (FILE, "\tswbeg &%d\n%s%%%d:\n", \ fprintf (FILE, "\tswbeg &%d\n%s%%%d:\n", \
XVECLEN (PATTERN (TABLE), 1), (PREFIX), (NUM)) XVECLEN (PATTERN (TABLE), 1), (PREFIX), (NUM))
#if 0
/* At end of a switch table, define LD%n iff the symbol LI%n was defined. */ /* At end of a switch table, define LD%n iff the symbol LI%n was defined. */
#define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE) \ #define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE) \
if (switch_table_difference_label_flag) \ { if (switch_table_difference_label_flag) \
fprintf (FILE, "\tset LD%%%d,L%%%d-LI%%%d\n", (NUM), (NUM), (NUM)) asm_fprintf (FILE, "\t%s %LLD%d,%LL%d-%LLI%d-2.b\n",\
SET_ASM_OP, (NUM), (NUM), (NUM)) \
switch_table_difference_label_flag = 0; }
#endif
/* Translate some opcodes to fit the sysV68 assembler syntax. */ /* Translate some opcodes to fit the sysV68 assembler syntax. */
/* The opcodes fdmov and fsmov are guesses. */ /* The opcodes fdmov and fsmov are guesses. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment