X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Fcpu-z80.c;h=a46f71d9a15e6d7aca90eaa69d7a387b4b1850e5;hb=e362b51003ad60f4984bf7bed3bc02259db10546;hp=f106afbd80573dc108ad20ccaad56828cbd656e2;hpb=3db64b009284dda3a1ce10a91beb1297475e60a7;p=binutils-gdb.git diff --git a/bfd/cpu-z80.c b/bfd/cpu-z80.c index f106afbd805..a46f71d9a15 100644 --- a/bfd/cpu-z80.c +++ b/bfd/cpu-z80.c @@ -6,7 +6,7 @@ This program 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 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -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]