summaryrefslogtreecommitdiff
path: root/gdb/nbsd-tdep.c
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-05-11 22:21:26 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-05-11 22:21:26 +0000
commit95dbf44745964ec26d8b564a4d330a1cc0723e8c (patch)
treec02b69298cfe395b4964a07054a0d29e6a198019 /gdb/nbsd-tdep.c
parent74b4c86fbeba1e89187d44aa415dd80502e7d0c8 (diff)
downloadgdb-95dbf44745964ec26d8b564a4d330a1cc0723e8c.tar.gz
* nbsd-tdep.c: Fix comment.
Diffstat (limited to 'gdb/nbsd-tdep.c')
-rw-r--r--gdb/nbsd-tdep.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/nbsd-tdep.c b/gdb/nbsd-tdep.c
index b5cdffb9369..71e229d57b0 100644
--- a/gdb/nbsd-tdep.c
+++ b/gdb/nbsd-tdep.c
@@ -23,12 +23,11 @@
#include "solib-svr4.h"
/* Fetch (and possibly build) an appropriate link_map_offsets
- structure for NetBSD/sh targets using the struct offsets
- defined in <link.h> (but without actual reference to that file).
+ structure for NetBSD targets using the struct offsets defined
+ in <link.h> (but without actual reference to that file).
- This makes it possible to access NetBSD/sh shared libraries
- from a GDB that was not built on a NetBSD/sh host (for cross
- debugging).
+ This makes it possible to access NetBSD shared libraries from a
+ GDB that was not built on the same platform (for cross debugging).
We provide versions for ILP32 and LP64 NetBSD targets here. */