* elf.c (bfd_elf_print_symbol): Print the st_other field if it is
[deliverable/binutils-gdb.git] / bfd / cpu-sparc.c
index 46d62924ca14fe93ee264921edee9410791fb5d9..583a75d261328bf91089ae54ab54868b93cfa181 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 */
This page took 0.025614 seconds and 4 git commands to generate.