Source-Changes-HG archive

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

[src/netbsd-8]: src/external/gpl3/gcc/usr.bin/backend Pull up following revis...



details:   https://anonhg.NetBSD.org/src/rev/540cb558a4f2
branches:  netbsd-8
changeset: 851034:540cb558a4f2
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Sep 23 17:30:55 2017 +0000

description:
Pull up following revision(s) (requested by he in ticket #284):
        external/gpl3/gcc/usr.bin/backend/Makefile: revision 1.38
Replicate fix from the old gcc.old: alpha.d needs pass-instances.def.

diffstat:

 external/gpl3/gcc/usr.bin/backend/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d6ad5ca6f1e1 -r 540cb558a4f2 external/gpl3/gcc/usr.bin/backend/Makefile
--- a/external/gpl3/gcc/usr.bin/backend/Makefile        Sat Sep 23 17:28:41 2017 +0000
+++ b/external/gpl3/gcc/usr.bin/backend/Makefile        Sat Sep 23 17:30:55 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.36.4.1 2017/07/05 15:56:58 martin Exp $
+#      $NetBSD: Makefile,v 1.36.4.2 2017/09/23 17:30:55 snj Exp $
 
 LIBISPRIVATE=  yes
 
@@ -445,6 +445,7 @@
 
 .if ${GCC_MACHINE_ARCH} == "alpha"
 alpha.d alpha.o: tm-constrs.h tm_p.h insn-opinit.h target-hooks-def.h
+alpha.d: pass-instances.def
 .endif
 
 .if ${MACHINE_CPU} == "arm"



Home | Main Index | Thread Index | Old Index