]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/cpu-tic54x.c
[PATCH] fix windmc typedef bug
[thirdparty/binutils-gdb.git] / bfd / cpu-tic54x.c
index 80bafd73ec5add6b9bede06ec0e4ee0952ff3008..1235f138d61008b83fd0a8e3670fa331c9775dd7 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the Texas Instruments TMS320C54X architecture.
-   Copyright (C) 1999-2017 Free Software Foundation, Inc.
+   Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 
 const bfd_arch_info_type bfd_tic54x_arch =
 {
-  16,                          /* 16 bits in a word */
-  16,                          /* 16 bits in an address (except '548) */
-  16,                          /* 16 bits in a byte */
+  16,                          /* Bits in a word.  */
+  16,                          /* Bits in an address (except '548).  */
+  16,                          /* Bits in a byte.  */
   bfd_arch_tic54x,
-  0,                           /* only 1 machine */
+  0,                           /* Only 1 machine.  */
   "tic54x",
   "tms320c54x",
   1,
-  TRUE,                                /* the one and only */
+  TRUE,                                /* The one and only.  */
   bfd_default_compatible,
   bfd_default_scan,
   bfd_arch_default_fill,
-  0,
+  NULL,
+  0 /* Maximum offset of a reloc from the start of an insn.  */
 };