Now that pop_user_ctx() can handle the red zone, we don't need to tell gcc to never use it.
Rebuild your toolchain. Signed-off-by: Barret Rhoden <[email protected]> --- tools/compilers/gcc-glibc/gcc-4.9.2-akaros/gcc/config/i386/akaros64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/compilers/gcc-glibc/gcc-4.9.2-akaros/gcc/config/i386/akaros64.h b/tools/compilers/gcc-glibc/gcc-4.9.2-akaros/gcc/config/i386/akaros64.h index 6f5347151c22..c8cd4282d962 100644 --- a/tools/compilers/gcc-glibc/gcc-4.9.2-akaros/gcc/config/i386/akaros64.h +++ b/tools/compilers/gcc-glibc/gcc-4.9.2-akaros/gcc/config/i386/akaros64.h @@ -35,7 +35,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}" #undef CC1_SPEC -#define CC1_SPEC "%(cc1_cpu) %{profile:-p} -mno-red-zone " +#define CC1_SPEC "%(cc1_cpu) %{profile:-p} " /* The svr4 ABI for the i386 says that records and unions are returned in memory. In the 64bit compilation we will turn this flag off in -- 2.8.0.rc3.226.g39d4020 -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
