Applied solib-svr4.c changes for NetBSD from Matthew Green.
This commit is contained in:
parent
e87d965b56
commit
1f72e58919
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-12-14 Matthew Green <mrg@eterna.com.au>
|
||||
|
||||
* solib-svr4.c (solib_break_names): Add NetBSD's `_rtld_debug_state'.
|
||||
|
||||
2000-12-14 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* defs.h, utils.c (xfree): New function.
|
||||
|
|
|
@ -82,6 +82,7 @@ static char *solib_break_names[] =
|
|||
"_r_debug_state",
|
||||
"_dl_debug_state",
|
||||
"rtld_db_dlactivity",
|
||||
"_rtld_debug_state",
|
||||
NULL
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue