This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/libgloss ChangeLog msp430/Makefile.in msp4 ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	dj@sourceware.org	2014-01-30 02:46:34

Modified files:
	libgloss       : ChangeLog 
	libgloss/msp430: Makefile.in crt0.S crtn.S msp430-sim.ld 
	                 msp430.ld msp430xl-sim.ld 

Log message:
	* msp430/Makefile.in (crt0-minrt.o, crtn-minrt.o): New.  Build
	from crt0.S with -DMINRT.
	(CRT_OBJS): Expand.
	(crt_%.o): New rule pattern.  Build multiple objects from crt0.S.
	* msp430/crt0.S: Further break out functionality.  Support -DMINRT
	that omits all init/fini logic.
	* msp430/crtn.S: Likewise.
	* msp430/msp430-sim.ld: Wildcard all .crt_* sections, sorted.
	* msp430/msp430.ld: Likewise.
	* msp430/msp430xl-sim.ld: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/ChangeLog.diff?cvsroot=src&r1=1.392&r2=1.393
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/Makefile.in.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/crt0.S.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/crtn.S.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/msp430-sim.ld.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/msp430.ld.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/msp430xl-sim.ld.diff?cvsroot=src&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]