Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / cpu-rl78.c
index 2b30626be745489eed8bd8004980b1eaf62c0b63..70a2a5c0bb9993a10d21d23308c6ed92205c265a 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the RL78 processor.
-   Copyright (C) 2011-2014 Free Software Foundation, Inc.
+   Copyright (C) 2011-2021 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -32,9 +32,10 @@ const bfd_arch_info_type bfd_rl78_arch =
   "rl78",                      /* Architecture name.  */
   "rl78",                      /* 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.  */
-  NULL                         /* Next in list.  */
+  NULL,                                /* Next in list.  */
+  0 /* Maximum offset of a reloc from the start of an insn.  */
 };
This page took 0.023072 seconds and 4 git commands to generate.