Author: andrew Date: Thu Mar 26 18:25:53 2015 New Revision: 280704 URL: https://svnweb.freebsd.org/changeset/base/280704
Log: Also define DWARF_FRAME_REGISTERS. This is used to size arrays, without this exceptions could write over the stack. Sponsored by: The FreeBSD Foundation Modified: head/contrib/gcc/config/aarch64/aarch64.h Modified: head/contrib/gcc/config/aarch64/aarch64.h ============================================================================== --- head/contrib/gcc/config/aarch64/aarch64.h Thu Mar 26 17:51:11 2015 (r280703) +++ head/contrib/gcc/config/aarch64/aarch64.h Thu Mar 26 18:25:53 2015 (r280704) @@ -1,3 +1,3 @@ -/* $FreeBSD */ #define FIRST_PSEUDO_REGISTER 67 +#define DWARF_FRAME_REGISTERS 97 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"