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: ARM stub sizing fix


On Thu, Jan 14, 2010 at 10:11:47AM -0500, Daniel Jacobowitz wrote:
> Why is that a problem?  The stubs are themselves tail calls.

arm_type_of_stub wants to choose different stubs for the same
destination, depending on reloc type (see r_type ==R_ARM_THM_CALL) or
branch offset (arm_stub_long_branch_v4t_thumb_arm).  You don't get
different stubs.  You get just one stub per destination.

-- 
Alan Modra
Australia Development Lab, IBM


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