From e8bea13fa75dd3a85b2be60c72d8878ee137d0be Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Mon, 22 Jan 1996 19:00:40 +0000 Subject: [PATCH] Move v8plus stuff around so sanitized code works. --- bfd/cpu-sparc.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bfd/cpu-sparc.c b/bfd/cpu-sparc.c index 46d62924ca1..583a75d2613 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 */ -- 2.30.2