New syntax for IVMS prolog epilog size

Richard Henderson rth@redhat.com
Mon Oct 26 15:31:00 GMT 2009


On 10/25/2009 08:42 PM, Douglas B Rupp wrote:
> Richard Henderson wrote:
>
>> I'm pretty sure you'll find that the final
>> label address & -16 = {0,1,2}. So your
>> slot computation should be
>>
>> ((end & -16) - (beg & -16)) / 16 * 3
>> + (end & 16)
>> - (beg & 16)
>
> Did you mean to say:
> ((end & -16) - (beg & -16)) / 16 * 3
> + (end & 15)
> - (beg & 15)
>
> ?

Err, yes of course.


r~



More information about the Binutils mailing list