Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] darwin: support last version of dyld
@ 2017-07-19 10:26 Xavier Roirand
  2017-07-19 10:48 ` Tristan Gingold
  0 siblings, 1 reply; 2+ messages in thread
From: Xavier Roirand @ 2017-07-19 10:26 UTC (permalink / raw)
  To: gdb-patches

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RFA] darwin: support last version of dyld
  2017-07-19 10:26 [RFA] darwin: support last version of dyld Xavier Roirand
@ 2017-07-19 10:48 ` Tristan Gingold
  0 siblings, 0 replies; 2+ messages in thread
From: Tristan Gingold @ 2017-07-19 10:48 UTC (permalink / raw)
  To: gdb-patches

On 19/07/2017 12:26, Xavier Roirand wrote:
> Hi,
> 
> This patch increases DYLD_VERSION_MAX to support the most recent version 
> of dyld (dynamic linker).

Ok!

> 
> 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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-19 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-19 10:26 [RFA] darwin: support last version of dyld Xavier Roirand
2017-07-19 10:48 ` Tristan Gingold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox