Hi, I've been working on some bugs dealing with charset conversions when I noticed the following regression from 7.4: (gdb-7.4) p string $1 = L"A¢B" (gdb-7.5_or_HEAD) p string $1 = L"AB" A little bisecting yielded the following commit as the cause: http://sourceware.org/ml/gdb-patches/2012-04/msg00646.html If you grok that message, you'll notice that it mentions changes to defs.h, gdbserver/server.h, and gdbserver/gdbreplay.c to include this new file (*files* actually - one for gdb, one for gdbserver). It appears that those files were never committed. [I *hate* it when that happens. :-)] Do we want to throw this on the 7.5 branch as well? Keith ChangeLog 2012-08-22 Keith Seitz * defs.h: Include build-gnulib/config.h gdbserver/ChangeLog 2012-08-22 Keith Seitz * server.h: Include build-gnulib-gbserver/config.h. * gdbreplay.c: Likewise.