PR target/71948
* config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
does not overlap with other symbol flags.
From-SVN: r238961
+2016-08-01 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/71948
+ * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
+ does not overlap with other symbol flags.
+
2016-08-01 Wilco Dijkstra <wdijkstr@arm.com>
* config/aarch64/aarch64.h (aarch64_frame):
/* (AVR_TINY only): Symbol has attribute progmem */
#define AVR_SYMBOL_FLAG_TINY_PM \
- (SYMBOL_FLAG_MACH_DEP << 4)
+ (SYMBOL_FLAG_MACH_DEP << 7)
#define TINY_ADIW(REG1, REG2, I) \
"subi " #REG1 ",lo8(-(" #I "))" CR_TAB \