This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB AIX build broken


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]