On x86{,_64}, PLT entries may not be ordered by their relocation
authorPetr Machata <pmachata@redhat.com>
Fri, 22 Nov 2013 17:26:24 +0000 (18:26 +0100)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:24 +0000 (20:38 +0900)
commitb19fc96717410a043ceab6cf9af00b4336337587
treecf7334fec9b9eaacca60adc6786e78ac72e7d2d4
parent9591aa33a3fe92819a637d5d3dcca30b302b5eb6
On x86{,_64}, PLT entries may not be ordered by their relocation

- In general they are.  But IRELATIVE relocations are sorted to come
  last, and PLT entries are not sorted accordingly.
sysdeps/linux-gnu/x86/arch.h
sysdeps/linux-gnu/x86/plt.c