From: David Edelsohn Date: Mon, 22 Jan 1996 19:00:40 +0000 (+0000) Subject: Move v8plus stuff around so sanitized code works. X-Git-Url: https://repo.jachan.dev/binutils.git/commitdiff_plain/e8bea13fa75dd3a85b2be60c72d8878ee137d0be?hp=5a5bac647184cb35cac3ae11affc36bfda8b75a0 Move v8plus stuff around so sanitized code works. --- diff --git a/bfd/cpu-sparc.c b/bfd/cpu-sparc.c index 46d62924ca..583a75d261 100644 --- a/bfd/cpu-sparc.c +++ b/bfd/cpu-sparc.c @@ -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 */