Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



On Tue, Aug 31, 2010 at 09:57:27PM +0200, Joerg Sonnenberger wrote:
> > /*
> >  * Alpha ELF uses different (non-standard) definitions of Elf64_Sword
> >  * and Elf64_Word.
> >  */
> > typedef     int64_t         Elf64_Sword;
> > #define     ELF64_FSZ_SWORD 8
> > typedef     uint64_t        Elf64_Word;
> > #define     ELF64_FSZ_WORD  8
> 
> That violates the ELF API as specified by SCO again. Is there any reason
> why Alpha has to be special and can't just use the standard types?

At the moment the following binaries change:

nlist_elf64.o from libc
ld.elf_so
savecore
ldd
librump and librumpuser + t_modautoload from the rump test cases
boot, netboot and ustarboot in mdec
lockstat
paxctl
exec_elf64.kmod

I'm still investigating...

Joerg


Home | Main Index | Thread Index | Old Index