This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Assertify v850
- From: Nick Clifton <nickc at redhat dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 07 May 2005 15:50:46 +0100
- Subject: Re: Assertify v850
- References: <427CA010.7060203@codesourcery.com>
Hi Nathan,
This one does the v850 target files. Again I tested with i686 hosted cross
tools. Unfortunately newlib builds with
../../../../../../src/newlib/libc/stdlib/strtod.c: In function '_strtod_r':
../../../../../../src/newlib/libc/stdlib/strtod.c:732: error:
unrecognizable insn:
(jump_insn 33 1999 34 2
../../../../../../src/newlib/libc/stdlib/strtod.c:126 (set (pc)
(plus:SI (sign_extend:SI (mem:HI (plus:SI (mult:SI (reg:SI 149)
(const_int 2 [0x2]))
(label_ref 34)) [0 S2 A16]))
(label_ref 34))) -1 (nil)
(expr_list:REG_DEAD (reg:SI 149)
(nil)))
both with and without the patch. ok?
Yup - Ok to apply.
Cheers
Nick