(ARCHITECTURES_CONFLICT_P): Add ChangeLog entry for v9a addition and fix typo
in macro.
This commit is contained in:
parent
187fddf78c
commit
2d422c4234
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
Mon Jan 22 08:24:32 1996 Doug Evans <dje@charmed.cygnus.com>
|
Mon Jan 22 08:24:32 1996 Doug Evans <dje@charmed.cygnus.com>
|
||||||
|
|
||||||
* sparc.h (enum sparc_architecture): Add v9a.
|
* sparc.h (enum sparc_architecture): Add v9a.
|
||||||
|
(ARCHITECTURES_CONFLICT_P): Update.
|
||||||
|
|
||||||
Thu Dec 28 13:27:53 1995 John Hassey <hassey@rtp.dg.com>
|
Thu Dec 28 13:27:53 1995 John Hassey <hassey@rtp.dg.com>
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ extern const char *architecture_pname[];
|
||||||
/* Sparclite and v9 are both supersets of v8; we can't bump between them. */
|
/* Sparclite and v9 are both supersets of v8; we can't bump between them. */
|
||||||
|
|
||||||
#define ARCHITECTURES_CONFLICT_P(ARCH1, ARCH2) \
|
#define ARCHITECTURES_CONFLICT_P(ARCH1, ARCH2) \
|
||||||
((ARCH1) == sparclite && ((ARCH2) == v9 || (ARCH2) == v9vis))
|
((ARCH1) == sparclite && ((ARCH2) == v9 || (ARCH2) == v9a))
|
||||||
|
|
||||||
struct sparc_opcode {
|
struct sparc_opcode {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue