Commit da8b0b2b by Georg-Johann Lay Committed by Georg-Johann Lay

re PR target/81072 ([avr] Support some XMEGA devices with flash seen in RAM address space.)

	PR target/81072
	* config/avr/avr-devices.c: Fix indentation.
	* config/avr/gen-avr-mmcu-specs.c: Dito.

From-SVN: r249146
parent bae6eef0
2017-06-13 Georg-Johann Lay <avr@gjlay.de>
PR target/81072
* config/avr/avr-devices.c: Fix indentation.
* config/avr/gen-avr-mmcu-specs.c: Dito.
2017-06-13 Richard Biener <rguenther@suse.de>
* tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
......
......@@ -98,7 +98,7 @@ avr_texinfo[] =
"of program memory." },
{ ARCH_AVRXMEGA3,
"``XMEGA'' devices with up to 64@tie{}KiB of combined program memory "
"and RAM, and with program memory visible in the RAM address space." },
"and RAM, and with program memory visible in the RAM address space." },
{ ARCH_AVRXMEGA4,
"``XMEGA'' devices with more than 64@tie{}KiB and up to 128@tie{}KiB "
"of program memory." },
......
......@@ -170,7 +170,7 @@ print_mcu (const avr_mcu_t *mcu)
fprintf (f, "core architecture %s\n", arch->name);
else
fprintf (f, "device %s (core %s, %d-bit SP%s)\n", mcu->name,
arch->name, sp8 ? 8 : 16, rcall ? ", short-calls" : "");
arch->name, sp8 ? 8 : 16, rcall ? ", short-calls" : "");
fprintf (f, "%s\n", header);
if (is_device)
......
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