Commit c7729184 by Edgar E. Iglesias Committed by Michael Eager

Add TARGET_OS_CPP_BUILTINS for microblaze*-linux

From-SVN: r195408
parent dc62d7d1
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,
......
......@@ -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()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment