Applied solib-svr4.c changes for NetBSD from Matthew Green.
authorKevin Buettner <kevinb@redhat.com>
Fri, 15 Dec 2000 02:04:59 +0000 (02:04 +0000)
committerKevin Buettner <kevinb@redhat.com>
Fri, 15 Dec 2000 02:04:59 +0000 (02:04 +0000)
gdb/ChangeLog
gdb/solib-svr4.c

index 5f45c56105c51bbcdc74bc115a195e3dda4a933a..ff70e0acc0823a73b59a87e2d9155bbf7f7e3561 100644 (file)
@@ -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.
index 0f535a61c66aa5df9ad669c7f72b7a6b575f530f..603c69c490865c9f8f35a6700bb124992ad9895b 100644 (file)
@@ -82,6 +82,7 @@ static char *solib_break_names[] =
   "_r_debug_state",
   "_dl_debug_state",
   "rtld_db_dlactivity",
+  "_rtld_debug_state",
   NULL
 };
 #endif