GDB AIX build broken

David Edelsohn dje.gcc@gmail.com
Tue Oct 25 00:13:00 GMT 2016


On Mon, Oct 24, 2016 at 7:00 PM, Pedro Alves <palves@redhat.com> wrote:

> That's a hint, but it can't be the fix.  common-defs.h must be the
> first file included.  I suspect that gnulib's inttypes.h
> replacement logic is broken on AIX.

The gnulib import definitely is the commit that caused the breakage.

Interestingly,

gdb/btrace.c uses

#include <inttypes.h>

while

gdb/common/buffer.c uses

#include "inttypes.h"

Also, I'm sorry if my earlier comments came across poorly.

Thanks, David



More information about the Gdb-patches mailing list