summaryrefslogtreecommitdiffstats
path: root/gdb/config/mips/tm-mips.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-07-21 14:23:37 +0000
committerAndrew Cagney <cagney@redhat.com>2004-07-21 14:23:37 +0000
commita53c66de31b87c66e2fc17afb3558983a5d80bf9 (patch)
tree369522e7fe62c2d525f2f161d0fa52bb3cbe5e8f /gdb/config/mips/tm-mips.h
parent0b52efa6eba620689d3d023d5575afb0eb1ae492 (diff)
downloadppe42-binutils-a53c66de31b87c66e2fc17afb3558983a5d80bf9.tar.gz
ppe42-binutils-a53c66de31b87c66e2fc17afb3558983a5d80bf9.zip
2004-07-21 Andrew Cagney <cagney@gnu.org>
* config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate. * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update. * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro. (handle_inferior_event): Wrap call to deprecated IGNORE_HELPER_CALL in #ifdef. * config/mips/tm-nbsd.h: Update.
Diffstat (limited to 'gdb/config/mips/tm-mips.h')
-rw-r--r--gdb/config/mips/tm-mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index 018877c2e0..9c1e832dbb 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -99,7 +99,7 @@ typedef struct mips_extra_func_info
extern struct frame_info *setup_arbitrary_frame (int, CORE_ADDR *);
/* Functions for dealing with MIPS16 call and return stubs. */
-#define IGNORE_HELPER_CALL(pc) mips_ignore_helper (pc)
+#define DEPRECATED_IGNORE_HELPER_CALL(pc) mips_ignore_helper (pc)
extern int mips_ignore_helper (CORE_ADDR pc);
/* Definitions and declarations used by mips-tdep.c and remote-mips.c */
OpenPOWER on IntegriCloud