mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
import gdb-19990422 snapshot
This commit is contained in:
@ -839,7 +839,7 @@ symbol_file_command (args, from_tty)
|
||||
{
|
||||
nomem (0);
|
||||
}
|
||||
cleanups = make_cleanup ((make_cleanup_func) freeargv, (char *) argv);
|
||||
cleanups = make_cleanup_freeargv (argv);
|
||||
while (*argv != NULL)
|
||||
{
|
||||
if (STREQ (*argv, "-mapped"))
|
||||
|
Reference in New Issue
Block a user