summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2010-10-14 07:51:21 +0000
committerskrll <skrll@NetBSD.org>2010-10-14 07:51:21 +0000
commit9c4f0f800bfddb71c3693d3d79ffa7cc8a4976b1 (patch)
tree661c51e12039c4dd5cd7d8274862fe7aee0d5ce8 /include
parent38be6befc7c12455080fd9d1a091f66f8bae0210 (diff)
Move a comment so that it is correct.
Diffstat (limited to 'include')
-rw-r--r--include/link_elf.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/link_elf.h b/include/link_elf.h
index 7236b5d7935..549704aee2c 100644
--- a/include/link_elf.h
+++ b/include/link_elf.h
@@ -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 @@ typedef struct link_map {
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 */