This is the mail archive of the gcc@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: 64-bit PowerPC and small data area?


Hi!

On Tue, Jul 25, 2017 at 02:38:45PM +0200, Sebastian Huber wrote:
> So, it looks like the small data stuff is not support for ABI_ELFv2? Are 
> there main issues with the small data area using ELVv2 or is this simply 
> not implemented due to a lack of interested?

It is just not implemented.  ELFv2 is so far only used on Linux, and
only on LE at that (BE is not regularly tested).

Will this buy you anything though?  Small data already ends up in the
TOC.  Do you / should you use -mcmodel=small?


Segher


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