glibc/csu
Samuel Thibault edd4cbcf83 Fix gcrt0.o compilation
When static-start-installed-name is different from
start-installed-name, we must not use the shared objects.

* csu/Makefile
(extra-objs): Add gmon-start.o when building shared library and
$(static-start-installed-name) is different from
$(start-installed-name).
$(objpfx)g$(static-start-installed-name): When building shared
library and $(static-start-installed-name) is different from
$(static-start-installed-name), revert to non-shared rule,
i.e. using $(objpfx)% and gmon-start.o.
2015-08-07 01:38:39 +02:00
..
Makefile Fix gcrt0.o compilation 2015-08-07 01:38:39 +02:00
Versions Remove unused %include lines from Versions files. 2014-02-22 00:58:54 -08:00
abi-note.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
check_fds.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dso_handle.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
elf-init.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
errno-loc.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
errno.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
gmon-start.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
init-first.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
init.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
libc-start.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
libc-tls.c Align TCB offset to the maximum alignment 2015-06-24 16:30:58 -07:00
start.c More fallout from supporting only ELF 2012-01-08 00:45:01 -05:00
sysdep.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
tst-atomic-long.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-atomic.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-empty.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
version.c Update copyright dates not handled by scripts/update-copyrights. 2015-01-02 16:54:45 +00:00