mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Remove internal gdb definition of fixed arg count concat() function and
convert to use of variable arg count concat() in libiberty.
This commit is contained in:
@ -342,7 +342,7 @@ core_file_command (filename, from_tty)
|
||||
corefile = savestring (filename, strlen (filename));
|
||||
else
|
||||
{
|
||||
corefile = concat (current_directory, "/", filename);
|
||||
corefile = concat (current_directory, "/", filename, NULL);
|
||||
}
|
||||
|
||||
#if 1 || defined(PYRAMID_CONTROL_FRAME_DEBUGGING)
|
||||
|
Reference in New Issue
Block a user