Source-Changes-HG archive

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

[src/trunk]: src Install <mips/frame.h>, now needed for dtrace.



details:   https://anonhg.NetBSD.org/src/rev/a53c42466ce9
branches:  trunk
changeset: 954100:a53c42466ce9
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Mar 29 01:48:29 2021 +0000

description:
Install <mips/frame.h>, now needed for dtrace.

diffstat:

 distrib/sets/lists/comp/ad.mips |  3 ++-
 sys/arch/mips/include/Makefile  |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r f73b60c0fbba -r a53c42466ce9 distrib/sets/lists/comp/ad.mips
--- a/distrib/sets/lists/comp/ad.mips   Mon Mar 29 01:47:45 2021 +0000
+++ b/distrib/sets/lists/comp/ad.mips   Mon Mar 29 01:48:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mips,v 1.86 2020/09/07 00:19:04 mrg Exp $
+# $NetBSD: ad.mips,v 1.87 2021/03/29 01:48:29 simonb Exp $
 -./usr/lib/64/libgomp.a
 -./usr/lib/64/libgomp.so
 -./usr/lib/64/libgomp.so.1
@@ -55,6 +55,7 @@
 ./usr/include/mips/endian_machdep.h            comp-c-include
 ./usr/include/mips/fenv.h                      comp-c-include
 ./usr/include/mips/float.h                     comp-c-include
+./usr/include/mips/frame.h                     comp-c-include
 ./usr/include/mips/ieee.h                      comp-c-include
 ./usr/include/mips/ieeefp.h                    comp-c-include
 ./usr/include/mips/int_const.h                 comp-c-include
diff -r f73b60c0fbba -r a53c42466ce9 sys/arch/mips/include/Makefile
--- a/sys/arch/mips/include/Makefile    Mon Mar 29 01:47:45 2021 +0000
+++ b/sys/arch/mips/include/Makefile    Mon Mar 29 01:48:29 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.34 2018/07/12 10:46:45 maxv Exp $
+#      $NetBSD: Makefile,v 1.35 2021/03/29 01:48:29 simonb Exp $
 
 INCSDIR= /usr/include/mips
 
@@ -6,7 +6,7 @@
        bswap.h \
        cachectl.h cdefs.h cpu.h cpuregs.h \
        ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
-       fenv.h float.h \
+       fenv.h float.h frame.h \
        ieee.h ieeefp.h \
        int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
        kcore.h kdbparam.h \



Home | Main Index | Thread Index | Old Index