From c4468fc3e694127b19bdc30b5955f6d3f5685ea9 Mon Sep 17 00:00:00 2001 From: Denis Chertykov Date: Wed, 15 Jun 2016 19:43:35 +0300 Subject: [PATCH] Correct Changelog entry: PR target/67353 * config/avr/avr.c (avr_set_current_function): Warn misspelled interrupt/ signal handler if -Wmisspelled-isr flag is enabled. * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled by default to warn misspelled interrupt/ signal handler. * doc/invoke.texi (AVR Options): Document it. Update description for -nodevicelib option. From-SVN: r237487 --- gcc/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 48fdfc78f74..7f3fe7e2fea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,6 +3,10 @@ PR target/67353 * config/avr/avr.c (avr_set_current_function): Warn misspelled interrupt/ signal handler if -Wmisspelled-isr flag is enabled. + * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled + by default to warn misspelled interrupt/ signal handler. + * doc/invoke.texi (AVR Options): Document it. Update description + for -nodevicelib option. 2016-06-15 Kyrylo Tkachov -- 2.30.2