Re: [PATCH] use build_function_type_list in the avr backend

2011-04-21 Thread Denis Chertykov
2011/4/20 Nathan Froyd froy...@codesourcery.com: As $SUBJECT suggests.  Tested with cross to avr-elf.  OK to commit? -Nathan        * config/avr/avr.c (avr_init_builtins): Call        build_function_type_list instead of build_function_type. Please, commit. Denis.

[PATCH] use build_function_type_list in the avr backend

2011-04-20 Thread Nathan Froyd
As $SUBJECT suggests. Tested with cross to avr-elf. OK to commit? -Nathan * config/avr/avr.c (avr_init_builtins): Call build_function_type_list instead of build_function_type. diff --git a/gcc/config/avr/avr.c b/gcc/config/avr/avr.c index 500a5b2..6dbf8b4 100644 ---