[newlib-cygwin/users/vapier/wip] libgloss: msp430: delete stub crt_init.o
Michael Frysinger
vapier@sourceware.org
Tue Jan 2 04:36:20 GMT 2024
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=466514c02077e4f05b3590fbc8f920105098d8ef
commit 466514c02077e4f05b3590fbc8f920105098d8ef
Author: Mike Frysinger <vapier@gentoo.org>
Date: Tue Dec 26 21:56:00 2023 -0500
libgloss: msp430: delete stub crt_init.o
This object is created by compiling crt0.S with -DLinit, but there
has never been an "#if Linit" check in crt0.S, so this has always
produced a stub object file. Drop compiling it entirely.
Diff:
---
libgloss/msp430/Makefile.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libgloss/msp430/Makefile.in b/libgloss/msp430/Makefile.in
index 05d3f9cba..c5d70ff7d 100644
--- a/libgloss/msp430/Makefile.in
+++ b/libgloss/msp430/Makefile.in
@@ -90,8 +90,7 @@ CRT_OBJS = \
crt_run_init_array.o \
crt_run_preinit_array.o \
crt_run_fini_array.o \
- crt_run_array.o \
- crt_init.o
+ crt_run_array.o
#### Host specific Makefile fragment comes in here.
@host_makefile_frag@
More information about the Newlib-cvs
mailing list