diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/solib-svr4.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5f45c56..ff70e0a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index 0f535a6..603c69c 100644 --- a/gdb/solib-svr4.c +++ b/gdb/solib-svr4.c @@ -82,6 +82,7 @@ static char *solib_break_names[] = "_r_debug_state", "_dl_debug_state", "rtld_db_dlactivity", + "_rtld_debug_state", NULL }; #endif |