(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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue