2002-06-18 Dave Brolley <brolley@redhat.com>

From Catherine Moore, Michael Meissner, Richard Sandiford:
	* libc/include/machine/setjmp.h (_JBLEN): Define for __frv__.
	(_JBTYPE): Ditto.
	* libc/include/sys/config.h (__IEEE_BIG_ENDIAN): Ditto.
	(__ATTRIBUTE_IMPURE_PTR__): Ditto.
	* libc/include/machine/ieeefp.h (__IEEE_BIG_ENDIAN): Ditto.
	* configure.host: Support frv-*-*.
	* libc/machine/frv/Makefile.am: New file.
	* libc/machine/frv/configure.in: New file.
	* libc/machine/frv/setjmp.S: New file.
This commit is contained in:
Dave Brolley
2002-06-18 21:20:28 +00:00
parent c2b0dec2dc
commit 4ecedd09e7
12 changed files with 2596 additions and 0 deletions

View File

@ -193,6 +193,9 @@ case "${host_cpu}" in
machine_dir=v850
newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -mv850 "
;;
frv)
machine_dir=frv
;;
w65*)
machine_dir=w65
;;
@ -372,6 +375,9 @@ case "${host}" in
v850ea-*-*)
sys_dir=sysnecv850
;;
frv*)
sys_dir=
;;
w65-*-*)
sys_dir=w65
;;
@ -559,6 +565,10 @@ case "${host}" in
v850ea-*-*)
syscall_dir=syscalls
;;
frv-*-*)
syscall_dir=syscalls
newlib_cflags="${newlib_cflags} -DWANT_PRINTF_LONG_LONG"
;;
w65-*-*)
syscall_dir=syscalls
newlib_cflags="${newlib_cflags} -DSMALL_DTOA -DSMALL_MEMORY"