This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [RFC PATCH] Decreasing the size of .opd on ppc64


On Thu, Jun 10, 2004 at 09:53:59AM -0400, David Edelsohn wrote:
> 	We intentionally designed the PPC64 Linux OPD entries to be
> compatible with AIX function descriptors: three words.

They would stay to be 3 words, just the unused aux field wouldn't be
0 or library base address, but could have different value as well.
If the compiler knew it needs the aux field, it would make sure it has the
value it is expecting in it.

	Jakub


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