diff options
author | Stan Shebs <shebs@codesourcery.com> | 2008-08-01 01:09:00 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2008-08-01 01:09:00 +0000 |
commit | 6d76a53df9959a1b770a01b6ba0c190612d6cef9 (patch) | |
tree | 658bede3e578358550f25a2126df4230f8dd971c /gdb/doc | |
parent | 960b1a9a21770b4a496e8256346a293582b69842 (diff) | |
download | gdb-6d76a53df9959a1b770a01b6ba0c190612d6cef9.zip gdb-6d76a53df9959a1b770a01b6ba0c190612d6cef9.tar.gz gdb-6d76a53df9959a1b770a01b6ba0c190612d6cef9.tar.bz2 |
* coffread.c (coff_symtab_read): Remove FUNCTION_EPILOGUE_SIZE.
* gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6865945..f56476e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-07-31 Stan Shebs <stan@codesourcery.com> + + * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE. + 2008-07-29 Stan Shebs <stan@codesourcery.com> * gdbint.texinfo: General round of cleanup and minor diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 3bb816f..23e3d25 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3657,13 +3657,6 @@ return gdbarch_addr_bits_remove (gdbarch, sp); @noindent @xref{TARGET_READ_SP}, which this method replaces. -@item FUNCTION_EPILOGUE_SIZE -@findex FUNCTION_EPILOGUE_SIZE -For some COFF targets, the @code{x_sym.x_misc.x_fsize} field of the -function end symbol is 0. For such targets, you must define -@code{FUNCTION_EPILOGUE_SIZE} to expand into the standard size of a -function's epilogue. - @item GCC_COMPILED_FLAG_SYMBOL @itemx GCC2_COMPILED_FLAG_SYMBOL @findex GCC2_COMPILED_FLAG_SYMBOL |