summaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-30 04:57:33 -0700
committerYamaArashi <shadow962@live.com>2016-04-30 04:57:33 -0700
commitd1cb3194bb20a44eecafe4186cf4e368f2a4d5b8 (patch)
treed0f27aa47b8f124d7e92b2e2747cc8c05da676b0 /gcc/function.c
parent0dfd357a5116b3d76fbaa9bcdd16902c28f60d2b (diff)
build libgcc with older version of compiler and add install script
Diffstat (limited to 'gcc/function.c')
-rwxr-xr-xgcc/function.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c
index d5ffd30..5119688 100755
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -6133,7 +6133,9 @@ expand_function_end (filename, line, end_bindings)
use_variable (outgoing);
}
+#ifndef OLD_COMPILER
use_return_register ();
+#endif
/* If this is an implementation of __throw, do what's necessary to
communicate between __builtin_eh_return and the epilogue. */