oops - toplevel changelog entry for previous delta.
[deliverable/binutils-gdb.git] / bfd / cpu-msp430.c
index 5ab9e4058511f701820798cb2d982a077ec73915..d20ba4ef0205844866933ad490c405ec00be712b 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD library support routines for the MSP architecture.
-   Copyright (C) 2002-2018 Free Software Foundation, Inc.
+   Copyright (C) 2002-2020 Free Software Foundation, Inc.
    Contributed by Dmitry Diky <diwil@mail.ru>
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -43,9 +43,9 @@ compatible (const bfd_arch_info_type * a,
 
 #define N(addr_bits, machine, print, default, next)            \
 {                                                              \
-  16,                          /* 16 bits in a word.  */       \
+  16,                          /* Bits in a word.  */          \
   addr_bits,                   /* Bits in an address.  */      \
-  8,                           /* 8 bits in a byte.  */        \
+  8,                           /* Bits in a byte.  */          \
   bfd_arch_msp430,                                             \
   machine,                     /* Machine number.  */          \
   "msp430",                    /* Architecture name.   */      \
@@ -55,7 +55,8 @@ compatible (const bfd_arch_info_type * a,
   compatible,                                                  \
   bfd_default_scan,                                            \
   bfd_arch_default_fill,                                       \
-  next                                                         \
+  next,                                                                \
+  0 /* Maximum offset of a reloc from the start of an insn.  */ \
 }
 
 static const bfd_arch_info_type arch_info_struct[] =
This page took 0.024059 seconds and 4 git commands to generate.