aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1996-01-24 18:45:50 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1996-01-24 18:45:50 +0000
commit75c9ddc9c58f3c991f3330c2a7bfba50b05a346c (patch)
tree4e79bf407e89d455494c405b692e7d694e1c711e /bfd/bfd-in2.h
parent74ae0c978dcd75014671566f2d5989671cf3f439 (diff)
downloadgdb-75c9ddc9c58f3c991f3330c2a7bfba50b05a346c.zip
gdb-75c9ddc9c58f3c991f3330c2a7bfba50b05a346c.tar.gz
gdb-75c9ddc9c58f3c991f3330c2a7bfba50b05a346c.tar.bz2
* 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.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h6
1 files changed, 2 insertions, 4 deletions
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 */