[RFA] Include GNUlib config.h

Keith Seitz keiths@redhat.com
Wed Aug 22 18:43:00 GMT 2012


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  <keiths@redhat.com>

	* defs.h: Include build-gnulib/config.h

gdbserver/ChangeLog
2012-08-22  Keith Seitz  <keiths@redhat.com>

	* server.h: Include build-gnulib-gbserver/config.h.
	* gdbreplay.c: Likewise.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: include-gnulib-config_h.patch
Type: text/x-patch
Size: 1407 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20120822/658b5032/attachment.bin>


More information about the Gdb-patches mailing list