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
This commit is contained in:
Georg-Johann Lay 2014-11-17 09:37:05 +00:00 committed by Georg-Johann Lay
parent 53bc4b3a0d
commit b1f07647d7
2 changed files with 8 additions and 0 deletions

View 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

View 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. */