aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 9ffab26..246d537 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1116,6 +1116,8 @@ enum bfd_architecture
/* end-sanitize-v8plus */
#define bfd_mach_sparc_v9 4
#define bfd_mach_sparc_v9a 5 /* v9 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 */
bfd_arch_i386, /* Intel 386 */
bfd_arch_we32k, /* AT&T WE32xxx */