New 2016 binutils ChangeLog files
[deliverable/binutils-gdb.git] / bfd / cpu-z80.c
index 5da39f1c5c655ec4a5e4277ad32e466866a24f5e..785cb238bdc5cfac30541603b3d0a0484daa1cd4 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD library support routines for the Z80 architecture.
-   Copyright 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Arnold Metselaar <arnold_m@operamail.com>
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -42,7 +42,7 @@ compatible (const bfd_arch_info_type *a, const bfd_arch_info_type *b)
 
 #define N(name,print,default,next)  \
 { 16, 16, 8, bfd_arch_z80, name, "z80", print, 0, default, \
-    compatible, bfd_default_scan, next }
+  compatible, bfd_default_scan, bfd_arch_default_fill, next }
 
 #define M(n) &arch_info_struct[n]
 
This page took 0.025034 seconds and 4 git commands to generate.