sparc: Print out bit names for LEON and LEON3 with -mdebug
gcc/ChangeLog: * config/sparc/sparc.c (dump_target_flag_bits): Print bit names for LEON and LEON3.
This commit is contained in:
parent
f00530266f
commit
b602b667c0
@ -1604,6 +1604,10 @@ dump_target_flag_bits (const int flags)
|
||||
fprintf (stderr, "CBCOND ");
|
||||
if (flags & MASK_DEPRECATED_V8_INSNS)
|
||||
fprintf (stderr, "DEPRECATED_V8_INSNS ");
|
||||
if (flags & MASK_LEON)
|
||||
fprintf (stderr, "LEON ");
|
||||
if (flags & MASK_LEON3)
|
||||
fprintf (stderr, "LEON3 ");
|
||||
if (flags & MASK_SPARCLET)
|
||||
fprintf (stderr, "SPARCLET ");
|
||||
if (flags & MASK_SPARCLITE)
|
||||
|
Loading…
Reference in New Issue
Block a user