Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Move a comment so that it is correct.
details: https://anonhg.NetBSD.org/src/rev/983c98bec4cc
branches: trunk
changeset: 758029:983c98bec4cc
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Oct 14 07:51:21 2010 +0000
description:
Move a comment so that it is correct.
diffstat:
include/link_elf.h | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (23 lines):
diff -r 52d3c16d7e0e -r 983c98bec4cc include/link_elf.h
--- a/include/link_elf.h Thu Oct 14 07:05:03 2010 +0000
+++ b/include/link_elf.h Thu Oct 14 07:51:21 2010 +0000
@@ -1,8 +1,4 @@
-/* $NetBSD: link_elf.h,v 1.8 2009/11/04 19:28:03 pooka Exp $ */
-
-/*
- * This only exists for GDB.
- */
+/* $NetBSD: link_elf.h,v 1.9 2010/10/14 07:51:21 skrll Exp $ */
#ifndef _LINK_ELF_H_
#define _LINK_ELF_H_
@@ -22,6 +18,9 @@
struct link_map *l_prev;
} Link_map;
+/*
+ * This only exists for GDB.
+ */
struct r_debug {
int r_version; /* not used */
struct link_map *r_map; /* list of loaded images */
Home |
Main Index |
Thread Index |
Old Index