diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-01-28 20:21:03 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-01-28 20:21:03 +0000 |
commit | c78d192c3ac7c45e048b4e402d4a6ab513a68e45 (patch) | |
tree | e9e2d20e1a7fcde7046d223d13343ede0d5ac45f /gdb/doc | |
parent | 0993fe0537c8bb9896bb0702c4e029b47e3e8d75 (diff) | |
download | binutils-c78d192c3ac7c45e048b4e402d4a6ab513a68e45.zip binutils-c78d192c3ac7c45e048b4e402d4a6ab513a68e45.tar.gz binutils-c78d192c3ac7c45e048b4e402d4a6ab513a68e45.tar.bz2 |
* fork-child.c (SHELL_FILE): Remove #ifndef.
(fork_inferior): Remove SHELL_COMMAND_CONCAT.
* gdbint.texinfo (Native Conditionals): Remove
SHELL_COMMAND_CONCAT and SHELL_FILE.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 37736a0..4028101 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-01-28 Daniel Jacobowitz <dan@codesourcery.com> + + * gdbint.texinfo (Native Conditionals): Remove + SHELL_COMMAND_CONCAT and SHELL_FILE. + 2008-01-23 Chris Demetriou <cgd@google.com> * gdb.texinfo (Threads): Document new "set print thread-events" diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 8aa7410..8946d5b 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4644,16 +4644,6 @@ Defines the format for the name of a @file{/proc} device. Should be defined in @file{nm.h} @emph{only} in order to override the default definition in @file{procfs.c}. -@item SHELL_COMMAND_CONCAT -@findex SHELL_COMMAND_CONCAT -If defined, is a string to prefix on the shell command used to start the -inferior. - -@item SHELL_FILE -@findex SHELL_FILE -If defined, this is the name of the shell to use to run the inferior. -Defaults to @code{"/bin/sh"}. - @item SOLIB_ADD (@var{filename}, @var{from_tty}, @var{targ}, @var{readsyms}) @findex SOLIB_ADD Define this to expand into an expression that will cause the symbols in |