avr.c (avr_handle_fndecl_attribute): Generate a warning if the function name does...
authorTheodore A. Roth <troth@openavr.org>
Sun, 28 Nov 2004 23:15:59 +0000 (23:15 +0000)
committerMarek Michalkiewicz <marekm@gcc.gnu.org>
Sun, 28 Nov 2004 23:15:59 +0000 (23:15 +0000)
commit97e45d9e697f9599230a3ca085a276ddc9868038
treefeb1f0e90b043949cc205fc5048072449cc143c6
parent359202256307dc7fe82327cf47b0964bbab5e604
avr.c (avr_handle_fndecl_attribute): Generate a warning if the function name does not begin with "__vector" and the...

* config/avr/avr.c (avr_handle_fndecl_attribute): Generate a
warning if the function name does not begin with "__vector" and the
function has either the 'signal' or 'interrupt' attribute.

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