Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / cpu-z80.c
index 785cb238bdc5cfac30541603b3d0a0484daa1cd4..145aa4f7a9f5134a1bb88062ae199a5458aa5cb8 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD library support routines for the Z80 architecture.
-   Copyright (C) 2005-2015 Free Software Foundation, Inc.
+   Copyright (C) 2005-2019 Free Software Foundation, Inc.
    Contributed by Arnold Metselaar <arnold_m@operamail.com>
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -49,9 +49,9 @@ compatible (const bfd_arch_info_type *a, const bfd_arch_info_type *b)
 static const bfd_arch_info_type arch_info_struct[] =
 {
   N (bfd_mach_z80strict, "z80-strict", FALSE, M(1)),
-  N (bfd_mach_z80,       "z80",        FALSE, M(2)),
-  N (bfd_mach_z80full,   "z80-full",   FALSE, M(3)),
-  N (bfd_mach_r800,      "r800",       FALSE, NULL)
+  N (bfd_mach_z80,      "z80",        FALSE, M(2)),
+  N (bfd_mach_z80full,  "z80-full",   FALSE, M(3)),
+  N (bfd_mach_r800,     "r800",       FALSE, NULL)
 };
 
 const bfd_arch_info_type bfd_z80_arch = N (0, "z80-any", TRUE, M(0));
This page took 0.023719 seconds and 4 git commands to generate.