From 75c9ddc9c58f3c991f3330c2a7bfba50b05a346c Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 24 Jan 1996 18:45:50 +0000 Subject: * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Delete checking of flags, only flags used are controlled by mach number. Bump up output file mach number to highest of input file mach numbers. (elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1. (elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa. Also, delete v8plus sanitization. --- bfd/bfd-in2.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bfd/bfd-in2.h') diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 246d537..224edc4 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1110,12 +1110,10 @@ enum bfd_architecture bfd_arch_a29k, /* AMD 29000 */ bfd_arch_sparc, /* SPARC */ #define bfd_mach_sparc 1 - /* start-sanitize-v8plus */ #define bfd_mach_sparc_v8plus 2 -#define bfd_mach_sparc_v8plusa 3 - /* end-sanitize-v8plus */ +#define bfd_mach_sparc_v8plusa 3 /* with ultrasparc add'ns */ #define bfd_mach_sparc_v9 4 -#define bfd_mach_sparc_v9a 5 /* v9 with ultrasparc add'ns */ +#define bfd_mach_sparc_v9a 5 /* with ultrasparc add'ns */ /* Nonzero if MACH has the v9 instruction set. */ #define bfd_mach_sparc_v9_p(mach) ((mach) != bfd_mach_sparc) bfd_arch_mips, /* MIPS Rxxxx */ -- cgit v1.1