public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Commit: Define __v850e__ when compiling for the V850E.
@ 2011-06-30 10:19 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2011-06-30 10:19 UTC (permalink / raw)
  To: gcc-patches

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__}"

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

only message in thread, other threads:[~2011-06-30  9:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-30 10:19 Commit: Define __v850e__ when compiling for the V850E Nick Clifton

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).