X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Fcpu-pru.c;h=7dc039e1877399d44673b1b6e686585c940b4902;hb=a55939ca586b81c16cc95fa692a7862551cc6773;hp=824e805a8855185d28a667559f3239dccba9da61;hpb=889294f6ffb380eb37b1f1f3bd22807fa9204c14;p=binutils-gdb.git diff --git a/bfd/cpu-pru.c b/bfd/cpu-pru.c index 824e805a885..7dc039e1877 100644 --- a/bfd/cpu-pru.c +++ b/bfd/cpu-pru.c @@ -1,5 +1,5 @@ /* BFD support for the TI PRU microprocessor. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2022 Free Software Foundation, Inc. Contributed by Dimitar Dimitrov This file is part of BFD, the Binary File Descriptor library. @@ -36,8 +36,9 @@ DEFAULT, \ bfd_default_compatible, \ bfd_default_scan, \ - bfd_arch_default_fill, \ - NEXT \ + bfd_arch_default_fill, \ + NEXT, \ + 0 /* Maximum offset of a reloc from the start of an insn. */ \ } -const bfd_arch_info_type bfd_pru_arch = N (32, 32, 0, "pru", TRUE, NULL); +const bfd_arch_info_type bfd_pru_arch = N (32, 32, 0, "pru", true, NULL);