* config/tc-arm.c (mapping_state, mapping_state_2): Make dummy

versions slightly more than nothing.
This commit is contained in:
Nathan Sidwell 2009-10-07 14:00:06 +00:00
parent 5a5829dd43
commit d31060819e
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
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>

View File

@ -2577,8 +2577,8 @@ mapping_state_2 (enum mstate state, int max_chars)
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. */