aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreager <eager@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-23 15:24:52 +0000
committereager <eager@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-23 15:24:52 +0000
commitd6fe742590f3e27180428cb6bc7ac3c60cc2736a (patch)
treebe253afd9515304ff902552f0928eef49e568024
parentc9b315f41a34b2192ab56941b474d1e47d538602 (diff)
Add TARGET_OS_CPP_BUILTINS for microblaze*-linux
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195408 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/microblaze/linux.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 51a75040814..a90ec6ef1ff 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-23 Edgar E. Iglesias <edgar.iglesias@gmail.com>
+
+ * gcc/config/microblaze/linux.h: Add TARGET_OS_CPP_BUILTINS
+
2013-01-23 Georg-Johann Lay <avr@gjlay.de>
PR target/54222
@@ -110,6 +114,7 @@
* lra-constraints.c (curr_insn_transform): Don't reuse original
insn for secondary memory move when memory mode should be different.
+>>>>>>> .r195407
2013-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* config/pa/pa.md (atomic_loaddi, atomic_loaddi_1, atomic_storedi,
diff --git a/gcc/config/microblaze/linux.h b/gcc/config/microblaze/linux.h
index 9ff8b8a05e5..c0255f76d25 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()