mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* config/tc-mep.h (skip_whitespace): Remove definition.
This commit is contained in:
parent
60bca95a91
commit
9ce0cf5607
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user