]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb/gdbserver/linux-low.c (linux_read_offsets): Remove debugging
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 31 Mar 2006 15:39:10 +0000 (15:39 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Fri, 31 Mar 2006 15:39:10 +0000 (15:39 +0000)
printf.

gdb/gdbserver/linux-low.c

index c570e73bd027122453553a7abb6599f591e9f8d1..08f1d89466d60250e8e1649343cbd2a3798ec8e0 100644 (file)
@@ -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);