This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc/linuxthreads/sysdeps/unix/sysv/linux/ia64 ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2003-12-11 20:43:52

Modified files:
	linuxthreads/sysdeps/unix/sysv/linux/ia64: pt-initfini.c 

Log message:
	Update copyright message.  Add include of <stddef.h>.
	(INIT_NEW_WAY): New macro.
	(INIT_OLD_WAY): Likewise.
	(_init): Add unwind directives.  Invoke
	__pthread_initialize_minimal() via INIT_NEW_WAY or INIT_OLD_WAY, respectively.
	(_init_EPILOG_BEGINS): Add unwind-directives.  Drop unused .regstk
	directive.
	(_fini): Add unwind directives.  Drop unnecessary .align 16
	directive (bundles are always 16-byte aligned).
	(_fini_EPILOG_BEGINS): Add unwind-directives.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]