diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-21 04:57:35 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-21 04:57:35 +0000 |
commit | ca0487229b98f00278971ed0fda7bb258091bbd9 (patch) | |
tree | 0c0623d584a96c35d8a31ca2c210c1c32c0d0285 /gdb/doc | |
parent | 6142210d1d7bcfafaa2a31327b97a354024719c1 (diff) | |
download | gdb-ca0487229b98f00278971ed0fda7bb258091bbd9.zip gdb-ca0487229b98f00278971ed0fda7bb258091bbd9.tar.gz gdb-ca0487229b98f00278971ed0fda7bb258091bbd9.tar.bz2 |
hppa native support
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 63e1a05..c3188b0 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -1582,6 +1582,10 @@ system. These macros and their meanings are: Eliminate host conditionals from this list as they are identified.} @table @code +@item PUSH_DUMMY_FRAME +Used in @samp{call_function_by_hand} to create an artificial stack frame. +@item POP_FRAME +Used in @samp{call_function_by_hand} to remove an artificial stack frame. @item ALIGN_SIZE alloca.c @item BLOCK_ADDRESS_FUNCTION_RELATIVE |