From patchwork Wed Jul 19 10:26:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xavier Roirand X-Patchwork-Id: 21679 Received: (qmail 21380 invoked by alias); 19 Jul 2017 10:26:47 -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 21357 invoked by uid 89); 19 Jul 2017 10:26:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.5 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; Wed, 19 Jul 2017 10:26:46 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 4A5EE8136B for ; Wed, 19 Jul 2017 12:26:44 +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 UZBwNX6s33sR for ; Wed, 19 Jul 2017 12:26:44 +0200 (CEST) Received: from Xaviers-MacBook-Pro.local (unknown [194.98.77.127]) (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 365038134C for ; Wed, 19 Jul 2017 12:26:43 +0200 (CEST) To: gdb-patches@sourceware.org From: Xavier Roirand Subject: [RFA] darwin: support last version of dyld Message-ID: <568f168b-b6bd-83dd-7346-042b2a5dd548@adacore.com> Date: Wed, 19 Jul 2017 12:26:43 +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 Hi, This patch increases DYLD_VERSION_MAX to support the most recent version of dyld (dynamic linker). gdb/ * solib-darwin.c (DYLD_VERSION_MAX): Increase value. diff --git a/gdb/solib-darwin.c b/gdb/solib-darwin.c index d83ac3b..c3bb981 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