Move v8plus stuff around so sanitized code works.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 22 Jan 1996 19:00:40 +0000 (19:00 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 22 Jan 1996 19:00:40 +0000 (19:00 +0000)
bfd/cpu-sparc.c

index 46d6292..583a75d 100644 (file)
@@ -23,50 +23,50 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 static const bfd_arch_info_type arch_info_struct[] =
 {
-  /* start-sanitize-v8plus */
   {
-    32,        /* bits in a word */
-    32,        /* bits in an address */
+    64,        /* bits in a word */
+    64,        /* bits in an address */
     8, /* bits in a byte */
     bfd_arch_sparc,
-    bfd_mach_sparc_v8plus,
+    bfd_mach_sparc_v9,
     "sparc",
-    "sparc:v8plus",
+    "sparc:v9",
     3,
     false,
     bfd_default_compatible, 
     bfd_default_scan,
     &arch_info_struct[1],
   },
+  /* start-sanitize-v8plus */
   {
     32,        /* bits in a word */
     32,        /* bits in an address */
     8, /* bits in a byte */
     bfd_arch_sparc,
-    bfd_mach_sparc_v8plusa,
+    bfd_mach_sparc_v8plus,
     "sparc",
-    "sparc:v8plusa",
+    "sparc:v8plus",
     3,
     false,
     bfd_default_compatible, 
     bfd_default_scan,
     &arch_info_struct[2],
   },
-  /* end-sanitize-v8plus */
   {
-    64,        /* bits in a word */
-    64,        /* bits in an address */
+    32,        /* bits in a word */
+    32,        /* bits in an address */
     8, /* bits in a byte */
     bfd_arch_sparc,
-    bfd_mach_sparc_v9,
+    bfd_mach_sparc_v8plusa,
     "sparc",
-    "sparc:v9",
+    "sparc:v8plusa",
     3,
     false,
     bfd_default_compatible, 
     bfd_default_scan,
     &arch_info_struct[3],
   },
+  /* end-sanitize-v8plus */
   {
     64,        /* bits in a word */
     64,        /* bits in an address */