The size of a .plt entry is different on different targets (it is, specifically, much larger than 8 on all PPC ABIs). There is no functional change in this patch (later patches to create .plt entries for PPC64 will depend on this change).
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a nit.
ELF/Target.h | ||
---|---|---|
48 | All platforms except PPC set value 8, so I'd set the default value "= 8;" here just like we did for DefaultEntry and remove assignments from all places but PPC. |
All platforms except PPC set value 8, so I'd set the default value "= 8;" here just like we did for DefaultEntry and remove assignments from all places but PPC.