This is an automated email from the git hooks/post-receive script.
unknown user pushed a commit to branch hjl/iamcu/improve in repository gcc.
commit 5d868c0ec9676eae4879b652f0f5deb3f2516b78 Author: H.J. Lu hjl.tools@gmail.com Date: Fri Jul 10 04:05:53 2015 -0700
Turn off loop and funcion alignments for IA MCU --- gcc/config/i386/i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 964d693..f4c0c85 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -2557,7 +2557,7 @@ static const struct ptt processor_target_table[PROCESSOR_max] = {"i386", &i386_cost, 4, 3, 4, 3, 4}, {"i486", &i486_cost, 16, 15, 16, 15, 16}, {"pentium", &pentium_cost, 16, 7, 16, 7, 16}, - {"iamcu", &iamcu_cost, 16, 7, 16, 7, 16}, + {"iamcu", &iamcu_cost, 0, 0, 0, 0, 0}, {"pentiumpro", &pentiumpro_cost, 16, 15, 16, 10, 16}, {"pentium4", &pentium4_cost, 0, 0, 0, 0, 0}, {"nocona", &nocona_cost, 0, 0, 0, 0, 0},