libc/csu: rename ignore_init.c to libc_start1.c

The current name was a historical curiosity that started when init array
support was added, and then the file appeared a convenient place for the
addition of the MI common code to csu.  It is now referenced by name in
single place and the rename is easy, so do it.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 weeks
This commit is contained in:
Konstantin Belousov 2023-03-12 00:56:46 +02:00
parent 0c6f0c0db7
commit c5c9d980c4
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@
.include "${LIBC_SRCTOP}/csu/${LIBC_ARCH}/Makefile.inc"
SRCS+= \
ignore_init.c
libc_start1.c
CFLAGS+= -I${LIBC_SRCTOP}/csu/${LIBC_ARCH}
SYM_MAPS+=${LIBC_SRCTOP}/csu/Symbol.map