mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-10 09:59:06 +08:00
(ARCHITECTURES_CONFLICT_P): Add ChangeLog entry for v9a addition and fix typo
in macro.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user