* config/avr/lib1funcs.S (__AVR__XMEGA__): Fix tippo to __AVR_XMEGA__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184522
138bc75d-0d04-0410-961f-
82ee72b054a4
+2012-02-23 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/52261
+ * config/avr/lib1funcs.S (__AVR__XMEGA__): Fix tippo to __AVR_XMEGA__.
+
2012-02-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/ia64/crtbegin.S: Use HAVE_INITFINI_ARRAY_SUPPORT
sub r28,r26
out __SP_L__,r28
clr r29
-#elif defined (__AVR__XMEGA__)
+#elif defined (__AVR_XMEGA__)
in r28,__SP_L__
in r29,__SP_H__
sub r28,r26
add r28,r30
out __SP_L__,r28
mov r28, r26
-#elif defined (__AVR__XMEGA__)
+#elif defined (__AVR_XMEGA__)
ldd r27,Y+1
add r28,r30
adc r29,__zero_reg__