From: Georg-Johann Lay Date: Mon, 17 Nov 2014 09:37:05 +0000 (+0000) Subject: avr-log.c (avr_log_set_avr_log): Set avr_log_details to "all". X-Git-Tag: releases/gcc-5.1.0~3182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1f07647d7253cd40ddb247aa202967fa022e917;p=thirdparty%2Fgcc.git avr-log.c (avr_log_set_avr_log): Set avr_log_details to "all". * config/avr/avr-log.c (avr_log_set_avr_log) [TARGET_ALL_DEBUG]: Set avr_log_details to "all". From-SVN: r217651 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ff93f9af5312..caebd512b858 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-11-17 Georg-Johann Lay + + * config/avr/avr-log.c (avr_log_set_avr_log) [TARGET_ALL_DEBUG]: + Set avr_log_details to "all". + 2014-11-17 Richard Biener PR middle-end/63898 diff --git a/gcc/config/avr/avr-log.c b/gcc/config/avr/avr-log.c index 68d5cbe0b132..57f287930156 100644 --- a/gcc/config/avr/avr-log.c +++ b/gcc/config/avr/avr-log.c @@ -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. */