mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* nbsd-tdep.c: Fix comment.
This commit is contained in:
@ -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. */
|
||||
|
||||
|
Reference in New Issue
Block a user