From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51935 invoked by alias); 27 Jun 2016 11:47:02 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 51908 invoked by uid 89); 27 Jun 2016 11:47:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 27 Jun 2016 11:46:51 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] PR 19264 looping in ppc64_elf_size_stubs From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: Date: Mon, 27 Jun 2016 12:10:00 -0000 X-SW-Source: 2016-q2/txt/msg05923.txt.bz2 *** TEST RESULTS FOR COMMIT c9301e31817019c38ab52da0e72fa1e3bf75332c *** Author: Alan Modra Branch: master Commit: c9301e31817019c38ab52da0e72fa1e3bf75332c PR 19264 looping in ppc64_elf_size_stubs b399102 fixed the testcase in this PR but it may be possible to trigger the problem in other ways. PR ld/19264 * elf64-ppc.c (STUB_SHRINK_ITER): Define. (ppc64_elf_size_stubs): Exit stub sizing loop past STUB_SHRINK_ITER if shrinking stubs. (ppc64_elf_size_stubs): Adjust to suit.