aboutsummaryrefslogtreecommitdiff
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
commit6c7861b3c0d2d87a0fb9b6d99865bd5da78b9173 (patch)
treebf35b34d0a586f5d6dddeb38ee1e7b9243aaaee0 /gdb/nbsd-tdep.c
parentea5bc2a6064698fb3a18f816e1d8f11baa74180a (diff)
* 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 b5cdffb936..71e229d57b 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. */