Cannot load extensions for ARM64

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

 



Hi Dave

 

I found a problem that crash built for ARM64 and running on an X86_64 cannot load extensions as the type for the shared object is not accepted. There is a fix for this for ARM running on X86 that has to be introduced in case as well.

Function is_shared_object in file symbol.c

 

                                                       case EM_X86_64:

                                                                                  if (machine_type("X86_64"))

                                                                                                             return TRUE;

                                                                                  break;

 

should be changed to

 

                                                       case EM_X86_64:

                                                                                  if (machine_type("X86_64") || machine_type("ARM64"))

                                                                                                             return TRUE;

                                                                                  break;

 

Jan

 

Jan Karlsson

Senior Software Engineer

System Assurance

 

Sony Mobile Communications

Tel: +46 703 062 174

jan.karlsson@xxxxxxxxxxxxxx

 

sonymobile.com

 

Sony logotype_23px height_Email_144dpi

 

--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility

[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux