diff options
Diffstat (limited to 'bfd/cpu-mt.c')
-rw-r--r-- | bfd/cpu-mt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cpu-mt.c b/bfd/cpu-mt.c index 43b442a..4d07c43 100644 --- a/bfd/cpu-mt.c +++ b/bfd/cpu-mt.c @@ -1,5 +1,5 @@ /* BFD support for the Morpho Technologies MT processor. - Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2005, 2007 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "bfd.h" #include "sysdep.h" +#include "bfd.h" #include "libbfd.h" const bfd_arch_info_type arch_info_struct[] = |