fix building on ppc64
This commit is contained in:
parent
06776b3650
commit
ebee0e7705
@ -1297,6 +1297,9 @@ arch_apply_relocation(struct obj_file *f,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
#elif defined(__powerpc64__)
|
||||||
|
/* do this someday ... */
|
||||||
|
|
||||||
#elif defined(__powerpc__)
|
#elif defined(__powerpc__)
|
||||||
|
|
||||||
case R_PPC_ADDR16_HA:
|
case R_PPC_ADDR16_HA:
|
||||||
|
Loading…
Reference in New Issue
Block a user