diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2017-06-13 08:25:07 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2017-06-13 08:25:07 +0000 |
commit | da8b0b2b258bfc278508dd107daf20c484ade28f (patch) | |
tree | 2e6a5fc309f3a44d26aae15d8cf0bca17c34c11e /gcc/config/avr/avr-devices.c | |
parent | bae6eef0095c6fb444a547da7a938a2d35a6e3be (diff) | |
download | gcc-da8b0b2b258bfc278508dd107daf20c484ade28f.zip gcc-da8b0b2b258bfc278508dd107daf20c484ade28f.tar.gz gcc-da8b0b2b258bfc278508dd107daf20c484ade28f.tar.bz2 |
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
Diffstat (limited to 'gcc/config/avr/avr-devices.c')
-rw-r--r-- | gcc/config/avr/avr-devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr-devices.c b/gcc/config/avr/avr-devices.c index 6810ff1..c391ef9 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." }, |