diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2013-01-23 15:24:52 +0000 |
---|---|---|
committer | Michael Eager <eager@gcc.gnu.org> | 2013-01-23 15:24:52 +0000 |
commit | c77291841ca9414189cfdaf69c41d2ac56f921f7 (patch) | |
tree | be253afd9515304ff902552f0928eef49e568024 | |
parent | dc62d7d151e6645b5ec0dae816379065d45edb75 (diff) | |
download | gcc-c77291841ca9414189cfdaf69c41d2ac56f921f7.zip gcc-c77291841ca9414189cfdaf69c41d2ac56f921f7.tar.gz gcc-c77291841ca9414189cfdaf69c41d2ac56f921f7.tar.bz2 |
Add TARGET_OS_CPP_BUILTINS for microblaze*-linux
From-SVN: r195408
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/microblaze/linux.h | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 51a7504..a90ec6ef 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 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() |