diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-10-09 19:58:07 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-10-09 19:58:07 +0000 |
commit | 8bb752867cc0906c585051cbe0b0e766da0d910c (patch) | |
tree | 1a28ce287e3e928c5f391828ca5000c5a0b2fd5c /gdb/ChangeLog | |
parent | d9639e132982392ca2d53802e571db5afe274e61 (diff) | |
download | gdb-8bb752867cc0906c585051cbe0b0e766da0d910c.zip gdb-8bb752867cc0906c585051cbe0b0e766da0d910c.tar.gz gdb-8bb752867cc0906c585051cbe0b0e766da0d910c.tar.bz2 |
* solib.c (solib_read_symbols): Stop if the file was not found.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 81589e5..ad3ff0b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-10-09 Daniel Jacobowitz <dan@codesourcery.com> + + * solib.c (solib_read_symbols): Stop if the file was not found. + 2006-10-09 Paul Pluzhnikov <ppluzhnikov@charter.net> PR c++/2116 |