Hello, Something that I noticed a few weeks back when I was trying to build the GDB server from a Solaris host. The system "sh" is not good enough to run regdat.sh. Attached is a patch that removes the hard-coded call to "sh" by a call to whatever SHELL is set to. 2007-10-31 Joel Brobecker * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh. Tested by rebuilding the gdbserver on x86-linux. OK to commit? Thanks, -- Joel