summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-05-09 17:46:17 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-05-09 17:46:17 +0000
commit34a989ed16211935de60acb21d991710b31f1dbb (patch)
tree4d20343f4a8f8577220bbd3bbec1f435e9868df5
parent11cc9f929920c5d6830b8046f9c13381c85ef37d (diff)
downloadbinutils-redhat-34a989ed16211935de60acb21d991710b31f1dbb.tar.gz
* gdb/bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
from_tty. * gdb/remote.c (remote_get_shared_libraries): Don't call solib_add. * gdb/solib.c: Include "exceptions.h". (solib_map_sections): Throw NOT_FOUND_ERROR if appropriate. (symbol_add_stub): Delete. (solib_read_symbols): Use TRY_CATCH. Inline symbol_add_stub. Use current from_tty, not a copy from the so_list. Don't warn a second time for a missing library. (update_solib_list): Don't save from_tty. Use TRY_CATCH. Print out a single warning for all missing libraries. * gdb/solist.h (struct so_list): Remove from_tty. * gdb/Makefile.in (solib.o): Update.
-rw-r--r--ChangeLog.csl16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 0b49e239da..04f61f2f11 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,19 @@
+2006-05-09 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gdb/bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
+ from_tty.
+ * gdb/remote.c (remote_get_shared_libraries): Don't call solib_add.
+ * gdb/solib.c: Include "exceptions.h".
+ (solib_map_sections): Throw NOT_FOUND_ERROR if appropriate.
+ (symbol_add_stub): Delete.
+ (solib_read_symbols): Use TRY_CATCH. Inline symbol_add_stub.
+ Use current from_tty, not a copy from the so_list. Don't warn
+ a second time for a missing library.
+ (update_solib_list): Don't save from_tty. Use TRY_CATCH. Print
+ out a single warning for all missing libraries.
+ * gdb/solist.h (struct so_list): Remove from_tty.
+ * gdb/Makefile.in (solib.o): Update.
+
2006-05-08 Daniel Jacobowitz <dan@codesourcery.com>
* gdb/remote.c (remote_get_shared_libraries): Check for NULL ops.