public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r10-10125] sparc: Print out bit names for LEON and LEON3 with -mdebug
@ 2021-09-16 11:47 Daniel Hellstrom
  0 siblings, 0 replies; only message in thread
From: Daniel Hellstrom @ 2021-09-16 11:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7f2d20757ae45b29bca58350570ff1b903beaaa2

commit r10-10125-g7f2d20757ae45b29bca58350570ff1b903beaaa2
Author: Andreas Larsson <andreas@gaisler.com>
Date:   Wed Jul 5 13:36:31 2017 +0200

    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.

Diff:
---
 gcc/config/sparc/sparc.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c
index d0843102148..6a765bccb88 100644
--- a/gcc/config/sparc/sparc.c
+++ b/gcc/config/sparc/sparc.c
@@ -1600,6 +1600,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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-16 11:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 11:47 [gcc r10-10125] sparc: Print out bit names for LEON and LEON3 with -mdebug Daniel Hellstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).