]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/cpu-pru.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / bfd / cpu-pru.c
index 824e805a8855185d28a667559f3239dccba9da61..7dc039e1877399d44673b1b6e686585c940b4902 100644 (file)
@@ -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 <dimitar@dinux.eu>
 
    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);