[BACK]Return to cpu-tic54x.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / bfd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/bfd/cpu-tic54x.c between version 1.6 and 1.7

version 1.6, 2020/04/03 17:51:03 version 1.7, 2022/12/23 17:09:18
Line 1 
Line 1 
 /* BFD support for the Texas Instruments TMS320C54X architecture.  /* BFD support for the Texas Instruments TMS320C54X architecture.
    Copyright (C) 1999-2018 Free Software Foundation, Inc.     Copyright (C) 1999-2020 Free Software Foundation, Inc.
   
    This file is part of BFD, the Binary File Descriptor library.     This file is part of BFD, the Binary File Descriptor library.
   
Line 24 
Line 24 
   
 const bfd_arch_info_type bfd_tic54x_arch =  const bfd_arch_info_type bfd_tic54x_arch =
 {  {
   16,                           /* 16 bits in a word */    16,                           /* Bits in a word.  */
   16,                           /* 16 bits in an address (except '548) */    16,                           /* Bits in an address (except '548).  */
   16,                           /* 16 bits in a byte */    16,                           /* Bits in a byte.  */
   bfd_arch_tic54x,    bfd_arch_tic54x,
   0,                            /* only 1 machine */    0,                            /* Only 1 machine.  */
   "tic54x",    "tic54x",
   "tms320c54x",    "tms320c54x",
   1,    1,
   TRUE,                         /* the one and only */    TRUE,                         /* The one and only.  */
   bfd_default_compatible,    bfd_default_compatible,
   bfd_default_scan,    bfd_default_scan,
   bfd_arch_default_fill,    bfd_arch_default_fill,
   0,    NULL,
     0 /* Maximum offset of a reloc from the start of an insn.  */
 };  };

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>