[BACK]Return to cpu-s390.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-s390.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 s390 processor.  /* BFD support for the s390 processor.
    Copyright (C) 2000-2018 Free Software Foundation, Inc.     Copyright (C) 2000-2020 Free Software Foundation, Inc.
    Contributed by Carl B. Pedersen and Martin Schwidefsky.     Contributed by Carl B. Pedersen and Martin Schwidefsky.
   
    This file is part of BFD, the Binary File Descriptor library.     This file is part of BFD, the Binary File Descriptor library.
Line 25 
Line 25 
   
 #define N(bits, number, print, is_default, next)        \  #define N(bits, number, print, is_default, next)        \
   {                                                     \    {                                                     \
     bits,              /* bits in a word */             \      bits,              /* Bits in a word.  */           \
     bits,              /* bits in an address */         \      bits,              /* Bits in an address.  */       \
     8,                 /* bits in a byte */             \      8,                 /* Bits in a byte.  */           \
     bfd_arch_s390,                                      \      bfd_arch_s390,                                      \
     number,                                             \      number,                                             \
     "s390",                                             \      "s390",                                             \
     print,                                              \      print,                                              \
     3,                 /* section alignment power */    \      3,                 /* Section alignment power */    \
     is_default,                                         \      is_default,                                         \
     bfd_default_compatible,                             \      bfd_default_compatible,                             \
     bfd_default_scan,                                   \      bfd_default_scan,                                   \
     bfd_arch_default_fill,                              \      bfd_arch_default_fill,                              \
     next                                                \      next,                                               \
       0 /* Maximum offset of a reloc from the start of an insn.  */ \
   }    }
   
 #if BFD_DEFAULT_TARGET_SIZE == 64  #if BFD_DEFAULT_TARGET_SIZE == 64

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

CVSweb <webmaster@jp.NetBSD.org>