aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-04-19 19:02:53 +0000
committerRichard Stallman <rms@gnu.org>1992-04-19 19:02:53 +0000
commitdf589359dd00b39b27fcf86814431906e5d2c5af (patch)
tree6dcbf58f98d05f0be7eb4c68a9a8c0e10aaefb25 /gcc
parentd21d2fb80bd445a4742814efa391d5ffa9ee204a (diff)
downloadgcc-df589359dd00b39b27fcf86814431906e5d2c5af.zip
gcc-df589359dd00b39b27fcf86814431906e5d2c5af.tar.gz
gcc-df589359dd00b39b27fcf86814431906e5d2c5af.tar.bz2
*** empty log message ***
From-SVN: r795
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m68k/m68k.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md
index 3c016dc..8d76aa9 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 */