ia64: Add support for R_IA64_GPREL64I.
Recent GCC generates those relocations, so we need to support them.
This commit is contained in:
parent
255b9e0bea
commit
a134ef1ab9
5 changed files with 45 additions and 0 deletions
|
@ -60,6 +60,7 @@ struct grub_module_verifier_arch archs[] = {
|
|||
R_IA64_PCREL64LSB,
|
||||
R_IA64_LTOFF22X,
|
||||
R_IA64_LTOFF22,
|
||||
R_IA64_GPREL64I,
|
||||
R_IA64_LTOFF_FPTR22,
|
||||
R_IA64_LDXMOV,
|
||||
-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue