cvs commit: src/sys/sys elf64.h
Marcel Moolenaar
marcel at FreeBSD.org
Sat Dec 17 15:48:24 PST 2005
marcel 2005-12-17 23:48:07 UTC
FreeBSD src repository
Modified files:
sys/sys elf64.h
Log:
Fix the ELF64_R_TYPE and ELF64_R_INFO macros. The symbol type is an
32-bit entity. Also, don't cast the resulting symbol type value to
a datatype smaller than the st_info field type as a quick way to
mask off the upper bits as it may cause inconsistent behaviour when
the macro is used (without explicit casting) on varargs functions.
MFC after: 1 week
Revision Changes Path
1.11 +2 -2 src/sys/sys/elf64.h
More information about the cvs-src
mailing list