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:	nickc@sourceware.org	2013-09-18 07:38:13

Modified files:
	libgloss       : ChangeLog 
	libgloss/msp430: Makefile.in msp430-sim.ld msp430.ld 
	                 msp430F5438A-l.ld msp430F5438A-s.ld 
	                 msp430xl-sim.ld 
Added files:
	libgloss/msp430: crt_bss.S crt_movedata.S intr_vectors.ld 

Log message:
	* msp430/Makefile.in (SCRIPTS): Add intr_vectors.ld.
	(LIB_CRT): New.
	(CRT_OBJS): New.
	(all): Add dependency upon LIB_CRT.
	(install): Likewise.
	* msp430/msp430-sim.ld: Include intr_vectors.ld.
	KEEP crt code, lowtext code and tm_clone_table.
	Separate the noinit section from the .bss section.
	Allow for extended .debug_line sections.
	* msp430/msp430.ld: Likewise.
	* msp430/msp430F5438A-l.ld: Likewise.
	* msp430/msp430F5438A-s.ld: Likewise.
	* msp430/msp430xl-sim.ld: Likewise
	.	* msp430/crt_movedata.S: New.
	* msp430/crt_bss.S: New.
	* msp430/intr_vectors.ld: New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/ChangeLog.diff?cvsroot=src&r1=1.378&r2=1.379
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/crt_bss.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/crt_movedata.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/intr_vectors.ld.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/Makefile.in.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.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/msp430.ld.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/msp430F5438A-l.ld.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/msp430F5438A-s.ld.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/msp430/msp430xl-sim.ld.diff?cvsroot=src&r1=1.1&r2=1.2


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