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 arm-builtins needs insn-op...



details:   https://anonhg.NetBSD.org/src/rev/a49616af071f
branches:  trunk
changeset: 345954:a49616af071f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jun 17 03:27:50 2016 +0000

description:
arm-builtins needs insn-opinit.h

I had this sitting in my tree already, but prompted by Michael Plass on
port-arm

diffstat:

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

diffs (17 lines):

diff -r 6fc7c6ee7c85 -r a49616af071f external/gpl3/gcc/usr.bin/backend/Makefile
--- a/external/gpl3/gcc/usr.bin/backend/Makefile        Thu Jun 16 23:09:44 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/backend/Makefile        Fri Jun 17 03:27:50 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.31 2016/05/04 00:28:23 mrg Exp $
+#      $NetBSD: Makefile,v 1.32 2016/06/17 03:27:50 skrll Exp $
 
 LIBISPRIVATE=  yes
 
@@ -449,6 +449,7 @@
 
 .if ${MACHINE_CPU} == "arm"
 arm.d arm.o: insn-constants.h tm_p.h insn-opinit.h target-hooks-def.h
+arm-builtins.d arm-builtins.o: insn-opinit.h
 .endif
 
 .if ${GCC_MACHINE_ARCH} == "i386" || ${GCC_MACHINE_ARCH} == "x86_64"



Home | Main Index | Thread Index | Old Index