From: Eric Botcazou Date: Mon, 5 Aug 2013 17:04:08 +0000 (+0000) Subject: * sparc-opc.c (v9andleon): Fix thinko. X-Git-Tag: binutils-2_24-branchpoint~339 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb49eea0b528d882a390815be1dbe7c6b8f3463a;p=thirdparty%2Fbinutils-gdb.git * sparc-opc.c (v9andleon): Fix thinko. --- diff --git a/opcodes/sparc-opc.c b/opcodes/sparc-opc.c index 11f866d2fda..5102c1d3683 100644 --- a/opcodes/sparc-opc.c +++ b/opcodes/sparc-opc.c @@ -63,10 +63,10 @@ #define letandleon (MASK_SPARCLET | MASK_LEON) #define sparclite (MASK_SPARCLITE) #define v9 (MASK_V9 | MASK_V9A | MASK_V9B) +/* v9 insns supported by leon. */ +#define v9andleon (MASK_V9 | MASK_V9A | MASK_V9B | MASK_LEON) #define v9a (MASK_V9A | MASK_V9B) #define v9b (MASK_V9B) -/* v9 insns supported by leon. */ -#define v9andleon (MASK_V9 | MASK_LEON) /* v6 insns not supported by v9. */ #define v6notv9 (MASK_V6 | MASK_V7 | MASK_V8 | MASK_LEON \ | MASK_SPARCLET | MASK_SPARCLITE)