mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-30 21:34:42 +08:00
import gdb-19990504 snapshot
This commit is contained in:
@ -529,7 +529,7 @@ openp (path, try_cwd_first, string, mode, prot, filename_opened)
|
||||
mode |= O_BINARY;
|
||||
#endif
|
||||
|
||||
if (try_cwd_first || SLASH_P (string[0]))
|
||||
if (try_cwd_first || ROOTED_P (string))
|
||||
{
|
||||
int i;
|
||||
filename = string;
|
||||
|
Reference in New Issue
Block a user