* elf32-ppc.c (LIS_11. LIS_12): Define.
[deliverable/binutils-gdb.git] / bfd / cpu-iq2000.c
index fd6d2307f4e59ceb59f22d0cc383d27a9a9796a2..c3331db05be56fc5d2f4d491cf40869d4793a3d8 100644 (file)
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "bfd.h"
 #include "sysdep.h"
@@ -23,18 +23,20 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 static const bfd_arch_info_type arch_info_struct[] =
 {
-  32,                          /* bits per word */
-  32,                          /* bits per address */
-  8,                           /* bits per byte */
-  bfd_arch_iq2000,             /* architecture */
-  bfd_mach_iq10,               /* machine */
-  "iq2000",                    /* architecture name */
-  "iq10",                      /* printable name */
-  3,                           /* section align power */
-  FALSE,                               /* the default ? */
-  bfd_default_compatible,      /* architecture comparison fn */
-  bfd_default_scan,            /* string to architecture convert fn */
-  NULL                         /* next in list */
+  {
+    32,                                /* bits per word */
+    32,                                /* bits per address */
+    8,                         /* bits per byte */
+    bfd_arch_iq2000,           /* architecture */
+    bfd_mach_iq10,             /* machine */
+    "iq2000",                  /* architecture name */
+    "iq10",                    /* printable name */
+    3,                         /* section align power */
+    FALSE,                     /* the default ? */
+    bfd_default_compatible,    /* architecture comparison fn */
+    bfd_default_scan,          /* string to architecture convert fn */
+    NULL                       /* next in list */
+  }
 };
 
 const bfd_arch_info_type bfd_iq2000_arch =
@@ -52,6 +54,3 @@ const bfd_arch_info_type bfd_iq2000_arch =
   bfd_default_scan,            /* string to architecture convert fn */
   &arch_info_struct[0],                /* next in list */
 };
-
-
-
This page took 0.024793 seconds and 4 git commands to generate.