re PR target/48896 (avr.o warnings)
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 10 May 2011 12:16:09 +0000 (12:16 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Tue, 10 May 2011 12:16:09 +0000 (12:16 +0000)
commitfd01a351dff3f953994a7a14015b9aaa3f77582d
tree54a74e89982af775f62a7493fbfd75b1ac4a8c03
parent34cc3c861dc01807a8fbe392ba3f275286e7bf1b
re PR target/48896 (avr.o warnings)

PR target/48896
* config/avr/avr.c (avr_ret_register): Return unsigned int
instead of int.
(avr_function_value): Mark fn_decl_or_type as unused, don't pass
it to avr_libcall_value.
avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
expand_expr.
(avr_expand_binop_builtin): Ditto.
(avr_expand_unop_builtin): Ditto.

From-SVN: r173617
gcc/ChangeLog
gcc/config/avr/avr.c