re PR target/81072 ([avr] Support some XMEGA devices with flash seen in RAM address...
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 13 Jun 2017 08:25:07 +0000 (08:25 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Tue, 13 Jun 2017 08:25:07 +0000 (08:25 +0000)
PR target/81072
* config/avr/avr-devices.c: Fix indentation.
* config/avr/gen-avr-mmcu-specs.c: Dito.

From-SVN: r249146

gcc/ChangeLog
gcc/config/avr/avr-devices.c
gcc/config/avr/gen-avr-mmcu-specs.c

index 2ebf47d31bd0bf93218ecc3541c2d4d295668b1a..b5159ee4cf646c2f281be7491cfa9cd89ce3c877 100644 (file)
@@ -1,3 +1,9 @@
+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,
index 6810ff1cc0f7470433fedccd68addbc522678155..c391ef9cd8eeef9421cf3e92fa3df6e3b22cd9a3 100644 (file)
@@ -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." },
index a25ac6f9e50005192d0ed0f2efd7a924b4843507..db17eeb41d70b9f07eeb1915414f956334a983e6 100644 (file)
@@ -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)