From da8b0b2b258bfc278508dd107daf20c484ade28f Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Tue, 13 Jun 2017 08:25:07 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ gcc/config/avr/avr-devices.c | 2 +- gcc/config/avr/gen-avr-mmcu-specs.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2ebf47d31bd..b5159ee4cf6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2017-06-13 Georg-Johann Lay + + PR target/81072 + * config/avr/avr-devices.c: Fix indentation. + * config/avr/gen-avr-mmcu-specs.c: Dito. + 2017-06-13 Richard Biener * tree-vect-loop.c (vect_model_reduction_cost): Do not fail, diff --git a/gcc/config/avr/avr-devices.c b/gcc/config/avr/avr-devices.c index 6810ff1cc0f..c391ef9cd8e 100644 --- a/gcc/config/avr/avr-devices.c +++ b/gcc/config/avr/avr-devices.c @@ -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." }, diff --git a/gcc/config/avr/gen-avr-mmcu-specs.c b/gcc/config/avr/gen-avr-mmcu-specs.c index a25ac6f9e50..db17eeb41d7 100644 --- a/gcc/config/avr/gen-avr-mmcu-specs.c +++ b/gcc/config/avr/gen-avr-mmcu-specs.c @@ -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) -- 2.30.2