Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / cpu-metag.c
index a1aa92db3ff495349c298b42facceda533d3c5a4..e939384af845fa1c47f46d75cb23a6a4f999ff1d 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the Imagination Technologies Meta processor.
 /* BFD support for the Imagination Technologies Meta processor.
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2021 Free Software Foundation, Inc.
    Contributed by Imagination Technologies Ltd.
 
    This file is part of BFD, the Binary File Descriptor library.
    Contributed by Imagination Technologies Ltd.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -33,9 +33,10 @@ const bfd_arch_info_type bfd_metag_arch =
   "metag",                     /* Architecture name.  */
   "metag",                     /* Printable name.  */
   4,                           /* Section align power.  */
   "metag",                     /* Architecture name.  */
   "metag",                     /* Printable name.  */
   4,                           /* Section align power.  */
-  TRUE,                                /* The default ?  */
+  true,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
   bfd_arch_default_fill,       /* Default fill.  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   bfd_default_scan,            /* String to architecture convert fn.  */
   bfd_arch_default_fill,       /* Default fill.  */
-  NULL                         /* Next in list.  */
+  NULL,                                /* Next in list.  */
+  0 /* Maximum offset of a reloc from the start of an insn.  */
 };
 };
This page took 0.023372 seconds and 4 git commands to generate.