Module Name:    src
Committed By:   simonb
Date:           Tue Apr  6 07:56:10 UTC 2021

Modified Files:
        src/sys/sys: kern_ctf.h

Log Message:
Define the CTF ELF section header magic number.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/kern_ctf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/kern_ctf.h
diff -u src/sys/sys/kern_ctf.h:1.2 src/sys/sys/kern_ctf.h:1.3
--- src/sys/sys/kern_ctf.h:1.2	Mon May 28 21:05:02 2018
+++ src/sys/sys/kern_ctf.h	Tue Apr  6 07:56:10 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: kern_ctf.h,v 1.2 2018/05/28 21:05:02 chs Exp $	*/
+/*	$NetBSD: kern_ctf.h,v 1.3 2021/04/06 07:56:10 simonb Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -29,6 +29,8 @@
 #ifndef _SYS_CTF_H_
 #define	_SYS_CTF_H_
 
+#define	CTF_MAGIC	0xcff1	/* magic number identifying header */
+
 /*
  * Modules CTF section
  */

Reply via email to