More signed overflow fixes
[deliverable/binutils-gdb.git] / bfd / cpu-tic54x.c
index 95d990e16a0e79c67db35ffa3704069decea6321..67e6e6ca8077e2733bcd456cb00fe58cf896fd56 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the Texas Instruments TMS320C54X architecture.
-   Copyright 1999, 2000, 2002, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1999-2019 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.  */
 };
This page took 0.02664 seconds and 4 git commands to generate.