Source-Changes-D archive

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

Re: CVS commit: src



>       src/sys/sys: exec_elf.h
> 
> Log Message:
> Replace the current usage of Elf64_Half with Elf64_Word and rename
> NetBSD specific Elf64_Quarter to Elf64_Half. This restores compatibility
> with the common ELF specifications.

I believe this change is what's causing alpha to blow up:

/src/nbsrc/external/bsd/libdwarf/dist/dwarf_dump.c:884: warning: format '%u' 
expects type 'unsigned int', but argument 2 has type 'Elf64_Word'
/src/nbsrc/external/bsd/libdwarf/dist/dwarf_dump.c:886: warning: format '%u' 
expects type 'unsigned int', but argument 3 has type 'Elf64_Word'

There's (still) a ton of lint warnings in libdwarf, but they don't seem to
have changed for i386, at least.



Home | Main Index | Thread Index | Old Index