Commit 2a43063e by Jeff Law Committed by Jeff Law

[PATCH] Fix building microblaze targets with trunk

[PATCH] Fix building microblaze targets with trunk
	* config/microblaze/microblaze.c (microblaze_version_to_int): Remove
	computation of unused value.

From-SVN: r228263
parent bbfe9e02
2015-09-29 Jeff Law <law@redhat.com> 2015-09-29 Jeff Law <law@redhat.com>
* config/microblaze/microblaze.c (microblaze_version_to_int): Remove
computation of unused value.
* config/pdp11/pdp11.c (pdp11_branch_cost): New function. * config/pdp11/pdp11.c (pdp11_branch_cost): New function.
* config/pdp11/pdp11.h (BRANCH_COST): Call function rather than * config/pdp11/pdp11.h (BRANCH_COST): Call function rather than
inline macro expansion. inline macro expansion.
...@@ -1640,7 +1640,7 @@ microblaze_version_to_int (const char *version) ...@@ -1640,7 +1640,7 @@ microblaze_version_to_int (const char *version)
{ /* Looking for major */ { /* Looking for major */
if (*p == '.') if (*p == '.')
{ {
*v++; v++;
} }
else else
{ {
......
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