* config/tc-mep.h (skip_whitespace): Remove definition.
authorNick Clifton <nickc@redhat.com>
Tue, 24 Jul 2007 12:38:35 +0000 (12:38 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 24 Jul 2007 12:38:35 +0000 (12:38 +0000)
gas/ChangeLog
gas/config/tc-mep.h

index 5d69bcf..72439ba 100644 (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.
index 3ff9475..510cf7a 100644 (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