From d1cb3194bb20a44eecafe4186cf4e368f2a4d5b8 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 30 Apr 2016 04:57:33 -0700 Subject: build libgcc with older version of compiler and add install script --- gcc/function.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/function.c') 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. */ -- cgit v1.2.3