Module Name: src Committed By: skrll Date: Thu Oct 14 07:51:21 UTC 2010
Modified Files: src/include: link_elf.h Log Message: Move a comment so that it is correct. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/include/link_elf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/include/link_elf.h diff -u src/include/link_elf.h:1.8 src/include/link_elf.h:1.9 --- src/include/link_elf.h:1.8 Wed Nov 4 19:28:03 2009 +++ src/include/link_elf.h Thu Oct 14 07:51:21 2010 @@ -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 */