diff -Nru user/gdb/gdb/gdbserver/linux-low.c.orig user/gdb/gdb/gdbserver/linux-low.c --- user/gdb/gdb/gdbserver/linux-low.c.orig 2008-09-26 16:14:10.000000000 -0700 +++ user/gdb/gdb/gdbserver/linux-low.c 2008-11-18 13:24:29.000000000 -0800 @@ -1983,7 +1983,8 @@ } #if defined(__UCLIBC__) && defined(HAS_NOMMU) -#if defined(__mcoldfire__) +/* [jsun] Just a hack from http://mailman.uclinux.org/pipermail/uclinux-dev/2007-March/042357.html */ +#if 1 || defined(__mcoldfire__) /* These should really be defined in the kernel's ptrace.h header. */ #define PT_TEXT_ADDR 49*4 #define PT_DATA_ADDR 50*4