Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Xavier Roirand <roirand@adacore.com>
To: gdb-patches@sourceware.org
Subject: [RFA] darwin: support last version of dyld
Date: Wed, 19 Jul 2017 10:26:00 -0000	[thread overview]
Message-ID: <568f168b-b6bd-83dd-7346-042b2a5dd548@adacore.com> (raw)

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


             reply	other threads:[~2017-07-19 10:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-19 10:26 Xavier Roirand [this message]
2017-07-19 10:48 ` Tristan Gingold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=568f168b-b6bd-83dd-7346-042b2a5dd548@adacore.com \
    --to=roirand@adacore.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox