diff options
author | Nick Clifton <nickc@redhat.com> | 2007-07-24 12:38:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-07-24 12:38:35 +0000 |
commit | 9ce0cf5607273ecbd7fe36bc621f73553c81912f (patch) | |
tree | 4f432226c2359571ea4bd8e72a79477b56f031fe /gas | |
parent | 60bca95a91fc08e5db74145437faafa91c106674 (diff) | |
download | gdb-9ce0cf5607273ecbd7fe36bc621f73553c81912f.zip gdb-9ce0cf5607273ecbd7fe36bc621f73553c81912f.tar.gz gdb-9ce0cf5607273ecbd7fe36bc621f73553c81912f.tar.bz2 |
* config/tc-mep.h (skip_whitespace): Remove definition.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-mep.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5d69bcf..72439ba 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. 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 |