Fix typo in my last change
From-SVN: r179998
This commit is contained in:
parent
2e2accf8ae
commit
04fe093aea
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* config/i386/sse.md (vec_interleave_high<mode>,
|
||||
@ -11,7 +16,7 @@
|
||||
Fix thinko from r179765
|
||||
* config/avr/avr.c (avr_option_override): Don't override
|
||||
flag_omit_frame_pointer if not actually needed.
|
||||
|
||||
|
||||
2011-10-14 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR target/46278
|
||||
|
@ -12213,7 +12213,7 @@ rs6000_init_builtins (void)
|
||||
|
||||
#if TARGET_XCOFF
|
||||
/* 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");
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user