diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 20:17:28 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 20:17:28 +0000 |
commit | 9c1d6fe5536783eb7199ca7767f7ee74d5e9e6fd (patch) | |
tree | 270354252161b0e25fc46e067ee78e4a47ba64cf /gdb/config/alpha | |
parent | ab89facf70f7cddc4ef019ef5c249c0e6fd983f0 (diff) | |
download | gdb-9c1d6fe5536783eb7199ca7767f7ee74d5e9e6fd.zip gdb-9c1d6fe5536783eb7199ca7767f7ee74d5e9e6fd.tar.gz gdb-9c1d6fe5536783eb7199ca7767f7ee74d5e9e6fd.tar.bz2 |
* config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r-- | gdb/config/alpha/tm-fbsd.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/alpha/tm-fbsd.h b/gdb/config/alpha/tm-fbsd.h index 55b3877..d1d5254 100644 --- a/gdb/config/alpha/tm-fbsd.h +++ b/gdb/config/alpha/tm-fbsd.h @@ -23,13 +23,6 @@ #include "alpha/tm-alpha.h" -/* FreeBSD doesn't mark the outermost frame. While some FreeBSD/Alpha - releases include (a minimal amount of) debugging info in its - startup code (crt1.o), the safest thing is to consider the user - code entry point as the outermost frame. */ -#define FRAME_CHAIN_VALID(chain, thisframe) \ - func_frame_chain_valid(chain, thisframe) - /* Number of traps that happen between exec'ing the shell to run an inferior, and when we finally get to the inferior code. The default is right for FreeBSD. */ |