From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121232 invoked by alias); 25 Oct 2016 00:13:54 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 121218 invoked by uid 89); 25 Oct 2016 00:13:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-qk0-f182.google.com Received: from mail-qk0-f182.google.com (HELO mail-qk0-f182.google.com) (209.85.220.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Oct 2016 00:13:52 +0000 Received: by mail-qk0-f182.google.com with SMTP id i68so10654804qke.7 for ; Mon, 24 Oct 2016 17:13:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=AM27uyCzVeK0NDkF8iqETK66ELmOIYqjNnB3SYtra7E=; b=HYS/QOEV9CY/ytADXhI5QI4nx1U1/oy32cgCA8y34igABS5AW2C5AxGcZdjfYDJZwS GRTECmcnFPc1qQzUY17eSVKcw0Rf4vxH2gNnxQZXgPwiPG5uSyhdV3PTwdaDkDZ/QkcI He15WAH/P8rq6XpEpjqke5wTqp+Tu6U7ahLGfVrsbDAZVXS5DLZwDvBAixS7RyzfWyqz 4joHhecwFxoEFB5BT2FNhdJTOQVw7qRrO7CGxC6rz8CWjR9+VLtq8Z4/KKZL/ggvOy8A sGvxSIy2VSSpXwGrIi1tX/xFNBZP1wbMQ0j45S7IzlPbU2VLKNszv8mrWgeZyNl2WcK1 8tlQ== X-Gm-Message-State: ABUngveUqDgb9+UUrtyfuTbsMOwZ1EeUCzF6dTRtYoMF2ordDm+qJXFn22Ycm5Mo4Ao+e9drHT1wssMLJSoa2w== X-Received: by 10.55.215.151 with SMTP id t23mr15848762qkt.199.1477354430672; Mon, 24 Oct 2016 17:13:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.131.225 with HTTP; Mon, 24 Oct 2016 17:13:50 -0700 (PDT) In-Reply-To: <01ba546d-060d-8591-9c5a-84d4bda2af22@redhat.com> References: <01ba546d-060d-8591-9c5a-84d4bda2af22@redhat.com> From: David Edelsohn Date: Tue, 25 Oct 2016 00:13:00 -0000 Message-ID: Subject: Re: GDB AIX build broken To: Pedro Alves Cc: GDB Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-10/txt/msg00679.txt.bz2 On Mon, Oct 24, 2016 at 7:00 PM, Pedro Alves 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 while gdb/common/buffer.c uses #include "inttypes.h" Also, I'm sorry if my earlier comments came across poorly. Thanks, David