aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-07-07 17:31:57 +0000
committerJason Molenda <jmolenda@apple.com>1999-07-07 17:31:57 +0000
commit9846de1bb5d61521885ef51fa6b99121ec1be577 (patch)
tree56c938421752cf160876766aaee7e729a8e47050 /gdb/exec.c
parentf04894943e847e4c9dec6a7a73b9e03a3c0aa90a (diff)
downloadfsf-binutils-gdb-9846de1bb5d61521885ef51fa6b99121ec1be577.zip
fsf-binutils-gdb-9846de1bb5d61521885ef51fa6b99121ec1be577.tar.gz
fsf-binutils-gdb-9846de1bb5d61521885ef51fa6b99121ec1be577.tar.bz2
import gdb-1999-07-07 pre reformat
Diffstat (limited to 'gdb/exec.c')
-rw-r--r--gdb/exec.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/exec.c b/gdb/exec.c
index d24c4b4..2e5e8bd 100644
--- a/gdb/exec.c
+++ b/gdb/exec.c
@@ -570,20 +570,6 @@ xfer_memory (memaddr, myaddr, len, write, target)
return - (nextsectaddr - memaddr); /* Next boundary where we can help */
}
-#ifdef FIXME
-#ifdef REG_STACK_SEGMENT
-/* MOVE TO BFD... */
- /* Pyramids and AM29000s have an extra segment in the virtual address space
- for the (control) stack of register-window frames. The AM29000 folk
- call it the "register stack" rather than the "memory stack". */
- else if (memaddr >= reg_stack_start && memaddr < reg_stack_end)
- {
- i = min (len, reg_stack_end - memaddr);
- fileptr = memaddr - reg_stack_start + reg_stack_offset;
- wanna_xfer = coredata;
- }
-#endif /* REG_STACK_SEGMENT */
-#endif /* FIXME */
void
print_section_info (t, abfd)