diff options
Diffstat (limited to 'gas/config/tc-mep.c')
-rw-r--r-- | gas/config/tc-mep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-mep.c b/gas/config/tc-mep.c index 3a6bd6a..377e4c3 100644 --- a/gas/config/tc-mep.c +++ b/gas/config/tc-mep.c @@ -1,5 +1,5 @@ /* tc-mep.c -- Assembler for the Toshiba Media Processor. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009 + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2012 Free Software Foundation. Inc. This file is part of GAS, the GNU Assembler. @@ -19,8 +19,8 @@ the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <stdio.h> #include "as.h" +#include <stdio.h> #include "dwarf2dbg.h" #include "subsegs.h" #include "symcat.h" |