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/m68k Makefile.in cf-crt0.S cf-crt ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	newlib-csl-20060320-branch
Changes by:	nathan@sourceware.org	2006-10-23 19:28:29

Modified files:
	libgloss/m68k  : Makefile.in cf-crt0.S cf-crt1.c cf-sbrk.c cf.sc 
	                 io.h 
Added files:
	libgloss/m68k  : cf-isv.S 

Log message:
	libgloss/
	* m68k/Makefile.in (CF_CRT0): Rename to CF_CRT0S, separate hosted
	& unhosted versions.
	(CF_OBJS): Add cf-isv.o.
	(CF_SOURCES): Add cf-isv.S.
	(cf-hosted-crt0.o, cf-unhosted-crt0.o): New targets.
	* m68k/cf-isv.S: New, broken out of ...
	* m68k/cf-crt0.S: ... here.  Add HOSTED & UNHOSTED differences.
	* m68k/cf-crt1.c (__start1): Add heap_limit argument.
	(__heap_limit): Define.
	* m68k/cf-sbrk.c (__heap_limit): Declare.
	(sbrk): Adjust for __heap_limit.
	* m68k/cf.sc: Use different crt0's for hosted & unhosted.
	Install a separate isv.o file.
	* m68k/io.h (HOSTED_PUTCHAR): Replace with ...
	(HOSTED_INIT_SIM): ... this.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/m68k/cf-isv.S.diff?cvsroot=src&only_with_tag=newlib-csl-20060320-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/m68k/Makefile.in.diff?cvsroot=src&only_with_tag=newlib-csl-20060320-branch&r1=1.5.2.13&r2=1.5.2.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/m68k/cf-crt0.S.diff?cvsroot=src&only_with_tag=newlib-csl-20060320-branch&r1=1.1.2.1&r2=1.1.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/m68k/cf-crt1.c.diff?cvsroot=src&only_with_tag=newlib-csl-20060320-branch&r1=1.1.2.1&r2=1.1.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/m68k/cf-sbrk.c.diff?cvsroot=src&only_with_tag=newlib-csl-20060320-branch&r1=1.1.2.1&r2=1.1.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/m68k/cf.sc.diff?cvsroot=src&only_with_tag=newlib-csl-20060320-branch&r1=1.1.2.7&r2=1.1.2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/m68k/io.h.diff?cvsroot=src&only_with_tag=newlib-csl-20060320-branch&r1=1.1.2.1&r2=1.1.2.2


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