gas/app.c warning fix
Alan Modra
amodra@bigpond.net.au
Thu May 2 06:01:00 GMT 2002
gas/ChangeLog
* app.c (mri_pseudo): Only declare for TC_M68K.
Index: app.c
===================================================================
RCS file: /cvs/src/src/gas/app.c,v
retrieving revision 1.17
diff -u -p -r1.17 app.c
--- app.c 11 Oct 2001 12:20:25 -0000 1.17
+++ app.c 2 May 2002 12:44:25 -0000
@@ -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.
--
Alan Modra
IBM OzLabs - Linux Technology Centre
More information about the Binutils
mailing list