OSDN Git Service

Update architecture specific support to consistantly
authorEric Andersen <andersen@codepoet.org>
Thu, 23 Jan 2003 17:55:27 +0000 (17:55 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 23 Jan 2003 17:55:27 +0000 (17:55 -0000)
commita3560dc47b3cf2eef3ebf0e0c9765e11bdf66b6a
treeb6a67f0d5748f0f69cb2b0a971e6f2c74da3065f
parent100cc918a944bd0d40ecb2afc635f2b76d7cb577
Update architecture specific support to consistantly
generate a crt0 and crt1 file.  Most arches still need
to be updated to call __uClibc_start_main() rather than
__uClibc_main().
19 files changed:
libc/sysdeps/Makefile
libc/sysdeps/linux/Makefile
libc/sysdeps/linux/alpha/Makefile
libc/sysdeps/linux/arm/Makefile
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/cris/Makefile
libc/sysdeps/linux/h8300/Makefile
libc/sysdeps/linux/h8300/crt0.S
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/i386/crt0.S
libc/sysdeps/linux/i960/Makefile
libc/sysdeps/linux/m68k/Makefile
libc/sysdeps/linux/m68k/crt0.S
libc/sysdeps/linux/mips/Makefile
libc/sysdeps/linux/mips/crt0.S
libc/sysdeps/linux/sh/Makefile
libc/sysdeps/linux/sh/crt0.S
libc/sysdeps/linux/sparc/Makefile
libc/sysdeps/linux/v850/Makefile