From: Georg-Johann Lay Date: Wed, 18 Dec 2019 16:02:00 +0000 (+0000) Subject: * config/avr/avr-mcus.def: Typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15ef05444f18a9a690e4484f24a523c6aed59896;p=gcc.git * config/avr/avr-mcus.def: Typo. From-SVN: r279524 --- diff --git a/gcc/config/avr/avr-mcus.def b/gcc/config/avr/avr-mcus.def index 95ac21d7b5f..97ce49968ed 100644 --- a/gcc/config/avr/avr-mcus.def +++ b/gcc/config/avr/avr-mcus.def @@ -23,7 +23,6 @@ This will regenerate / update the following source files: - - $(srcdir)/config/avr/t-multilib - $(srcdir)/doc/avr-mmcu.texi After that, rebuild everything and check-in the new sources to the repo. @@ -36,36 +35,37 @@ Before including this file, define a macro: - AVR_MCU (NAME, ARCH, DEV_ATTRIBUTE, MACRO, DATA_SEC, N_FLASH) + AVR_MCU (NAME, ARCH, ATTR, MACRO, TDATA, TTEXT, FLASH_SIZE, PM_OFFSET) where the arguments are the fields of avr_mcu_t: - NAME Name of the device as specified by -mmcu=. Also - used by DRIVER_SELF_SPECS and gen-avr-mmcu-specs.c for - - the name of the device specific specs file - in -specs=device-specs/spec- - - the name of the startup file crt.o - - to link the device library by means of -l + NAME Name of the device as specified by -mmcu=. Also + used by DRIVER_SELF_SPECS and gen-avr-mmcu-specs.c for + - the name of the device specific specs file + in -specs=device-specs/spec- + - the name of the startup file crt.o + - the name of the device library to be linked with -l - ARCH Specifies the multilib variant together with AVR_SHORT_SP + ARCH Specifies the multilib variant together with AVR_SHORT_SP - DEV_ATTRIBUTE Specifies the device specific features - - additional ISA, short SP, errata skip etc., + ATTR Specifies the device specific features + - additional ISA, short SP, errata skip etc., - MACRO If NULL, this is a core and not a device. If non-NULL, - supply respective built-in macro. + MACRO If NULL, this is a core and not a device. If non-NULL, + supply respective built-in macro. - DATA_START First address of SRAM, used in -Tdata=. + TDATA First address of SRAM, used in -Tdata=. - TEXT_START First address of Flash, used in -Ttext=. + TTEXT First address of Flash, used in -Ttext=. - FLASH_SIZE Flash size in bytes. + FLASH_SIZE + Flash size in bytes. - RODATA_PM_OFFSET - Either 0x0 or the offset where flash memory is mirrored - into the RAM address space accessible by LD and LDS. - This is only needed if that value deviates from the - value for the respective family. + PM_OFFSET + Either 0x0 or the offset where flash memory is mirrored + into the RAM address space accessible by LD, LDD and LDS. + This is only needed if that value deviates from the + value for the respective device family. "avr2" must be first for the "0" default to work as intended. */