From: Richard Stallman Date: Sun, 19 Apr 1992 19:02:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df589359dd00b39b27fcf86814431906e5d2c5af;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r795 --- diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 3c016dc06475..8d76aa92ff65 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -872,9 +872,11 @@ #else /* SGS_SWITCH_TABLES or not MOTOROLA */ ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, \"LI\", CODE_LABEL_NUMBER (XEXP (labelref, 0))); +#ifdef SGS_SWITCH_TABLES /* Set flag saying we need to define the symbol LD%n (with value L%n-LI%n) at the end of the switch table. */ switch_table_difference_label_flag = 1; +#endif /* SGS_SWITCH_TABLES */ #endif /* SGS_SWITCH_TABLES or not MOTOROLA */ } #endif /* SGS_NO_LI */