* nbsd-tdep.c: Fix comment.
authorJason Thorpe <thorpej@netbsd.org>
Sat, 11 May 2002 22:21:26 +0000 (22:21 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sat, 11 May 2002 22:21:26 +0000 (22:21 +0000)
gdb/ChangeLog
gdb/nbsd-tdep.c

index f3f668a895b561e2bf8dd33059da4d54f2ed579f..e2aad0db845e04eef59d05ed5fc410f1bf23f4f0 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * nbsd-tdep.c: Fix comment.
+
 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
index b5cdffb9369fc0b47b89ae15c1e6cddf28d12584..71e229d57b0307699182bf4efcbf79cfe8ad01a7 100644 (file)
 #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.  */
   
This page took 0.052208 seconds and 4 git commands to generate.