Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2015 18:25:54 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280704 - head/contrib/gcc/config/aarch64
Message-ID:  <201503261825.t2QIPsMO014817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503261825.t2QIPsMO014817>