Commit 04fe093a by Michael Meissner Committed by Michael Meissner

Fix typo in my last change

From-SVN: r179998
parent 2e2accf8
2011-10-14 Michael Meissner <meissner@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (rs6000_init_builtins): Fix typo in my
change on October 11th, 2011.
2011-10-14 Jakub Jelinek <jakub@redhat.com> 2011-10-14 Jakub Jelinek <jakub@redhat.com>
* config/i386/sse.md (vec_interleave_high<mode>, * config/i386/sse.md (vec_interleave_high<mode>,
...@@ -11,7 +16,7 @@ ...@@ -11,7 +16,7 @@
Fix thinko from r179765 Fix thinko from r179765
* config/avr/avr.c (avr_option_override): Don't override * config/avr/avr.c (avr_option_override): Don't override
flag_omit_frame_pointer if not actually needed. flag_omit_frame_pointer if not actually needed.
2011-10-14 Georg-Johann Lay <avr@gjlay.de> 2011-10-14 Georg-Johann Lay <avr@gjlay.de>
PR target/46278 PR target/46278
...@@ -12213,7 +12213,7 @@ rs6000_init_builtins (void) ...@@ -12213,7 +12213,7 @@ rs6000_init_builtins (void)
#if TARGET_XCOFF #if TARGET_XCOFF
/* AIX libm provides clog as __clog. */ /* AIX libm provides clog as __clog. */
if ((tdecl = builtin_decl_explicit ([BUILT_IN_CLOG))) != NULL_TREE) if ((tdecl = builtin_decl_explicit (BUILT_IN_CLOG)) != NULL_TREE)
set_user_assembler_name (tdecl, "__clog"); set_user_assembler_name (tdecl, "__clog");
#endif #endif
......
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