versions slightly more than nothing.
2009-10-07 Nathan Sidwell <nathan@codesourcery.com>
+ * config/tc-arm.c (mapping_state, mapping_state_2): Make dummy
+ versions slightly more than nothing.
+
* doc/c-arm.texi (ARM Options): Correctly name the two mapcs options.
2009-10-07 Alan Modra <amodra@bigpond.net.au>
make_mapping_symbol (state, (valueT) frag_now_fix () - max_chars, frag_now);
}
#else
-#define mapping_state(x) /* nothing */
-#define mapping_state_2(x, y) /* nothing */
+#define mapping_state(x) ((void)0)
+#define mapping_state_2(x, y) ((void)0)
#endif
/* Find the real, Thumb encoded start of a Thumb function. */