From c77291841ca9414189cfdaf69c41d2ac56f921f7 Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Wed, 23 Jan 2013 15:24:52 +0000 Subject: [PATCH] Add TARGET_OS_CPP_BUILTINS for microblaze*-linux From-SVN: r195408 --- gcc/ChangeLog | 5 +++++ gcc/config/microblaze/linux.h | 3 +++ 2 files changed, 8 insertions(+) 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 + + * gcc/config/microblaze/linux.h: Add TARGET_OS_CPP_BUILTINS + 2013-01-23 Georg-Johann Lay 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 * 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() -- 2.30.2