Add TARGET_OS_CPP_BUILTINS for microblaze*-linux
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Wed, 23 Jan 2013 15:24:52 +0000 (15:24 +0000)
committerMichael Eager <eager@gcc.gnu.org>
Wed, 23 Jan 2013 15:24:52 +0000 (15:24 +0000)
From-SVN: r195408

gcc/ChangeLog
gcc/config/microblaze/linux.h

index 51a750408145eca7f9095801114519bf1d387cb9..a90ec6ef1fff8de29c126b8f0af0cbe259842aa2 100644 (file)
@@ -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
        * 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,
index 9ff8b8a05e50aecbc6b7b87107e205403a9375e8..c0255f76d25d03a923dd5a49d54a925d7e19f27a 100644 (file)
@@ -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()