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]

[committed] Change .plt entry size from 8 to 0 on 32-bit hppa


The attached change fixes PR ld/18514.  As noted in PR, the .plt section is not always a multiple of 8
since it additionally contains stubs that are not a multiple of 8 in size.  Thus, the section doesn't always
contain a table of values of of size 8.

In that case, the entry can't be 8.  It has to be either 4 (as it is on arm) or 0.  In the end, since there was
no comment in the PR, I applied Helge's patch.

Dave
--
John David Anglin	dave.anglin@bell.net


Attachment: elf32-hppa.c.d.txt
Description: Text document


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