avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2114] 2010-03-30 Eric B.


From: Eric Weddington
Subject: [avr-libc-commit] [2114] 2010-03-30 Eric B.
Date: Wed, 31 Mar 2010 05:12:22 +0000

Revision: 2114
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2114
Author:   arcanum
Date:     2010-03-31 05:12:22 +0000 (Wed, 31 Mar 2010)
Log Message:
-----------
2010-03-30  Eric B. Weddington  <address@hidden>

        * crt1/gcrt1.S: Add more interrupt vectors to cover the ATxmega128A1U
        device.

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/crt1/gcrt1.S

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2010-03-31 04:27:34 UTC (rev 2113)
+++ trunk/avr-libc/ChangeLog    2010-03-31 05:12:22 UTC (rev 2114)
@@ -1,5 +1,10 @@
 2010-03-30  Eric B. Weddington  <address@hidden>
 
+       * crt1/gcrt1.S: Add more interrupt vectors to cover the ATxmega128A1U
+       device.
+
+2010-03-30  Eric B. Weddington  <address@hidden>
+
        * xml/avrgcc-header: Modify XMEGA portion of script to not generate CPU
        and GPIO definitions that include references to non-existent structures.
        This is a partial fix for bug #28901, for future header files.

Modified: trunk/avr-libc/crt1/gcrt1.S
===================================================================
--- trunk/avr-libc/crt1/gcrt1.S 2010-03-31 04:27:34 UTC (rev 2113)
+++ trunk/avr-libc/crt1/gcrt1.S 2010-03-31 05:12:22 UTC (rev 2114)
@@ -175,6 +175,8 @@
        vector  __vector_123
        vector  __vector_124
        vector  __vector_125
+       vector  __vector_126
+       vector  __vector_127
        .endfunc
 
        /* Handle unexpected interrupts (enabled and no handler), which





reply via email to

[Prev in Thread] Current Thread [Next in Thread]