Re: Doubt regarding INSN_ADDRESSES macro

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Meena <meena@xxxxxxxxx> writes:

> I have a doubt regarding INSN_ADDRESSES macro. 
>
> As per my understanding, this macro should written the pseudo address
> assigned to any instruction. However, when I am trying to use this macro
> during machine dependent re-organization pass as shown below:

INSN_ADDRESS is not set up before the machine dependent reorg pass.
INSN_ADDRESSES_SET_P () should return false.

If you want to use it, you can try calling shorten_branches ()
yourself.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux