* config/tc-mep.h (skip_whitespace): Remove definition.

This commit is contained in:
Nick Clifton 2007-07-24 12:38:35 +00:00
parent 60bca95a91
commit 9ce0cf5607
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-07-24 Nick Clifton <nickc@redhat.com>
* config/tc-mep.h (skip_whitespace): Remove definition.
2007-07-23 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (cpu_arch): Change i386 to PROCESSOR_I386.

View File

@ -88,8 +88,6 @@ extern void mep_prepare_relax_scan (fragS *, offsetT *, relax_substateT);
#define md_prepare_relax_scan(FRAGP, ADDR, AIM, STATE, TYPE) \
mep_prepare_relax_scan (FRAGP, &AIM, STATE)
#define skip_whitespace(str) while (*(str) == ' ') ++(str)
/* Support for core/vliw mode switching. */
#define CORE 0
#define VLIW 1