This is the mail archive of the newlib@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]

[PATCH, V850] Add libgloss support for V850


Hi,

Please find attached the "v850-newlib-v850-libgloss-support.patch".
The patch adds libgloss support for V850 target.

Please review the patch and let me know if there should be any modifications in it.

2010-06-08  Naveen.H.S  naveenh1@kpitcummins.com
		Gina Verlekar  gina.verlekar@kpitcummins.com

      * configure: Remove support for V850ea.
      * configure.ac: Likewise.
	* libgloss/configure: Add libgloss support for V850.
	* libgloss/configure.in: Likewise.
	* libgloss/libnosys/configure.in: Remove support for V850
	* libgloss/libnosys/configure: Likewise
	* 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.
	* newlib/configure.host: Remove V850 support.
	* newlib/libc/sys/configure.in: Remove v850 support.
	* newlib/libc/sys/sysnecv850/access.c: Remove.
	* newlib/libc/sys/sysnecv850/aclocal.m4: Remove.
	* newlib/libc/sys/sysnecv850/chmod.c: Remove.
	* newlib/libc/sys/sysnecv850/chown.c: Remove.
	* newlib/libc/sys/sysnecv850/close.c: Remove.
	* newlib/libc/sys/sysnecv850/configure: Remove.
	* newlib/libc/sys/sysnecv850/configure.in: Remove.
	* newlib/libc/sys/sysnecv850/creat.c: Remove.
	* newlib/libc/sys/sysnecv850/crt0.S: Remove.
	* newlib/libc/sys/sysnecv850/crt1.c: Remove.
	* newlib/libc/sys/sysnecv850/execv.c: Remove.
	* newlib/libc/sys/sysnecv850/execve.c: Remove.
	* newlib/libc/sys/sysnecv850/_exit.c: Remove.
	* newlib/libc/sys/sysnecv850/fork.c: Remove.
	* newlib/libc/sys/sysnecv850/access.c: Remove.
	* newlib/libc/sys/sysnecv850/fstat.c: Remove.
	* newlib/libc/sys/sysnecv850/getpid.c: Remove.
	* newlib/libc/sys/sysnecv850/gettime.c: Remove.
	* newlib/libc/sys/sysnecv850/isatty.c: Remove.
	* newlib/libc/sys/sysnecv850/kill.c: Remove.
	* newlib/libc/sys/sysnecv850/link.c: Remove.
	* newlib/libc/sys/sysnecv850/lseek.c: Remove.
	* newlib/libc/sys/sysnecv850/Makefile.am: Remove.
	* newlib/libc/sys/sysnecv850/Makefile.in: Remove.

Thanks & Regards,
Naveen.H.S

Attachment: v850-newlib-v850-libgloss-support.tar.bz2
Description: v850-newlib-v850-libgloss-support.tar.bz2


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