* nbsd-tdep.c: Fix comment.

This commit is contained in:
Jason Thorpe 2002-05-11 22:21:26 +00:00
parent ea5bc2a606
commit 6c7861b3c0
2 changed files with 8 additions and 5 deletions

View 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> 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
* Makefile.in (ALLDEPFILES): Add nbsd-tdep.c. * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.

View File

@ -23,12 +23,11 @@
#include "solib-svr4.h" #include "solib-svr4.h"
/* Fetch (and possibly build) an appropriate link_map_offsets /* Fetch (and possibly build) an appropriate link_map_offsets
structure for NetBSD/sh targets using the struct offsets structure for NetBSD targets using the struct offsets defined
defined in <link.h> (but without actual reference to that file). in <link.h> (but without actual reference to that file).
This makes it possible to access NetBSD/sh shared libraries This makes it possible to access NetBSD shared libraries from a
from a GDB that was not built on a NetBSD/sh host (for cross GDB that was not built on the same platform (for cross debugging).
debugging).
We provide versions for ILP32 and LP64 NetBSD targets here. */ We provide versions for ILP32 and LP64 NetBSD targets here. */