gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Patch for s390x support


From: Camm Maguire
Subject: Re: [Gcl-devel] Patch for s390x support
Date: Thu, 24 Jan 2013 14:46:55 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Greetings, and thanks!  This is in now.

Take care,

Jerry James <address@hidden> writes:

> Hello Camm,
>
> The Fedora team that is working on IBM System z support found that
> they need support for a new reloc type, too.  They suggest this patch
> for s390:
>
> diff -up gcl-2.6.8/h/elf32_s390_reloc.h.s390 gcl-2.6.8/h/elf32_s390_reloc.h
> --- gcl-2.6.8/h/elf32_s390_reloc.h.s390    2013-01-23 07:50:36.000000000 -0500
> +++ gcl-2.6.8/h/elf32_s390_reloc.h    2013-01-23 07:50:43.000000000 -0500
> @@ -5,3 +5,7 @@
>    case     R_390_PC32:
>      add_val(where,~0L,s+a-p);
>      break;
> +
> +  case     R_390_PC32DBL:
> +    add_val(where,~0L,(s+a-p)>>1);
> +    break;
>
> Regards,
> --
> Jerry James
> http://www.jamezone.org/
>
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gcl-devel
>
>
>
>

-- 
Camm Maguire                                        address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]