Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/vax Fix vax build, now we ...



details:   https://anonhg.NetBSD.org/src/rev/29ce6fcf298a
branches:  trunk
changeset: 814489:29ce6fcf298a
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 23 12:45:50 2016 +0000

description:
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
 }
  ^

diffstat:

 external/gpl3/gcc/dist/gcc/config/vax/vax.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 197eff808627 -r 29ce6fcf298a external/gpl3/gcc/dist/gcc/config/vax/vax.h
--- a/external/gpl3/gcc/dist/gcc/config/vax/vax.h       Wed Mar 23 10:14:07 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/vax/vax.h       Wed Mar 23 12:45:50 2016 +0000
@@ -17,6 +17,7 @@
 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()              \



Home | Main Index | Thread Index | Old Index