summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/linux-low.c')
-rw-r--r--gdb/gdbserver/linux-low.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c
index c570e73bd02..08f1d89466d 100644
--- a/gdb/gdbserver/linux-low.c
+++ b/gdb/gdbserver/linux-low.c
@@ -1589,8 +1589,6 @@ linux_read_offsets (CORE_ADDR *text_p, CORE_ADDR *data_p)
data base-address from it (which is just the length of the
text segment). BSS immediately follows data in both
cases. */
- printf ("%lx, %lx, %lx\n", text, text_end, data);
-
*text_p = text;
*data_p = data - (text_end - text);