diff options
author | John Gilmore <gnu@cygnus> | 1991-08-02 07:15:20 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-08-02 07:15:20 +0000 |
commit | 3b271cf4c066187c9047742bc2d1470ffb9089ac (patch) | |
tree | 56230fb862780d52586107c3f491436cc28a4aea /gdb/ChangeLog | |
parent | fe2def4b40fc9e60a37080d524f7278f817ee92c (diff) | |
download | gdb-3b271cf4c066187c9047742bc2d1470ffb9089ac.zip gdb-3b271cf4c066187c9047742bc2d1470ffb9089ac.tar.gz gdb-3b271cf4c066187c9047742bc2d1470ffb9089ac.tar.bz2 |
Roll VERSION to 3.98.1. Use path to find $SHELL in "run" command.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7825548..ce61a5e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Fri Aug 2 00:13:06 1991 John Gilmore (gnu at cygint.cygnus.com) + + * Makefile.in: Bump VERSION to 3.98.1 + * infrun.c (child_create_process): Use execlp to find the + shell to exec our target program. This requires some fiddling + with `environ' since there is no execlpe(). + Thu Aug 1 15:35:17 1991 Roland H. Pesch (pesch at fowanton.cygnus.com) * Makefile.in, doc/gdbrc.tex, doc/rc-* (new files): |