diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-11-15 06:14:26 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-11-15 06:14:26 +0000 |
commit | 3e9527486deb003776f91efa24162f4716437356 (patch) | |
tree | e926287d11b23e52bc4bb42eb15d0efc9d936d4e /ChangeLog | |
parent | a629ee1c07e4918a18dc1f1f5a37b0c025fd6bfc (diff) | |
download | gdb-3e9527486deb003776f91efa24162f4716437356.tar.gz |
Remove CLEAR_SOLIB use.
* corelow.c (core_close): Don't check for CLEAR_SOLIB.
* infcmd.c (attach_command): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 809686646ad..4eff217f53d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-15 Vladimir Prus <vladimir@codesourcery.com> + + Remove CLEAR_SOLIB use. + * corelow.c (core_close): Don't check for CLEAR_SOLIB. + * infcmd.c (attach_command): Likewise. + 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.def (dependencies): Make configure-gdb depend on |