Source-Changes-HG archive

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

src: ignore the ancient NetBSD emulation tag.



details:   https://anonhg.NetBSD.org/src/rev/57d2208c6cbb
branches:  trunk
changeset: 318116:57d2208c6cbb
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 12 20:49:08 2018 +0000
description:
ignore the ancient NetBSD emulation tag.

diffstat:

 sys/kern/exec_elf.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 7d964b1ab66d -r 57d2208c6cbb sys/kern/exec_elf.c
--- a/sys/kern/exec_elf.c       Thu Apr 12 20:48:41 2018 +0000
+++ b/sys/kern/exec_elf.c       Thu Apr 12 20:49:08 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.c,v 1.96 2018/03/18 13:18:39 christos Exp $   */
+/*     $NetBSD: exec_elf.c,v 1.97 2018/04/12 20:49:08 christos Exp $   */
 
 /*-
  * Copyright (c) 1994, 2000, 2005, 2015 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exec_elf.c,v 1.96 2018/03/18 13:18:39 christos Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exec_elf.c,v 1.97 2018/04/12 20:49:08 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pax.h"
@@ -1056,6 +1056,10 @@
        case ELF_NOTE_TYPE_GO_BUILDID_TAG:
                break;
 
+       case ELF_NOTE_TYPE_NETBSD_EMUL_TAG:
+               /* Ancient NetBSD version tag */
+               break;
+
        default:
                BADNOTE("unknown tag");
 bad:



Home | Main Index | Thread Index | Old Index