mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
* config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
This commit is contained in:
parent
ab89facf70
commit
9c1d6fe553
@ -1,3 +1,7 @@
|
||||
2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
|
||||
|
||||
2002-04-21 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user