diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-08-14 21:11:43 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-08-14 21:11:43 +0000 |
commit | 73b0368308d5783adc2d2a378d8b650e84e7bedd (patch) | |
tree | 973d39f44a8ab2206775c30d03ea33530b7e4e50 /gdb/doc | |
parent | 5cb0ff31a219b78f5ccde876512855cf88cd3740 (diff) | |
download | gdb-73b0368308d5783adc2d2a378d8b650e84e7bedd.zip gdb-73b0368308d5783adc2d2a378d8b650e84e7bedd.tar.gz gdb-73b0368308d5783adc2d2a378d8b650e84e7bedd.tar.bz2 |
* gdbint.texinfo (Host Definition): Delete description of
FCLOSE_PROVIDED and GETENV_PROVIDED.
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 4ab89d9..8eba9db 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-14 Mark Kettenis <kettenis@gnu.org> + + * gdbint.texinfo (Host Definition): Delete description of + FCLOSE_PROVIDED and GETENV_PROVIDED. + 2004-08-05 Mark Kettenis <kettenis@chello.nl> * gdbint.texinfo (Host Definition): Delete description of diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index d168e39..85b991f 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2165,19 +2165,9 @@ The default value of the prompt string (normally @code{"(gdb) "}). @cindex terminal device The name of the generic TTY device, defaults to @code{"/dev/tty"}. -@item FCLOSE_PROVIDED -Define this if the system declares @code{fclose} in the headers included -in @code{defs.h}. This isn't needed unless your compiler is unusually -anal. - @item FOPEN_RB Define this if binary files are opened the same way as text files. -@item GETENV_PROVIDED -Define this if the system declares @code{getenv} in its headers included -in @code{defs.h}. This isn't needed unless your compiler is unusually -anal. - @item HAVE_MMAP @findex mmap In some cases, use the system call @code{mmap} for reading symbol |