From 68e0df6c994ccb3d665b08a36d33210eac506855 Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 26 Mar 2015 18:25:53 +0000 Subject: [PATCH] Also define DWARF_FRAME_REGISTERS. This is used to size arrays, without this exceptions could write over the stack. Sponsored by: The FreeBSD Foundation --- contrib/gcc/config/aarch64/aarch64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gcc/config/aarch64/aarch64.h b/contrib/gcc/config/aarch64/aarch64.h index 7342f8882f01..a434b2fa274b 100644 --- a/contrib/gcc/config/aarch64/aarch64.h +++ b/contrib/gcc/config/aarch64/aarch64.h @@ -1,3 +1,3 @@ -/* $FreeBSD */ #define FIRST_PSEUDO_REGISTER 67 +#define DWARF_FRAME_REGISTERS 97