Commit b1f07647 by Georg-Johann Lay Committed by Georg-Johann Lay

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
parent 53bc4b3a
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> 2014-11-17 Richard Biener <rguenther@suse.de>
PR middle-end/63898 PR middle-end/63898
...@@ -316,6 +316,9 @@ avr_log_set_avr_log (void) ...@@ -316,6 +316,9 @@ avr_log_set_avr_log (void)
{ {
bool all = TARGET_ALL_DEBUG != 0; bool all = TARGET_ALL_DEBUG != 0;
if (all)
avr_log_details = "all";
if (all || avr_log_details) if (all || avr_log_details)
{ {
/* Adding , at beginning and end of string makes searching easier. */ /* Adding , at beginning and end of string makes searching easier. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment