gas/
* config/tc-sparc.c (sparc_arch_types): Add leon. (sparc_arch): Move sparc4 around and add leon. (sparc_target_format): Document -Aleon. * doc/c-sparc.texi: Likewise. include/ * opcode/sparc.h (sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_LEON. opcodes/ * sparc-dis.c (compute_arch_mask): Set SPARC_OPCODE_ARCH_LEON bit for bfd_mach_sparc. * sparc-opc.c (MASK_LEON): Define. (v6, v6notlet, v7, v8, v6notv9): Add MASK_LEON. (letandleon): New macro. (v9andleon): Likewise. (sparc_opc): Add leon. (umac): Enable for letandleon. (smac): Likewise. (casa): Enable for v9andleon. (cas): Likewise. (casl): Likewise.
This commit is contained in:
parent
712a580460
commit
855c9029a7
@ -1,3 +1,8 @@
|
||||
2013-08-05 Eric Botcazou <ebotcazou@adacore.com>
|
||||
Konrad Eisele <konrad@gaisler.com>
|
||||
|
||||
* opcode/sparc.h (sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_LEON.
|
||||
|
||||
2013-06-08 Catherine Moore <clm@codesourcery.com>
|
||||
|
||||
* opcode/mips.h (mips_opcode): Add ase field.
|
||||
|
@ -42,6 +42,7 @@ enum sparc_opcode_arch_val
|
||||
SPARC_OPCODE_ARCH_V6 = 0,
|
||||
SPARC_OPCODE_ARCH_V7,
|
||||
SPARC_OPCODE_ARCH_V8,
|
||||
SPARC_OPCODE_ARCH_LEON,
|
||||
SPARC_OPCODE_ARCH_SPARCLET,
|
||||
SPARC_OPCODE_ARCH_SPARCLITE,
|
||||
/* V9 variants must appear last. */
|
||||
|
Loading…
Reference in New Issue
Block a user