diff options
author | David Carlton <carlton@bactrian.org> | 2002-12-24 20:14:30 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-12-24 20:14:30 +0000 |
commit | 6c756a306fcceb72a8e050dc489529ea483c4cb1 (patch) | |
tree | 40c51b6028d1e6c4232db26cab02d0af63e66c99 /gdb | |
parent | 96f026fc7b95e4b9e02ba229c76b39b2bdb2eb39 (diff) | |
download | ppe42-binutils-6c756a306fcceb72a8e050dc489529ea483c4cb1.tar.gz ppe42-binutils-6c756a306fcceb72a8e050dc489529ea483c4cb1.zip |
2002-12-24 David Carlton <carlton@math.stanford.edu>
* config/sparc/tm-sparc.h: Delete duplicate definition of
DEPRECATED_PC_IN_CALL_DUMMY.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/config/sparc/tm-sparc.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0c7baae509..d51d0c6b6b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h index f0a457223c..13a0f82d7a 100644 --- a/gdb/config/sparc/tm-sparc.h +++ b/gdb/config/sparc/tm-sparc.h @@ -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. */ |