Module Name:    src
Committed By:   christos
Date:           Wed Mar 23 12:45:50 UTC 2016

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/vax: vax.h

Log Message:
Fix vax build, now we fail in:
/usr/src/lib/csu/common/crt0-common.c: In function '___start':
/usr/src/lib/csu/common/crt0-common.c:184:1: internal compiler error: in 
dwf_regno, at dwarf2cfi.c:988
 }
  ^


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/dist/gcc/config/vax/vax.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/vax/vax.h
diff -u src/external/gpl3/gcc/dist/gcc/config/vax/vax.h:1.4 src/external/gpl3/gcc/dist/gcc/config/vax/vax.h:1.5
--- src/external/gpl3/gcc/dist/gcc/config/vax/vax.h:1.4	Sun Jan 24 04:43:34 2016
+++ src/external/gpl3/gcc/dist/gcc/config/vax/vax.h	Wed Mar 23 08:45:50 2016
@@ -17,6 +17,7 @@ You should have received a copy of the G
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+#include "vax-protos.h"
 
 /* Target CPU builtins.  */
 #define TARGET_CPU_CPP_BUILTINS()		\

Reply via email to