This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New syntax for IVMS prolog epilog size


On 09/09/2009 09:32 PM, Douglas B Rupp wrote:
I'll propose the following syntax, please comment and advise:

data4.is .LPE2-.LFB2 //DW_AT_HP_prologue

How about a new pseudo_func.


data4.ua @slotcount(end-beg)

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)


r~



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]