2002-12-24 David Carlton <carlton@math.stanford.edu>
* config/sparc/tm-sparc.h: Delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY.
This commit is contained in:
parent
96f026fc7b
commit
6c756a306f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-12-24 David Carlton <carlton@math.stanford.edu>
|
||||
|
||||
* config/sparc/tm-sparc.h: Delete duplicate definition of
|
||||
DEPRECATED_PC_IN_CALL_DUMMY.
|
||||
|
||||
2002-12-24 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* Makefile.in (mips-linux-tdep.o): Add $(mips_tdep_h) and
|
||||
|
|
|
@ -657,7 +657,6 @@ extern void sparc_print_extra_frame_info (struct frame_info *);
|
|||
/* Call dummy method (eg. on stack, at entry point, etc.) */
|
||||
|
||||
#define CALL_DUMMY_LOCATION ON_STACK
|
||||
#define DEPRECATED_PC_IN_CALL_DUMMY(pc, sp, frame_address) deprecated_pc_in_call_dummy_on_stack (pc, sp, frame_address)
|
||||
|
||||
/* Method for detecting dummy frames. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue