public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: David Holsgrove <david.holsgrove@xilinx.com>
To: gcc-patches@gcc.gnu.org
Cc: Michael Eager <eager@eagercon.com>,
	John Williams <john.williams@xilinx.com>,
		"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
	Vinod Kathail <vinod.kathail@xilinx.com>,
		Vidhumouli Hunsigida <vidhum@xilinx.com>,
	Nagaraju Mekala <nagaraju.mekala@xilinx.com>,
		Tom Shui <tom.shui@xilinx.com>
Subject: [Patch, microblaze]: Add TARGET_OS_CPP_BUILTINS for microblaze*-linux
Date: Mon, 21 Jan 2013 05:47:00 -0000	[thread overview]
Message-ID: <CAM=EW8aWg4x01TXqVhB3KhnXE5Y6qTxM01x6JanOZcLnTXV0sQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 134 bytes --]

gcc/Changelog

2013-01-21  Edgar E. Iglesias <edgar.iglesias@gmail.com>

 * gcc/config/microblaze/linux.h: Add TARGET_OS_CPP_BUILTINS

[-- Attachment #2: 0004-Add-TARGET_OS_CPP_BUILTINS-for-microblaze-linux.patch --]
[-- Type: application/octet-stream, Size: 989 bytes --]

From a746d590881c4fffcf4ca66e084df2b2e88891f2 Mon Sep 17 00:00:00 2001
From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
Date: Tue, 15 May 2012 12:18:30 +0200
Subject: [PATCH] Add TARGET_OS_CPP_BUILTINS for microblaze*-linux

gcc/Changelog

2013-01-21  Edgar E. Iglesias <edgar.iglesias@gmail.com>

 * gcc/config/microblaze/linux.h: Add TARGET_OS_CPP_BUILTINS

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
---
 gcc/config/microblaze/linux.h |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/config/microblaze/linux.h b/gcc/config/microblaze/linux.h
index 9ff8b8a..c0255f7 100644
--- a/gcc/config/microblaze/linux.h
+++ b/gcc/config/microblaze/linux.h
@@ -33,3 +33,6 @@
       -dynamic-linker %(dynamic_linker)} \
     %{static:-static}}"
 
+/* For the microblaze-*-linux* subtarget.  */
+#undef TARGET_OS_CPP_BUILTINS
+#define TARGET_OS_CPP_BUILTINS() GNU_USER_TARGET_OS_CPP_BUILTINS()
-- 
1.7.9.5


             reply	other threads:[~2013-01-21  5:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-21  5:47 David Holsgrove [this message]
2013-01-23 15:25 ` Michael Eager

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='CAM=EW8aWg4x01TXqVhB3KhnXE5Y6qTxM01x6JanOZcLnTXV0sQ@mail.gmail.com' \
    --to=david.holsgrove@xilinx.com \
    --cc=eager@eagercon.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=john.williams@xilinx.com \
    --cc=nagaraju.mekala@xilinx.com \
    --cc=tom.shui@xilinx.com \
    --cc=vidhum@xilinx.com \
    --cc=vinod.kathail@xilinx.com \
    /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).