aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/arm
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-30 20:52:17 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-30 20:52:17 +0000
commit7b7adad08dcd80b101a1a68a9fc59fb287db49b9 (patch)
tree67075f41fd18f0d5c451983d3a4570ea088e9266 /gdb/config/arm
parent2f72f85088251ea8b84c05cec60e1674d86917b9 (diff)
downloadgdb-7b7adad08dcd80b101a1a68a9fc59fb287db49b9.zip
gdb-7b7adad08dcd80b101a1a68a9fc59fb287db49b9.tar.gz
gdb-7b7adad08dcd80b101a1a68a9fc59fb287db49b9.tar.bz2
2004-04-30 Andrew Cagney <cagney@redhat.com>
* config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete. * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete. * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP. * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete. * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
Diffstat (limited to 'gdb/config/arm')
-rw-r--r--gdb/config/arm/tm-embed.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/arm/tm-embed.h b/gdb/config/arm/tm-embed.h
index 7ad6b68..6a8c87a 100644
--- a/gdb/config/arm/tm-embed.h
+++ b/gdb/config/arm/tm-embed.h
@@ -46,7 +46,4 @@
extern int arm_in_call_stub (CORE_ADDR pc, char *name);
extern CORE_ADDR arm_skip_stub (CORE_ADDR pc);
-#undef DEPRECATED_IN_SIGTRAMP
-#define DEPRECATED_IN_SIGTRAMP(pc, name) 0
-
#endif /* TM_ARMEMBED_H */