mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Remove CLEAR_SOLIB use.
* corelow.c (core_close): Don't check for CLEAR_SOLIB. * infcmd.c (attach_command): Likewise.
This commit is contained in:
@@ -1887,11 +1887,7 @@ attach_command (char *args, int from_tty)
|
||||
(gdb) attach 4712
|
||||
Cannot access memory at address 0xdeadbeef
|
||||
*/
|
||||
#ifdef CLEAR_SOLIB
|
||||
CLEAR_SOLIB ();
|
||||
#else
|
||||
clear_solib ();
|
||||
#endif
|
||||
clear_solib ();
|
||||
|
||||
target_attach (args, from_tty);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user