gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Reloc type R_X86_64_PLT32


From: Camm Maguire
Subject: Re: [Gcl-devel] Reloc type R_X86_64_PLT32
Date: Tue, 24 Jul 2018 17:55:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Greetings!  Committed this to Version_2_6_13pre:

Version_2_6_13pre Version_2_6_13pre68 origin/Version_2_6_13pre 
c9d627c30ec675ee34811781df696a61b9129e97
Author:     Camm Maguire <address@hidden>
AuthorDate: Tue Jul 24 18:44:17 2018 +0000
Commit:     Camm Maguire <address@hidden>
CommitDate: Tue Jul 24 18:44:17 2018 +0000

Parent:     938af4014 GPREL32 (jump table) alpha linker support
Merged:     Version_2_6_13pre list_order remove_package_operations
Containing: Version_2_6_13pre
Follows:    Version_2_6_13pre68 (0)

R_X86_64_PLT32 support

1 file changed, 1 insertion(+)
gcl/h/elf64_i386_reloc.h | 1 +

modified   gcl/h/elf64_i386_reloc.h
@@ -8,6 +8,7 @@
       add_val(where,~0L,s+a);
       break;
     case R_X86_64_PC32:
+    case R_X86_64_PLT32:
       massert(ovchks(s+a-p,~MASK(32)));                  
       add_val(where,MASK(32),s+a-p);
       break;


Take care,

Jerry James <address@hidden> writes:

> On Mon, Jul 23, 2018 at 4:11 PM Camm Maguire <address@hidden> wrote:
>> Greetings, and thanks so much for bringing this to my attention!  I have
>> reproduced the problem and will be committing a fix shortly.
>
> That's great!  Thank you very much for the quick fix.  Regards,

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