svn commit: r280704 - head/contrib/gcc/config/aarch64

Andrew Turner andrew at FreeBSD.org
Thu Mar 26 18:25:54 UTC 2015


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


More information about the svn-src-head mailing list