mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-05-13 15:46:05 +00:00
* solist.h (struct so_list): Document the requirement that
current_sos initialize some fields to 0.
This commit is contained in:
parent
ae23c49223
commit
fa3b51d224
@ -1,3 +1,8 @@
|
|||||||
|
2001-05-24 Nick Duffek <nsd@redhat.com>
|
||||||
|
|
||||||
|
* solist.h (struct so_list): Document the requirement that
|
||||||
|
current_sos initialize some fields to 0.
|
||||||
|
|
||||||
2001-05-24 Mark Kettenis <kettenis@gnu.org>
|
2001-05-24 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* gnu-nat.c: Include <ctype.h>.
|
* gnu-nat.c: Include <ctype.h>.
|
||||||
|
@ -52,7 +52,9 @@ struct so_list
|
|||||||
|
|
||||||
/* The following fields of the structure are built from
|
/* The following fields of the structure are built from
|
||||||
information gathered from the shared object file itself, and
|
information gathered from the shared object file itself, and
|
||||||
are initialized when we actually add it to our symbol tables. */
|
are set when we actually add it to our symbol tables.
|
||||||
|
|
||||||
|
current_sos must initialize these fields to 0. */
|
||||||
|
|
||||||
bfd *abfd;
|
bfd *abfd;
|
||||||
char symbols_loaded; /* flag: symbols read in yet? */
|
char symbols_loaded; /* flag: symbols read in yet? */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user