Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/usr.bin/backend add missing c...
details: https://anonhg.NetBSD.org/src/rev/2fa6e26b062f
branches: trunk
changeset: 318377:2fa6e26b062f
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Apr 19 22:01:27 2018 +0000
description:
add missing cgraphunit.c dependancy on pass_manager.h. should fix report
from thorpej on current-users about missing pass-instances.def.
diffstat:
external/gpl3/gcc/usr.bin/backend/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r fef3ab5fe1ba -r 2fa6e26b062f external/gpl3/gcc/usr.bin/backend/Makefile
--- a/external/gpl3/gcc/usr.bin/backend/Makefile Thu Apr 19 21:50:06 2018 +0000
+++ b/external/gpl3/gcc/usr.bin/backend/Makefile Thu Apr 19 22:01:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2018/04/13 01:14:19 mrg Exp $
+# $NetBSD: Makefile,v 1.49 2018/04/19 22:01:27 mrg Exp $
LIBISPRIVATE= yes
@@ -475,8 +475,8 @@
hash-table.d hash-table.o hash-table.lo: auto-build.h gtype-desc.h
gencfn-macros.d gencfn-macros.o gencfn-macros.lo: gtype-desc.h
pass_manager.h passes.c: pass-instances.def
-context.d coverage.d lto-cgraph.d passes.d statistics.d toplev.d: pass_manager.h
-context.o coverage.o lto-cgraph.o passes.o statistics.o toplev.o: pass_manager.h
+context.d coverage.d lto-cgraph.d passes.d statistics.d toplev.d cgraphunit.d: pass_manager.h
+context.o coverage.o lto-cgraph.o passes.o statistics.o toplev.o cgraphunit.o: pass_manager.h
insn-opinit.o insn-opinit.d: insn-flags.h
.for _f in insn-attrtab insn-automata insn-dfatab insn-latencytab insn-output
${_f}.o ${_f}.d: insn-attr-common.h insn-attr.h
Home |
Main Index |
Thread Index |
Old Index