diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-17 14:40:39 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-17 14:40:39 +0000 |
commit | 1f5befc17b5cca250ded0845cb1e86d517592725 (patch) | |
tree | d884c46a12b2c7df4630c6c8271157d2badeced3 /gdb/arm-tdep.c | |
parent | 10388905265275f94845fbefde8969194864873a (diff) | |
download | gdb-1f5befc17b5cca250ded0845cb1e86d517592725.zip gdb-1f5befc17b5cca250ded0845cb1e86d517592725.tar.gz gdb-1f5befc17b5cca250ded0845cb1e86d517592725.tar.bz2 |
* remote-rdp.c: Deleted.
* NEWS: Mention removal of remote-rdp.c.
* Makefile.in (ALLDEPFILES): Remove remote-rdp.c.
(remote-rdp.o): Delete.
* README: Remove description of remote-rdp.c.
* arm-tdep.c (arm_breakpoint_from_pc): Remove obsolete comment.
* config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r-- | gdb/arm-tdep.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index a5da56c..3c942c4 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -1964,11 +1964,6 @@ static const char arm_default_thumb_be_breakpoint[] = THUMB_BE_BREAKPOINT; necessary) to point to the actual memory location where the breakpoint should be inserted. */ -/* XXX ??? from old tm-arm.h: if we're using RDP, then we're inserting - breakpoints and storing their handles instread of what was in - memory. It is nice that this is the same size as a handle - - otherwise remote-rdp will have to change. */ - static const unsigned char * arm_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr) { |