public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Daniel Hellstrom <danielh@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r10-10125] sparc: Print out bit names for LEON and LEON3 with -mdebug
Date: Thu, 16 Sep 2021 11:47:56 +0000 (GMT)	[thread overview]
Message-ID: <20210916114756.666DB3858D3C@sourceware.org> (raw)

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)


                 reply	other threads:[~2021-09-16 11:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210916114756.666DB3858D3C@sourceware.org \
    --to=danielh@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).