diff options
author | Pedro Alves <palves@redhat.com> | 2008-01-05 16:49:53 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-01-05 16:49:53 +0000 |
commit | a4d9b460bdb43dd457b972723d7823193d697249 (patch) | |
tree | cc0a44d228497af37293867e99b4badf42bbb00b /gdb/doc/gdbint.texinfo | |
parent | f9c112822a7f4616f26ade0a947135c9ba319f9e (diff) | |
download | gdb-a4d9b460bdb43dd457b972723d7823193d697249.zip gdb-a4d9b460bdb43dd457b972723d7823193d697249.tar.gz gdb-a4d9b460bdb43dd457b972723d7823193d697249.tar.bz2 |
gdb/
* main.c (captured_main): Remove 'count' varible and the
ALIGN_STACK_ON_ENTRY block that used it. Error out if --core and
--pid options were issued simultaneously. If an explicit pid
option was passed, don't fallback to core file. Detect extra
arguments better in the presence of explicit pid or core
arguments.
gdb/doc/
* gdbint.texinfo (Host Conditionals): Remove mention of
ALIGN_STACK_ON_ENTRY.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index fa4954f..da2cd7b 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2490,13 +2490,6 @@ of a function to be called if @code{SIGWINCH} is received. Define this to expand into code that will define the function named by the expansion of @code{SIGWINCH_HANDLER}. -@item ALIGN_STACK_ON_STARTUP -@cindex stack alignment -Define this if your system is of a sort that will crash in -@code{tgetent} if the stack happens not to be longword-aligned when -@code{main} is called. This is a rare situation, but is known to occur -on several different types of systems. - @item CRLF_SOURCE_FILES @cindex DOS text files Define this if host files use @code{\r\n} rather than @code{\n} as a |