OSDN Git Service

PR target/52261
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Feb 2012 19:26:00 +0000 (19:26 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Feb 2012 19:26:00 +0000 (19:26 +0000)
* 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

libgcc/ChangeLog
libgcc/config/avr/lib1funcs.S

index 379b858..c9d7fdf 100644 (file)
@@ -1,3 +1,8 @@
+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
index eba0486..2454b51 100644 (file)
@@ -1696,7 +1696,7 @@ DEFUN __prologue_saves__
        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
@@ -1752,7 +1752,7 @@ DEFUN __epilogue_restores__
        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__