https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92545

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Mon Nov 18 07:52:55 2019
New Revision: 278387

URL: https://gcc.gnu.org/viewcvs?rev=278387&root=gcc&view=rev
Log:
        Add support for AVR devices from the 0-series.
        PR target/92545
        * config/avr/avr-arch.h (avr_mcu_t) <flash_pm_offset>: New field.
        * config/avr/avr-devices.c (avr_mcu_types): Adjust initializers.
        * config/avr/avr-mcus.def (AVR_MCU): Add respective field.
        * config/avr/specs.h (LINK_SPEC) <%(link_pm_base_address)>: Add.
        * config/avr/gen-avr-mmcu-specs.c (print_mcu)
        <*cpp, *cpp_mcu, *cpp_avrlibc, *link_pm_base_address>: Emit code
        for spec definitions.
        * doc/avr-mmcu.texi: Regenerate.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr-arch.h
    trunk/gcc/config/avr/avr-devices.c
    trunk/gcc/config/avr/avr-mcus.def
    trunk/gcc/config/avr/gen-avr-mmcu-specs.c
    trunk/gcc/config/avr/gen-avr-mmcu-texi.c
    trunk/gcc/config/avr/specs.h

Reply via email to