From patchwork Mon Jul 31 09:13:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xavier Roirand X-Patchwork-Id: 21820 Received: (qmail 126102 invoked by alias); 31 Jul 2017 09:14:00 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 126048 invoked by uid 89); 31 Jul 2017 09:13:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 31 Jul 2017 09:13:58 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id D3B6381345 for ; Mon, 31 Jul 2017 11:13:56 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VmMSDlJx2F4g for ; Mon, 31 Jul 2017 11:13:56 +0200 (CEST) Received: from Xaviers-MacBook-Pro.local (openvpn-rw-9.act-europe.fr [10.10.8.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 64392812D8 for ; Mon, 31 Jul 2017 11:13:56 +0200 (CEST) From: Xavier Roirand Subject: [pushed] darwin: handle recent version of dyld To: gdb-patches@sourceware.org Message-ID: <35b986b4-c4b6-57c9-fce2-cb89bebee7e5@adacore.com> Date: Mon, 31 Jul 2017 11:13:55 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 X-IsSubscribed: yes https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=4bbd4ef219c5b4c7d437618ba8937af86dd1032e commit 8849741f4316212a433180177e857a70fe907195 Author: Xavier Roirand Date: Fri Jun 9 11:36:36 2017 +0200 darwin: handle recent version of dyld gdb/ * solib-darwin.c (DYLD_VERSION_MAX): Increase value. diff --git a/gdb/solib-darwin.c b/gdb/solib-darwin.c index 365192949a..c2b776d320 100644 --- a/gdb/solib-darwin.c +++ b/gdb/solib-darwin.c @@ -67,7 +67,7 @@ struct gdb_dyld_all_image_infos /* Current all_image_infos version. */ #define DYLD_VERSION_MIN 1 -#define DYLD_VERSION_MAX 14 +#define DYLD_VERSION_MAX 15 /* Per PSPACE specific data. */ struct darwin_info