Commit 8bc991d4 by Pitchumani Sivanupandi Committed by Denis Chertykov

* config/avr/gen-avr-mmcu-specs.c: Remove unnecessary format specifier.

From-SVN: r217051
parent 33843210
2014-11-03 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
* config/avr/gen-avr-mmcu-specs.c: Remove unnecessary format specifier.
2014-11-03 Richard Biener <rguenther@suse.de> 2014-11-03 Richard Biener <rguenther@suse.de>
* tree-eh.c (operation_could_trap_helper_p): Handle conversions * tree-eh.c (operation_could_trap_helper_p): Handle conversions
...@@ -53,7 +53,7 @@ print_mcu (const avr_mcu_t *mcu) ...@@ -53,7 +53,7 @@ print_mcu (const avr_mcu_t *mcu)
? " -msp8" : " %<msp8"); ? " -msp8" : " %<msp8");
errata_skip = (mcu->dev_attribute & AVR_ERRATA_SKIP) ? " -mskip-bug" : ""; errata_skip = (mcu->dev_attribute & AVR_ERRATA_SKIP) ? " -mskip-bug" : "";
rmw = (mcu->dev_attribute & AVR_ISA_RMW) ? "%%{!mno-rmw: -mrmw}" : ""; rmw = (mcu->dev_attribute & AVR_ISA_RMW) ? "%{!mno-rmw: -mrmw}" : "";
const char *arch_name = avr_arch_types[mcu->arch].arch_name; const char *arch_name = avr_arch_types[mcu->arch].arch_name;
......
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