diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-01-23 00:44:17 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-01-23 00:44:17 +0000 |
commit | 049f3d4c7525d6f45106db5f3c4b4e16ef03ce95 (patch) | |
tree | 0353ec5037694a8998ee4e32a6f6cda133d415d0 /bfd/bfd-in2.h | |
parent | 3e496fff5accd428a0d6728a68490176e73154e7 (diff) | |
download | gdb-049f3d4c7525d6f45106db5f3c4b4e16ef03ce95.zip gdb-049f3d4c7525d6f45106db5f3c4b4e16ef03ce95.tar.gz gdb-049f3d4c7525d6f45106db5f3c4b4e16ef03ce95.tar.bz2 |
* bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
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 */ |