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 configure configure.in ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2010-07-23 17:52:37

Modified files:
	libgloss       : ChangeLog configure configure.in 
	libgloss/libnosys: configure configure.in 
Added files:
	libgloss/v850  : Makefile.in _exit.c access.c aclocal.m4 chmod.c 
	                 chown.c close.c configure configure.in creat.c 
	                 crt0.S crt1.c execv.c execve.c fork.c fstat.c 
	                 getpid.c gettime.c isatty.c kill.c link.c 
	                 lseek.c open.c pipe.c read.c sbrk.c sim.ld 
	                 stat.c time.c times.c trap.S unlink.c utime.c 
	                 wait.c write.c 

Log message:
	2010-07-23  Naveen.H.S  <naveenh1@kpitcummins.com>
	Gina Verlekar <gina.verlekar@kpitcummins.com>
	
	Moving files from libc/sys/sysnecv850 to libgloss/v850
	
	* libgloss/libnosys/configure: Regenerated.
	* libgloss/libnosys/configure.in: Compact v850 support to v850*-*-*.
	* libgloss/libnosys/configure: Regenerated.
	* libgloss/configure.in: Add libgloss support for v850.
	* libgloss/configure: Regenerated.
	* libgloss/v850/access.c: New file.
	* libgloss/v850/aclocal.m4: New.
	* libgloss/v850/chmod.c: New.
	* libgloss/v850/chown.c: New.
	* libgloss/v850/close.c: New.
	* libgloss/v850/configure: New.
	* libgloss/v850/configure.in: New.
	* libgloss/v850/crt0.S: New.
	* libgloss/v850/crt1.c: New.
	* libgloss/v850/execv.c: New.
	* libgloss/v850/execve.c: New.
	* libgloss/v850/_exit.c: New.
	* libgloss/v850/fork.c: New.
	* libgloss/v850/fstat.c: New.
	* libgloss/v850/getpid.c: New.
	* libgloss/v850/gettime.c: New.
	* libgloss/v850/isatty.c: New.
	* libgloss/v850/kill.c: New.
	* libgloss/v850/link.c: New.
	* libgloss/v850/lseek.c: New.
	* libgloss/v850/Makefile.in: New.
	* libgloss/v850/open.c: New.
	* libgloss/v850/pipe.c: New.
	* libgloss/v850/read.c: New.
	* libgloss/v850/sbrk.c: New.
	* libgloss/v850/sim.ld: New.
	* libgloss/v850/stat.c: New.
	* libgloss/v850/time.c: New.
	* libgloss/v850/times.c: New.
	* libgloss/v850/trap.S: New.
	* libgloss/v850/unlink.c: New.
	* libgloss/v850/utime.c: New.
	* libgloss/v850/wait.c: New.
	* libgloss/v850/write.c: New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/ChangeLog.diff?cvsroot=src&r1=1.297&r2=1.298
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/configure.diff?cvsroot=src&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/configure.in.diff?cvsroot=src&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/libnosys/configure.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/libnosys/configure.in.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/_exit.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/access.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/aclocal.m4.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/chmod.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/chown.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/close.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/configure.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/configure.in.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/creat.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/crt0.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/crt1.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/execv.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/execve.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/fork.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/fstat.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/getpid.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/gettime.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/isatty.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/kill.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/link.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/lseek.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/open.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/pipe.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/read.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/sbrk.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/sim.ld.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/stat.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/time.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/times.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/trap.S.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/unlink.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/utime.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/wait.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/libgloss/v850/write.c.diff?cvsroot=src&r1=NONE&r2=1.1


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