diff options
author | Pedro Alves <pedro@codesourcery.com> | 2008-07-09 11:16:49 +0000 |
---|---|---|
committer | Pedro Alves <pedro@codesourcery.com> | 2008-07-09 11:16:49 +0000 |
commit | 37f7f50449affa0e4d50deb20b422d98491ee664 (patch) | |
tree | f59a6cce480485255601cc329f7cd83b1ff1b9db /gdb/ChangeLog | |
parent | 61a04f82cf2720578da4c32b5342e391d1b13cce (diff) | |
download | gdb-37f7f50449affa0e4d50deb20b422d98491ee664.tar.gz |
gdb/
2008-07-09 Pedro Alves <pedro@codesourcery.com>
* symfile.c (load_command): Reopen the exec file and reread
symbols before anything else.
gdb/testsuite/
2008-07-09 Pedro Alves <pedro@codesourcery.com>
* gdb.base/chng-syms.exp: Don't expect "No symbol ...".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9bcadff69b6..b85fcec29ca 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2008-07-09 Pedro Alves <pedro@codesourcery.com> + * symfile.c (load_command): Reopen the exec file and reread + symbols before anything else. + +2008-07-09 Pedro Alves <pedro@codesourcery.com> + * remote-sim.c: Include gdbthread.h. (remote_sim_ptid): New global. (gdbsim_create_inferior): Silently add the main task to GDB's |