diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-11-26 11:13:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-11-26 11:13:01 +0000 |
commit | 679ce7310245be5d095510574825f4616f6075d8 (patch) | |
tree | b95c57e35f9181090765291a2fa107a8f4472406 /gdb/config/h8500/tm-h8500.h | |
parent | 07137a112dc3cdf1ceafe58c3c0cdcb79ee5f3d7 (diff) | |
download | ppe42-binutils-679ce7310245be5d095510574825f4616f6075d8.tar.gz ppe42-binutils-679ce7310245be5d095510574825f4616f6075d8.zip |
CARP: Delete ABOUT_TO_RETURN across all targets.
Diffstat (limited to 'gdb/config/h8500/tm-h8500.h')
-rw-r--r-- | gdb/config/h8500/tm-h8500.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/h8500/tm-h8500.h b/gdb/config/h8500/tm-h8500.h index 6e76e65a15..51b2d4cbb6 100644 --- a/gdb/config/h8500/tm-h8500.h +++ b/gdb/config/h8500/tm-h8500.h @@ -68,12 +68,6 @@ extern CORE_ADDR saved_pc_after_call PARAMS ((void)); #define DECR_PC_AFTER_BREAK 0 -#if 0 /* never used */ -/* Nonzero if instruction at PC is a return instruction. */ - -#define ABOUT_TO_RETURN(pc) about_to_return(pc) -#endif - /* Say how long registers are. */ #define REGISTER_TYPE unsigned long |