On 04/12/2012 01:41 AM, Pedro Alves wrote: > Otherwise this is fine with me. > This version fixes the changelog entry and the leftover action in Makfile.in. Committed. > It might be useful to have an aclocal.m4 rule in the > Makefile.in, but it's fine with me to add it as follow ups. > Yes, that rules exists in gdb/Makfile.in, and it should be straightforward to copy it into gdbserver/Makefile.in. > We may end up with trouble in how the IPA is built as soon as > something in the code that is also built by the IPA relies on > gnulib, but we can cross that bridge when we get to it. > It is only built on x86 GNU/Linux, which always has stdint.h, > and, it doesn't use memmem. Right, libgnu.a is not linked into IPA. We can fix the problem when it shows up :). -- Yao (齐尧)