(ARCHITECTURES_CONFLICT_P): Add ChangeLog entry for v9a addition and fix typo

in macro.
This commit is contained in:
David Edelsohn 1996-01-22 16:41:31 +00:00
parent 187fddf78c
commit 2d422c4234
2 changed files with 2 additions and 1 deletions

View file

@ -51,7 +51,7 @@ extern const char *architecture_pname[];
/* Sparclite and v9 are both supersets of v8; we can't bump between them. */
#define ARCHITECTURES_CONFLICT_P(ARCH1, ARCH2) \
((ARCH1) == sparclite && ((ARCH2) == v9 || (ARCH2) == v9vis))
((ARCH1) == sparclite && ((ARCH2) == v9 || (ARCH2) == v9a))
struct sparc_opcode {
const char *name;