Update gdb.base/default.exp for GDB 10
[deliverable/binutils-gdb.git] / bfd / cpu-metag.c
index 23c8d0c4fbd200e4824c8f9d101f43b8c29930e3..60805b808c4f8ac6ce3f530da46273b1705c2ce7 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the Imagination Technologies Meta processor.
-   Copyright (C) 2013-2018 Free Software Foundation, Inc.
+   Copyright (C) 2013-2019 Free Software Foundation, Inc.
    Contributed by Imagination Technologies Ltd.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -37,5 +37,6 @@ const bfd_arch_info_type bfd_metag_arch =
   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.023837 seconds and 4 git commands to generate.