From 065063bd81cd4643f5ed7907c91084551efe34f4 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Fri, 31 Mar 2006 15:39:10 +0000 Subject: [PATCH] * gdb/gdbserver/linux-low.c (linux_read_offsets): Remove debugging printf. --- gdb/gdbserver/linux-low.c | 2 -- 1 file changed, 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); -- 2.47.2