aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-03-15 18:40:51 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-03-15 18:40:51 +0000
commitf93b941bdec27d25d9895af310d174aabb082d59 (patch)
treeccdeda8f222f206cb8d0ae88f88fc86db51b2396 /gdb/procfs.c
parent17221e410f1816b50bf4abfa6f242c44892e7f98 (diff)
downloadgdb-f93b941bdec27d25d9895af310d174aabb082d59.zip
gdb-f93b941bdec27d25d9895af310d174aabb082d59.tar.gz
gdb-f93b941bdec27d25d9895af310d174aabb082d59.tar.bz2
* 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.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c
index 86d7bb7..be94803 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -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;