From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17634 invoked by alias); 14 Nov 2016 11:06:02 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 17618 invoked by uid 89); 14 Nov 2016 11:06:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:bfd_rel, H*r:sk:gdb@sou, Hx-languages-length:818, cauldron X-HELO: mail-qt0-f174.google.com Received: from mail-qt0-f174.google.com (HELO mail-qt0-f174.google.com) (209.85.216.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Nov 2016 11:05:59 +0000 Received: by mail-qt0-f174.google.com with SMTP id c47so44857680qtc.2 for ; Mon, 14 Nov 2016 03:05:59 -0800 (PST) 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:content-transfer-encoding; bh=1nbVfOY2CsNiZf8uJ0IXNjxcJDqaqzmdeP47d9A0zfQ=; b=U6wJeWLQ17r16QHDHd1vkit6X7u2aQiKhhnk0gcsPJKMgaBmGN0SaXb99GHfJWaFfc 6gvk6bDW1Odk0InoTp5Vq+CijpIHfi6hD85jJVYVYh7xCdSYJ83uvFzMIGF6Vg3tDjGm nIxfBGMkUl0LbVTWfjWikW2hfzKygEe8oGvdv68kpa+Gr8+Qp5ODvtctVuGZDoqcDXoB 0QyJOz5+wXHxnXE1F8o3Xf6XfMNu6g5UdfGktGr7RptAZvXfsskjSCTt2XaTgs5hgRbb vlczIWJ+xBV71mF98ZQSctCw5A0rwXr5+ca4idHON72ij/yes6XmoEIeyfCbfy0nzITU H2ng== X-Gm-Message-State: ABUngvc+IgzRobe+UsHZE9yvTfAQj0UwWcLmmkGWm6PCH2nkV2cbg8wxkTTevhmyBmhw3HeyCVFS02nlih5JBQ== X-Received: by 10.237.58.138 with SMTP id o10mr10418789qte.76.1479121558184; Mon, 14 Nov 2016 03:05:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.149.55 with HTTP; Mon, 14 Nov 2016 03:05:57 -0800 (PST) In-Reply-To: References: <86oa7v6exb.fsf@gmail.com> <86shx74u7d.fsf@gmail.com> <86k2ii4l2n.fsf@gmail.com> <87inxgvq3c.fsf@redhat.com> From: Yao Qi Date: Mon, 14 Nov 2016 11:06:00 -0000 Message-ID: Subject: Re: build bot failure To: David Edelsohn Cc: Jim Wilson , Sergio Durigan Junior , Pedro Alves , "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00021.txt.bz2 On Sun, Jun 12, 2016 at 6:27 PM, David Edelsohn wrote: > Jim, > > The problem is the debug stabstring for bfd_reloc_code_real_names now > overflows the maximum length. Your patch overflowed the limit. > > More recent releases of GCC for AIX added support for stab > continuation strings, but not the release installed on the machine > running the buildbot. > Hi David, I am still unable to build GDB on AIX (gcc111) due to this gcc/ld issue today. I know you've already started to address this issue (we talked about this in Cauldron in July). When can we get a new toolchain installed on it or get it replaced by a new one? I touch some rs6000 aix software single step code, and I'd like to test GDB on aix to make sure my patches regression-free on aix. --=20 Yao (=E9=BD=90=E5=B0=A7)