public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Nick Clifton <nickc@redhat.com>
To: gcc-patches@gcc.gnu.org
Subject: Commit: Define __v850e__ when compiling for the V850E.
Date: Thu, 30 Jun 2011 10:19:00 -0000	[thread overview]
Message-ID: <m3pqlv8yw2.fsf@redhat.com> (raw)

Hi Guys,

  I am applying the following patch to the V850 backend.  It adds a
  preprocessor definition of the symbol __v850e__ when compiling for the
  V850E architecture variant.

Cheers
  Nick

gcc/ChangeLog
2011-06-30  Nick Clifton  <nickc@redhat.com>

	* config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
	for the V850E.

Index: gcc/config/v850/v850.h
===================================================================
--- gcc/config/v850/v850.h	(revision 175681)
+++ gcc/config/v850/v850.h	(working copy)
@@ -95,6 +95,7 @@
   %{mv850e2:-D__v850e2__} \
   %{mv850es:-D__v850e1__} \
   %{mv850e1:-D__v850e1__} \
+  %{mv850e:-D__v850e__} \
   %{mv850:-D__v850__} \
   %(subtarget_cpp_spec)" \
   " %{mep:-D__EP__}"

                 reply	other threads:[~2011-06-30  9:13 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=m3pqlv8yw2.fsf@redhat.com \
    --to=nickc@redhat.com \
    --cc=gcc-patches@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).