Commit df589359 by Richard Stallman

*** empty log message ***

From-SVN: r795
parent d21d2fb8
...@@ -872,9 +872,11 @@ ...@@ -872,9 +872,11 @@
#else /* SGS_SWITCH_TABLES or not MOTOROLA */ #else /* SGS_SWITCH_TABLES or not MOTOROLA */
ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, \"LI\", ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, \"LI\",
CODE_LABEL_NUMBER (XEXP (labelref, 0))); CODE_LABEL_NUMBER (XEXP (labelref, 0)));
#ifdef SGS_SWITCH_TABLES
/* Set flag saying we need to define the symbol /* Set flag saying we need to define the symbol
LD%n (with value L%n-LI%n) at the end of the switch table. */ LD%n (with value L%n-LI%n) at the end of the switch table. */
switch_table_difference_label_flag = 1; switch_table_difference_label_flag = 1;
#endif /* SGS_SWITCH_TABLES */
#endif /* SGS_SWITCH_TABLES or not MOTOROLA */ #endif /* SGS_SWITCH_TABLES or not MOTOROLA */
} }
#endif /* SGS_NO_LI */ #endif /* SGS_NO_LI */
......
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