ARM Relocations

Phil Blundell pb@pbcl.net
Fri Jun 12 13:13:56 GMT 2020


On Fri, Jun 12, 2020 at 06:35:59PM +0530, Mohamed Shafi via Binutils wrote:
> I am not familiar with ARM relocations.
> I wanted to know whether R_ARM_ABS32 and R_ARM_ABS32_NOI have the same
> behaviour if
> 
> 1. I don't have any thumb instructions
> 2. I am not bothered about overflow detection.

Yes.  I think the only difference is that ABS32 sets the low bit
if the target is a Thumb function, and ABS32_NOI doesn't.  If you
don't have any Thumb functions anyway then there should be no
difference in behaviour.

p.


More information about the Binutils mailing list