public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, microblaze]: Add TARGET_OS_CPP_BUILTINS for microblaze*-linux
@ 2013-01-21  5:47 David Holsgrove
  2013-01-23 15:25 ` Michael Eager
  0 siblings, 1 reply; 2+ messages in thread
From: David Holsgrove @ 2013-01-21  5:47 UTC (permalink / raw)
  To: gcc-patches
  Cc: Michael Eager, John Williams, Edgar E. Iglesias, Vinod Kathail,
	Vidhumouli Hunsigida, Nagaraju Mekala, Tom Shui

[-- 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch, microblaze]: Add TARGET_OS_CPP_BUILTINS for microblaze*-linux
  2013-01-21  5:47 [Patch, microblaze]: Add TARGET_OS_CPP_BUILTINS for microblaze*-linux David Holsgrove
@ 2013-01-23 15:25 ` Michael Eager
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Eager @ 2013-01-23 15:25 UTC (permalink / raw)
  To: David Holsgrove
  Cc: gcc-patches, John Williams, Edgar E. Iglesias, Vinod Kathail,
	Vidhumouli Hunsigida, Nagaraju Mekala, Tom Shui

On 01/20/2013 09:46 PM, David Holsgrove wrote:
> gcc/Changelog
>
> 2013-01-21  Edgar E. Iglesias <edgar.iglesias@gmail.com>
>
>   * gcc/config/microblaze/linux.h: Add TARGET_OS_CPP_BUILTINS
>

Committed revision 195408.

-- 
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-23 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-21  5:47 [Patch, microblaze]: Add TARGET_OS_CPP_BUILTINS for microblaze*-linux David Holsgrove
2013-01-23 15:25 ` Michael Eager

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