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 <[email protected]>
AuthorDate: Tue Jul 24 18:44:17 2018 +0000
Commit:     Camm Maguire <[email protected]>
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 <[email protected]> writes:

> On Mon, Jul 23, 2018 at 4:11 PM Camm Maguire <[email protected]> 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                                        [email protected]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

_______________________________________________
Gcl-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to