glibc/csu
Richard Henderson b1c1949e60 Don't take the address of a void object.
GCC 4.5 warns about "extern void _end; &end;".
Use char[] instead, as that also doesn't fall foul
of a target's .sdata optimizations.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26 09:16:21 -07:00
..
.gitignore
abi-note.S
check_fds.c
defs.awk
dso_handle.c
elf-init.c Fix startup to security-relevant statically linked binaries. 2009-11-24 11:17:06 -08:00
errno-loc.c
errno.c
gmon-start.c Don't take the address of a void object. 2010-03-26 09:16:21 -07:00
init-first.c
init.c
libc-start.c Fix startup to security-relevant statically linked binaries. 2009-11-24 11:17:06 -08:00
libc-tls.c Fix bookkeeping of static TLS block for TLS_TCB_AT_TP architectures. 2009-07-28 21:58:32 -07:00
Makefile
start.c
sysdep.c
tst-atomic-long.c
tst-atomic.c
tst-empty.c
version.c Implement handling of libc ABI in ELF header. 2010-03-15 11:44:58 -07:00
Versions