public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] libgloss: msp430: delete stub crt_init.o
@ 2024-01-20  1:26 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2024-01-20  1:26 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2b0fd7030830701a63781de9d67a596e361c39be

commit 2b0fd7030830701a63781de9d67a596e361c39be
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@

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-20  1:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-20  1:26 [newlib-cygwin/main] libgloss: msp430: delete stub crt_init.o Michael Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).