Re: PowerPC paxtest results w/ gcc-4.1

2006-08-12 Thread Alan Modra
and stack will automatically be made non-executable. Exec stack is a separate issue from the plt/got layout. You need a kernel that sets non-exec stack by default and respects PT_GNU_STACK program header. -- Alan Modra IBM OzLabs - Linux Technology Centre -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: Qemu and GCC-3.4 on powerpc

2006-03-30 Thread Alan Modra
. But if I copy the function stl_le_p to a seperate file, the function will compile with GCC 3.4. Check preprocessor output. My guess is that you have some unexpected substitution. -- Alan Modra IBM OzLabs - Linux Technology Centre -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: CFP (Call for Participation) Debian PPC64

2003-11-17 Thread Alan Modra
that it's that bad either. Yes, ppc64 function pointers are pointers to a function descriptor. -- Alan Modra IBM OzLabs - Linux Technology Centre

Re: CFP (Call for Participation) Debian PPC64

2003-11-17 Thread Alan Modra
On Mon, Nov 17, 2003 at 09:12:41AM -0500, Kevin.Hendricks wrote: Is there some pdf doc that describes all of the abi details (sort like Older spec. http://www.linuxbase.org/spec/ELF/ppc64/spec/book1.html Current working copy. ftp.linuxppc64.org/pub/people/sjmunroe/PPC64-VMXabi.txt.gz -- Alan

Re: CFP (Call for Participation) Debian PPC64

2003-11-16 Thread Alan Modra
in their gcc-3.3 and gcc-3.2 compilers, which I suppose is fair enough given that this is an ABI change. -- Alan Modra IBM OzLabs - Linux Technology Centre

Re: CFP (Call for Participation) Debian PPC64

2003-11-16 Thread Alan Modra
dot symbols. ie. A .foo symbol defined as well as a foo symbol for each function foo. -- Alan Modra IBM OzLabs - Linux Technology Centre