# $NetBSD: Makefile.disklabel,v 1.10 2007/02/07 17:49:23 cbiere Exp $ _ARCHDIR= ${.CURDIR}/../../sys/arch _INCDIR= ${.CURDIR}/../../include _SYSDIR= ${.CURDIR}/../../sys/sys _UFSDIR= ${.CURDIR}/../../sys/ufs _SUBDIR!= cd ${_ARCHDIR} && ${MAKE} -V SUBDIR _UFS_INCS!= cd ${_UFSDIR} && find ffs ufs -name '*.h' _ARCH_INCS!= cd ${_ARCHDIR} && find . -name disklabel.h -o \ -name elf_machdep.h _ARCH_INCS+= ews4800mips/include/pdinfo.h ews4800mips/include/vtoc.h _INCS= disktab.h _SYSINCS= bootblock.h \ disklabel.h disklabel_acorn.h disklabel_gpt.h dkbad.h HOST_CPPFLAGS+= -I${TOOLDIR}/include beforedepend: ${HOST_INSTALL_DIR} ${TOOLDIR}/include/nbinclude ${HOST_INSTALL_DIR} ${TOOLDIR}/include/nbinclude/sys ${HOST_INSTALL_DIR} ${TOOLDIR}/include/nbinclude/ufs cd ${_ARCHDIR} && \ ${TOOL_PAX} -s /include\\/// -rw ${_ARCH_INCS} \ ${TOOLDIR}/include/nbinclude cd ${_INCDIR} && \ ${TOOL_PAX} -rw ${_INCS} ${TOOLDIR}/include/nbinclude cd ${_SYSDIR} && \ ${TOOL_PAX} -rw ${_SYSINCS} ${TOOLDIR}/include/nbinclude/sys cd ${_UFSDIR} && \ ${TOOL_PAX} -rw ${_UFS_INCS} ${TOOLDIR}/include/nbinclude/ufs cd ${TOOLDIR}/include/nbinclude && rm -f machine && \ ${HOST_INSTALL_SYMLINK} ${MACHINE} machine lib/csu/common_elf/common.h'>treecommitdiff
path: root/lib/csu/common_elf/common.h
AgeCommit message (Expand)Author
2014-04-22Retire USE_COMPILERCRTSTUFF=yes.joerg
2012-03-21Use __UNCONST to unconst a ""matt
2011-03-07Pass down ELF Auxillary Vectors for static NetBSD binaries too.joerg
2011-02-22Introduce __weakref_visible to handle the different required visibilityjoerg
2009-12-14Merge from matt-nb5-mips64matt
2006-05-18change __weak_extern to __weak_reference so that gcc4 works.christos
2006-05-17Mark _DYNAMIC to have attribute __weakref__, so that gcc-4 does not optimizechristos
2004-08-26Use ANSI function decls.thorpej
2003-08-12Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works.skrll
2003-07-26netbsd.org->NetBSD.orgsalo
2000-07-03__syscall takes a quad_t as its first argument, not an int.matt
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-02-07add hooks to support the dladdr function.scottb
1999-08-19Namespace cleanup: move runtime linker interface into implementation namespacekleink
1999-05-02Use __weak_extern() instead of an asm statement.kleink
1999-03-20Collect the top parts of the ELF crt0.c files into a common header, andthorpej