]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/avr/avr-log.c (avr_log_set_avr_log) [TARGET_ALL_DEBUG]:
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Nov 2014 09:37:05 +0000 (09:37 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Nov 2014 09:37:05 +0000 (09:37 +0000)
Set avr_log_details to "all".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217651 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/avr/avr-log.c

index ff93f9af5312d562fadb13ebe4c8550e94001444..caebd512b858875508d425bf9725bea67ff53336 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-17  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr-log.c (avr_log_set_avr_log) [TARGET_ALL_DEBUG]:
+       Set avr_log_details to "all".
+
 2014-11-17  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/63898
index 68d5cbe0b1327481e72b0231d85a9cf2ce1a66d8..57f2879301565514687a8df330b2cc1ed4d7c175 100644 (file)
@@ -316,6 +316,9 @@ avr_log_set_avr_log (void)
 {
   bool all = TARGET_ALL_DEBUG != 0;
 
+  if (all)
+    avr_log_details = "all";
+       
   if (all || avr_log_details)
     {
       /* Adding , at beginning and end of string makes searching easier.  */