diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-07-18 21:37:18 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-07-18 21:37:18 +0000 |
commit | b0fbe5a26d6dddbfc7813575c1c44b8ed0a69782 (patch) | |
tree | ef468171539a25ec92ca1a6d73928775e79d6b61 /gdb | |
parent | 8f2d75fcf4676436569174fb2f824a6d3f31efd1 (diff) | |
download | gdb-b0fbe5a26d6dddbfc7813575c1c44b8ed0a69782.zip gdb-b0fbe5a26d6dddbfc7813575c1c44b8ed0a69782.tar.gz gdb-b0fbe5a26d6dddbfc7813575c1c44b8ed0a69782.tar.bz2 |
(is there an echo in here?)
* solib.c (look_for_base): Don't deref exec_bfd if NULL.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8639599..9f66f88 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 18 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com) + + * solib.c (look_for_base): Don't deref exec_bfd if NULL. + Sun Jul 17 15:38:36 1994 Fred Fish (fnf@cygnus.com) * Makefile.in (VERSION): Bump to 4.12.4. |