* config/tc-ppc.h (struct _ppc_fix_extra): New.
[deliverable/binutils-gdb.git] / gas / config / tc-mep.h
index 1d48bd4c9a4a18748b38c1bae6048f948e23e197..510cf7ad73b4e0e21cce37782ba900d84a856b80 100644 (file)
@@ -1,11 +1,11 @@
 /* tc-mep.h -- Header file for tc-mep.c.
-   Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2005, 2007 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
    GAS is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
+   the Free Software Foundation; either version 3, or (at your option)
    any later version.
 
    GAS is distributed in the hope that it will be useful,
@@ -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.023542 seconds and 4 git commands to generate.