From: Jason Thorpe Date: Sat, 11 May 2002 22:21:26 +0000 (+0000) Subject: * nbsd-tdep.c: Fix comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c7861b3c0d2d87a0fb9b6d99865bd5da78b9173;p=binutils-gdb.git * nbsd-tdep.c: Fix comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f3f668a895b..e2aad0db845 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-05-11 Jason Thorpe + + * nbsd-tdep.c: Fix comment. + 2002-05-11 Jason Thorpe * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c. 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 (but without actual reference to that file). + structure for NetBSD targets using the struct offsets defined + in (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. */