* config/tc-ppc.h (struct _ppc_fix_extra): New.
[deliverable/binutils-gdb.git] / gas / config / tc-mep.h
index 3ff94759a700251ba115e6ec4590286f0c18c54d..510cf7ad73b4e0e21cce37782ba900d84a856b80 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
This page took 0.02226 seconds and 4 git commands to generate.