From: Philipp Thomas Date: Tue, 4 Jan 2011 16:59:42 +0000 (+0000) Subject: Fix obvious typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=017096ca1c3ba109f7c69a56888ae30ba61c191e;p=gcc.git Fix obvious typo. From-SVN: r168471 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d3162be53c2..2340cf31ef2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-01-04 Philipp Thomas + + * config/microblaze/microbalse.opt (mxl-float-convert): Fix + obvious typo. + 2011-01-04 Ulrich Weigand * function.c (thread_prologue_and_epilogue_insns): Do not crash diff --git a/gcc/config/microblaze/microblaze.opt b/gcc/config/microblaze/microblaze.opt index 45b2b170bc9..57380999626 100644 --- a/gcc/config/microblaze/microblaze.opt +++ b/gcc/config/microblaze/microblaze.opt @@ -74,7 +74,7 @@ Use multiply high instructions for high part of 32x32 multiply mxl-float-convert Target Mask(FLOAT_CONVERT) -Use hardware floating point converstion instructions +Use hardware floating point conversion instructions mxl-float-sqrt Target Mask(FLOAT_SQRT)