comparison gcc/config/avr/avr-arch.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Definitions of types that are used to store AVR architecture and 1 /* Definitions of types that are used to store AVR architecture and
2 device information. 2 device information.
3 Copyright (C) 2012-2018 Free Software Foundation, Inc. 3 Copyright (C) 2012-2020 Free Software Foundation, Inc.
4 Contributed by Georg-Johann Lay (avr@gjlay.de) 4 Contributed by Georg-Johann Lay (avr@gjlay.de)
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify 8 GCC is free software; you can redistribute it and/or modify
124 /* Start of text section. */ 124 /* Start of text section. */
125 int text_section_start; 125 int text_section_start;
126 126
127 /* Flash size in bytes. */ 127 /* Flash size in bytes. */
128 int flash_size; 128 int flash_size;
129
130 /* Offset where flash is seen in the RAM address space. */
131 int flash_pm_offset;
129 } avr_mcu_t; 132 } avr_mcu_t;
130 133
131 /* AVR device specific features. 134 /* AVR device specific features.
132 135
133 AVR_ISA_RMW 136 AVR_ISA_RMW