Doug Evans wrote: > On Mon, Aug 17, 2009 at 8:29 AM, Tom Tromey wrote: >>>>>>> "Reid" == Reid Kleckner writes: >> >> Tom> I read it a few more times and nothing popped out at me. >> >> Reid> Is it OK if Doug commits it then? >> >> Yes. >> >> Tom >> > > Committed. Thanks. Hi, I noticed the gdb build fails on ppc64 if -Werror is used: gdb/jit.c: In function 'jit_event_handler': gdb/jit.c:417: warning: cast to pointer from integer of different size The attached patch uses paddress for printing the address. -ken