mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
* environ.c (set_in_environ): Eliminate special handling of PATH and
GNUTARGET. * putenv.c: Removed, conflicts with system declaration of putenv on RS/6000 running AIX 3.2.5, and above change makes it unnecessary. * Makefile.in: Change accordingly. * procfs.c (procfs_create_inferior): Change comment accordingly.
This commit is contained in:
@ -3452,8 +3452,8 @@ procfs_create_inferior (exec_file, allargs, env)
|
||||
|
||||
char *p;
|
||||
char *p1;
|
||||
/* FIXME-maybe: might want "set path" command to replace putenv hack
|
||||
in set_in_environ. */
|
||||
/* FIXME-maybe: might want "set path" command so user can change what
|
||||
path is used from within GDB. */
|
||||
char *path = getenv ("PATH");
|
||||
int len;
|
||||
struct stat statbuf;
|
||||
|
Reference in New Issue
Block a user