-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Closed
Labels
Description
Bugzilla Link | 51422 |
Version | unspecified |
OS | All |
Blocks | #4440 |
CC | @arndb,@efriedma-quic,@MaskRay,@nathanchance,@smithp35 |
Extended Description
In order to link armv4 Linux kernel images with LLD, it's required that LLD support --fix-v4bx, otherwise we get the warning:
ld.lld: warning: lld uses blx instruction, no object with architecture supporting feature detected
IIUC, there's even a relocation type for this: R_ARM_V4BX.