ARM stub sizing fix

Alan Modra amodra@gmail.com
Thu Jan 14 15:34:00 GMT 2010


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



More information about the Binutils mailing list