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 sysdeps/sparc/sparc64/elf/start.S sysdeps ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sourceware.org	2002-12-09 12:37:25

Modified files:
	sysdeps/sparc/sparc64/elf: start.S 
	sysdeps/s390/s390-64/elf: start.S 
	sysdeps/arm/elf: start.S 
	sysdeps/x86_64/elf: start.S 
	sysdeps/powerpc/powerpc64/elf: start.S 
	sysdeps/ia64/elf: start.S 
	sysdeps/i386/elf: start.S 
	sysdeps/sh/elf : start.S 
	csu            : Makefile 
	sysdeps/hppa/elf: start.S 
	sysdeps/sparc/sparc32/elf: start.S 
	sysdeps/mach/hurd/powerpc: static-start.S 
	sysdeps/powerpc/powerpc32/elf: start.S 
	sysdeps/mips/elf: start.S 
	.              : Makeconfig 
	elf            : Makefile 
	sysdeps/cris/elf: start.S 
	sysdeps/s390/s390-32/elf: start.S 
	sysdeps/m68k/elf: start.S 
	sysdeps/alpha/elf: start.S 
Added files:
	csu            : elf-init.c 

Log message:
	2002-12-08  Roland McGrath  <roland@redhat.com>
	
	* elf/Makefile (tests): Uncomment tst-array[123].
	* Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
	* csu/elf-init.c: New file.
	* csu/Makefile (routines, static-only-routines): Add elf-init.
	* sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
	and __libc_csu_fini in place of _fini.
	* sysdeps/arm/elf/start.S: Likewise.
	* sysdeps/cris/elf/start.S: Likewise.
	* sysdeps/hppa/elf/start.S: Likewise.
	* sysdeps/i386/elf/start.S: Likewise.
	* sysdeps/ia64/elf/start.S: Likewise.
	* sysdeps/m68k/elf/start.S: Likewise.
	* sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
	* sysdeps/mips/elf/start.S: Likewise.
	* sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
	* sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
	* sysdeps/s390/s390-32/elf/start.S: Likewise.
	* sysdeps/s390/s390-64/elf/start.S: Likewise.
	* sysdeps/sh/elf/start.S: Likewise.
	* sysdeps/sparc/sparc32/elf/start.S: Likewise.
	* sysdeps/sparc/sparc64/elf/start.S: Likewise.
	* sysdeps/x86_64/elf/start.S: Likewise.


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