]> git.ipfire.org Git - thirdparty/gcc.git/commit
AVR: Always define __AVR_PM_BASE_ADDRESS__ in specs provided the core has it.
authorGeorg-Johann Lay <avr@gjlay.de>
Thu, 8 Feb 2024 10:39:53 +0000 (11:39 +0100)
committerGeorg-Johann Lay <avr@gjlay.de>
Thu, 8 Feb 2024 10:55:02 +0000 (11:55 +0100)
commit818a7590bdeecb217414a1acdd7cbec11c51ba66
tree82193341eb99a070876dfc1f679cd3fbf7f1a23a
parent9720449a0d28531e9bb03dc070119c1feb19d88f
AVR: Always define __AVR_PM_BASE_ADDRESS__ in specs provided the core has it.

gcc/
* config/avr/gen-avr-mmcu-specs.cc (print_mcu) <*cpp_mcu>: Spec always
defines __AVR_PM_BASE_ADDRESS__ if the core has it.

(cherry picked from commit e515d813f080fb4c4e70d3c7b01815a909893688)
gcc/config/avr/gen-avr-mmcu-specs.cc