summaryrefslogtreecommitdiff
path: root/gas/app.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-05-02 13:01:50 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-05-02 13:01:50 +0000
commit3994c3704fbb7320436a453418d40f7fd5e0d9a7 (patch)
tree01911b0c96b53b1d9096778267e76d223a3a8835 /gas/app.c
parente4bfc8b7f6eb8860d21a46ae85045a115a1f1428 (diff)
downloadbinutils-redhat-3994c3704fbb7320436a453418d40f7fd5e0d9a7.tar.gz
* app.c (mri_pseudo): Only declare for TC_M68K.
Diffstat (limited to 'gas/app.c')
-rw-r--r--gas/app.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/app.c b/gas/app.c
index ba587d4651..a3589da4a5 100644
--- a/gas/app.c
+++ b/gas/app.c
@@ -40,13 +40,13 @@
flag_m68k_mri, because the two flags will be affected by the .mri
pseudo-op at different times. */
static int scrub_m68k_mri;
-#else
-#define scrub_m68k_mri 0
-#endif
/* The pseudo-op which switches in and out of MRI mode. See the
comment in do_scrub_chars. */
static const char mri_pseudo[] = ".mri 0";
+#else
+#define scrub_m68k_mri 0
+#endif
#if defined TC_ARM && defined OBJ_ELF
/* The pseudo-op for which we need to special-case `@' characters.