aboutsummaryrefslogtreecommitdiff
path: root/gdb/corelow.c
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2007-11-15 06:14:26 +0000
committerVladimir Prus <vladimir@codesourcery.com>2007-11-15 06:14:26 +0000
commit7a72d44c5c8311b4109ccb0e3e3e8cd650c49177 (patch)
treebe25aff64ba588ea5acac0dbe73e000c2a5099b0 /gdb/corelow.c
parentfed590bb658baee680c11753ecff1b96f0bf3112 (diff)
downloadfsf-binutils-gdb-7a72d44c5c8311b4109ccb0e3e3e8cd650c49177.zip
fsf-binutils-gdb-7a72d44c5c8311b4109ccb0e3e3e8cd650c49177.tar.gz
fsf-binutils-gdb-7a72d44c5c8311b4109ccb0e3e3e8cd650c49177.tar.bz2
Remove CLEAR_SOLIB use.
* corelow.c (core_close): Don't check for CLEAR_SOLIB. * infcmd.c (attach_command): Likewise.
Diffstat (limited to 'gdb/corelow.c')
-rw-r--r--gdb/corelow.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/corelow.c b/gdb/corelow.c
index 07be3f4..faae451 100644
--- a/gdb/corelow.c
+++ b/gdb/corelow.c
@@ -199,11 +199,7 @@ core_close (int quitting)
/* Clear out solib state while the bfd is still open. See
comments in clear_solib in solib.c. */
-#ifdef CLEAR_SOLIB
- CLEAR_SOLIB ();
-#else
clear_solib ();
-#endif
name = bfd_get_filename (core_bfd);
if (!bfd_close (core_bfd))