diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-22 18:29:23 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-22 18:29:23 +0000 |
commit | f5a0908f3be1ceb30a7bbd4b6b1afef7858c1123 (patch) | |
tree | 78d66472310da7bb2424085ab72e336ef6c253bc /gdb | |
parent | d290d8da0e41d35c56c870a156e82ae2d520363e (diff) | |
download | gdb-f5a0908f3be1ceb30a7bbd4b6b1afef7858c1123.zip gdb-f5a0908f3be1ceb30a7bbd4b6b1afef7858c1123.tar.gz gdb-f5a0908f3be1ceb30a7bbd4b6b1afef7858c1123.tar.bz2 |
* solib.c (symbol_add_stub): If so->textsection is NULL, don't
dump core.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 41ee581..9c5b811 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 22 11:27:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * solib.c (symbol_add_stub): If so->textsection is NULL, don't + dump core. + Thu Apr 21 07:45:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * utils.c (prompt_for_continue): Annotate prompt. |