gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / cpu-pj.c
index 35762272ca4381faff56d5637275c13d37cd4e5b..819b8ede37bc07341603c8a3993058593a754921 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD library support routines for the Pico Java architecture.
-   Copyright 1999, 2000, 2001, 2002, 2005, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1999-2020 Free Software Foundation, Inc.
    Hacked by Steve Chamberlain of Transmeta. sac@pobox.com
 
    This file is part of BFD, the Binary File Descriptor library.
 
 const bfd_arch_info_type bfd_pj_arch =
 {
-  32,                          /* 32 bits in a word */
-  32,                          /* 32 bits in an address */
-  8,                           /* 8 bits in a byte */
+  32,                          /* Bits in a word.  */
+  32,                          /* Bits in an address.  */
+  8,                           /* Bits in a byte.  */
   bfd_arch_pj,
   0,
-  "pj",                                /* arch_name  */
-  "pj",                                /* printable name */
+  "pj",                                /* Arch_name.  */
+  "pj",                                /* Printable name.  */
   1,
-  TRUE,                                /* the default machine */
+  TRUE,                                /* The default machine.  */
   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.0331129999999999 seconds and 4 git commands to generate.