aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mep.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-07-24 12:38:35 +0000
committerNick Clifton <nickc@redhat.com>2007-07-24 12:38:35 +0000
commit9ce0cf5607273ecbd7fe36bc621f73553c81912f (patch)
tree4f432226c2359571ea4bd8e72a79477b56f031fe /gas/config/tc-mep.h
parent60bca95a91fc08e5db74145437faafa91c106674 (diff)
downloadgdb-9ce0cf5607273ecbd7fe36bc621f73553c81912f.zip
gdb-9ce0cf5607273ecbd7fe36bc621f73553c81912f.tar.gz
gdb-9ce0cf5607273ecbd7fe36bc621f73553c81912f.tar.bz2
* config/tc-mep.h (skip_whitespace): Remove definition.
Diffstat (limited to 'gas/config/tc-mep.h')
-rw-r--r--gas/config/tc-mep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-mep.h b/gas/config/tc-mep.h
index 3ff9475..510cf7a 100644
--- a/gas/config/tc-mep.h
+++ b/gas/config/tc-mep.h
@@ -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