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

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

[avr-libc-commit] [2192] 2010-11-08 Eric B.


From: Eric Weddington
Subject: [avr-libc-commit] [2192] 2010-11-08 Eric B.
Date: Mon, 08 Nov 2010 13:53:25 +0000

Revision: 2192
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2192
Author:   arcanum
Date:     2010-11-08 13:53:24 +0000 (Mon, 08 Nov 2010)
Log Message:
-----------
2010-11-08  Eric B. Weddington  <address@hidden>

        * include/avr/iom169pa.h: Rename UBRR0* definitions to remove a 
duplicate.
        * libc/pmstring/strcasecmp_PF.S: Fix warning at end of file.
        * include/avr/iom16hva2.h: Fix SPI interrupt vector names.
        * include/avr/iom3000.h: Comment out duplicate definitions.

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/include/avr/iom169pa.h
    trunk/avr-libc/include/avr/iom16hva2.h
    trunk/avr-libc/include/avr/iom3000.h
    trunk/avr-libc/libc/pmstring/strcasecmp_PF.S

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2010-11-05 13:45:57 UTC (rev 2191)
+++ trunk/avr-libc/ChangeLog    2010-11-08 13:53:24 UTC (rev 2192)
@@ -1,120 +1,127 @@
+2010-11-08  Eric B. Weddington  <address@hidden>
+
+       * include/avr/iom169pa.h: Rename UBRR0* definitions to remove a 
duplicate.
+       * libc/pmstring/strcasecmp_PF.S: Fix warning at end of file.
+       * include/avr/iom16hva2.h: Fix SPI interrupt vector names.
+       * include/avr/iom3000.h: Comment out duplicate definitions.
+
 2010-11-05  Eric B. Weddington  <address@hidden>
 
-       common/asmdef.h: Add conditional compilation to not compile for
+       * common/asmdef.h: Add conditional compilation to not compile for
        ATiny10 family.
-       common/ctoasm.inc: Same.
-       libc/misc/eeupd_byte.S: Same.
-       libc/misc/itoa.S: Same.
-       libc/misc/utoa.S: Same.
-       libc/pmstring/memchr_P.S: Same.
-       libc/pmstring/memcmp_P.S: Same.
-       libc/pmstring/memcmp_PF.S: Same.
-       libc/pmstring/memcpy_P.S: Same.
-       libc/pmstring/memcpy_PF.S: Same.
-       libc/pmstring/memrchr_P.S: Same.
-       libc/pmstring/strcasecmp_P.S: Same.
-       libc/pmstring/strcasecmp_PF.S: Same.
-       libc/pmstring/strcat_P.S: Same.
-       libc/pmstring/strcat_PF.S: Same.
-       libc/pmstring/strchr_P.S: Same.
-       libc/pmstring/strchrnul_P.S: Same.
-       libc/pmstring/strcmp_P.S: Same.
-       libc/pmstring/strcmp_PF.S: Same.
-       libc/pmstring/strcpy_P.S: Same.
-       libc/pmstring/strcpy_PF.S: Same.
-       libc/pmstring/strcspn_P.S: Same.
-       libc/pmstring/strlcat_P.S: Same.
-       libc/pmstring/strlcat_PF.S: Same.
-       libc/pmstring/strlcpy_P.S: Same.
-       libc/pmstring/strlcpy_PF.S: Same.
-       libc/pmstring/strlen_P.S: Same.
-       libc/pmstring/strlen_PF.S: Same.
-       libc/pmstring/strncasecmp_P.S: Same.
-       libc/pmstring/strncasecmp_PF.S: Same.
-       libc/pmstring/strncat_P.S: Same.
-       libc/pmstring/strncat_PF.S: Same.
-       libc/pmstring/strncmp_P.S: Same.
-       libc/pmstring/strncmp_PF.S: Same.
-       libc/pmstring/strncpy_P.S: Same.
-       libc/pmstring/strncpy_PF.S: Same.
-       libc/pmstring/strnlen_P.S: Same.
-       libc/pmstring/strnlen_PF.S: Same.
-       libc/pmstring/strpbrk_P.S: Same.
-       libc/pmstring/strrchr_P.S: Same.
-       libc/pmstring/strsep_P.S: Same.
-       libc/pmstring/strspn_P.S: Same.
-       libc/pmstring/strstr_P.S: Same.
-       libc/pmstring/strstr_PF.S: Same.
-       libc/pmstring/strtok_P.c: Same.
-       libc/pmstring/strtok_rP.S: Same.
-       libc/stdio/fputs_p.c: Same.
-       libc/stdio/puts_p.c: Same.
-       libc/stdio/ultoa_invert.S: Same.
-       libc/stdio/vfprintf.c: Same.
-       libc/stdio/vfscanf.c: Same.
-       libc/stdlib/ftoa_engine.S: Same.
-       libc/stdlib/setjmp.S: Same.
-       libc/stdlib/strtod.c: Same.
-       libc/string/ffsll.S: Same.
-       libc/string/memccpy.S: Same.
-       libc/string/memchr.S: Same.
-       libc/string/memmem.S: Same.
-       libc/string/memrchr.S: Same.
-       libc/string/strcasestr.S: Same.
-       libc/string/strcat.S: Same.
-       libc/string/strchr.S: Same.
-       libc/string/strchrnul.S: Same.
-       libc/string/strcspn.S: Same.
-       libc/string/strlcpy.S: Same.
-       libc/string/strncat.S: Same.
-       libc/string/strpbrk.S: Same.
-       libc/string/strrchr.S: Same.
-       libc/string/strrev.S: Same.
-       libc/string/strsep.S: Same.
-       libc/string/strspn.S: Same.
-       libc/string/strstr.S: Same.
-       libc/string/strtok_r.S: Same.
-       libm/fplib/acos.S: Same.
-       libm/fplib/addsf3x.S: Same.
-       libm/fplib/asin.S: Same.
-       libm/fplib/atan.S: Same.
-       libm/fplib/atan2.S: Same.
-       libm/fplib/cbrt.S: Same.
-       libm/fplib/ceil.S: Same.
-       libm/fplib/divsf3x.S: Same.
-       libm/fplib/exp.S: Same.
-       libm/fplib/fdim.S: Same.
-       libm/fplib/fixsfsi.S: Same.
-       libm/fplib/floatsisf.S: Same.
-       libm/fplib/floatundisf.S: Same.
-       libm/fplib/floor.S: Same.
-       libm/fplib/fma.S: Same.
-       libm/fplib/fmax.S: Same.
-       libm/fplib/fmin.S: Same.
-       libm/fplib/fmod.S: Same.
-       libm/fplib/fp_cmp.S: Same.
-       libm/fplib/fp_mpack.S: Same.
-       libm/fplib/fp_powser.S: Same.
-       libm/fplib/fp_pscA.S: Same.
-       libm/fplib/fp_pscB.S: Same.
-       libm/fplib/fp_round.S: Same.
-       libm/fplib/fp_sinus.S: Same.
-       libm/fplib/fp_split3.S: Same.
-       libm/fplib/fp_trunc.S: Same.
-       libm/fplib/frexp.S: Same.
-       libm/fplib/isinf.S: Same.
-       libm/fplib/ldexp.S: Same.
-       libm/fplib/log.S: Same.
-       libm/fplib/lrint.S: Same.
-       libm/fplib/lround.S: Same.
-       libm/fplib/modf.S: Same.
-       libm/fplib/mulsf3x.S: Same.
-       libm/fplib/pow.S: Same.
-       libm/fplib/round.S: Same.
-       libm/fplib/sin.S: Same.
-       libm/fplib/sinh.S: Same.
-       libm/fplib/sqrt.S: Same.
-       libm/fplib/tanh.S: Same.
+       * common/ctoasm.inc: Same.
+       * libc/misc/eeupd_byte.S: Same.
+       * libc/misc/itoa.S: Same.
+       * libc/misc/utoa.S: Same.
+       * libc/pmstring/memchr_P.S: Same.
+       * libc/pmstring/memcmp_P.S: Same.
+       * libc/pmstring/memcmp_PF.S: Same.
+       * libc/pmstring/memcpy_P.S: Same.
+       * libc/pmstring/memcpy_PF.S: Same.
+       * libc/pmstring/memrchr_P.S: Same.
+       * libc/pmstring/strcasecmp_P.S: Same.
+       * libc/pmstring/strcasecmp_PF.S: Same.
+       * libc/pmstring/strcat_P.S: Same.
+       * libc/pmstring/strcat_PF.S: Same.
+       * libc/pmstring/strchr_P.S: Same.
+       * libc/pmstring/strchrnul_P.S: Same.
+       * libc/pmstring/strcmp_P.S: Same.
+       * libc/pmstring/strcmp_PF.S: Same.
+       * libc/pmstring/strcpy_P.S: Same.
+       * libc/pmstring/strcpy_PF.S: Same.
+       * libc/pmstring/strcspn_P.S: Same.
+       * libc/pmstring/strlcat_P.S: Same.
+       * libc/pmstring/strlcat_PF.S: Same.
+       * libc/pmstring/strlcpy_P.S: Same.
+       * libc/pmstring/strlcpy_PF.S: Same.
+       * libc/pmstring/strlen_P.S: Same.
+       * libc/pmstring/strlen_PF.S: Same.
+       * libc/pmstring/strncasecmp_P.S: Same.
+       * libc/pmstring/strncasecmp_PF.S: Same.
+       * libc/pmstring/strncat_P.S: Same.
+       * libc/pmstring/strncat_PF.S: Same.
+       * libc/pmstring/strncmp_P.S: Same.
+       * libc/pmstring/strncmp_PF.S: Same.
+       * libc/pmstring/strncpy_P.S: Same.
+       * libc/pmstring/strncpy_PF.S: Same.
+       * libc/pmstring/strnlen_P.S: Same.
+       * libc/pmstring/strnlen_PF.S: Same.
+       * libc/pmstring/strpbrk_P.S: Same.
+       * libc/pmstring/strrchr_P.S: Same.
+       * libc/pmstring/strsep_P.S: Same.
+       * libc/pmstring/strspn_P.S: Same.
+       * libc/pmstring/strstr_P.S: Same.
+       * libc/pmstring/strstr_PF.S: Same.
+       * libc/pmstring/strtok_P.c: Same.
+       * libc/pmstring/strtok_rP.S: Same.
+       * libc/stdio/fputs_p.c: Same.
+       * libc/stdio/puts_p.c: Same.
+       * libc/stdio/ultoa_invert.S: Same.
+       * libc/stdio/vfprintf.c: Same.
+       * libc/stdio/vfscanf.c: Same.
+       * libc/stdlib/ftoa_engine.S: Same.
+       * libc/stdlib/setjmp.S: Same.
+       * libc/stdlib/strtod.c: Same.
+       * libc/string/ffsll.S: Same.
+       * libc/string/memccpy.S: Same.
+       * libc/string/memchr.S: Same.
+       * libc/string/memmem.S: Same.
+       * libc/string/memrchr.S: Same.
+       * libc/string/strcasestr.S: Same.
+       * libc/string/strcat.S: Same.
+       * libc/string/strchr.S: Same.
+       * libc/string/strchrnul.S: Same.
+       * libc/string/strcspn.S: Same.
+       * libc/string/strlcpy.S: Same.
+       * libc/string/strncat.S: Same.
+       * libc/string/strpbrk.S: Same.
+       * libc/string/strrchr.S: Same.
+       * libc/string/strrev.S: Same.
+       * libc/string/strsep.S: Same.
+       * libc/string/strspn.S: Same.
+       * libc/string/strstr.S: Same.
+       * libc/string/strtok_r.S: Same.
+       * libm/fplib/acos.S: Same.
+       * libm/fplib/addsf3x.S: Same.
+       * libm/fplib/asin.S: Same.
+       * libm/fplib/atan.S: Same.
+       * libm/fplib/atan2.S: Same.
+       * libm/fplib/cbrt.S: Same.
+       * libm/fplib/ceil.S: Same.
+       * libm/fplib/divsf3x.S: Same.
+       * libm/fplib/exp.S: Same.
+       * libm/fplib/fdim.S: Same.
+       * libm/fplib/fixsfsi.S: Same.
+       * libm/fplib/floatsisf.S: Same.
+       * libm/fplib/floatundisf.S: Same.
+       * libm/fplib/floor.S: Same.
+       * libm/fplib/fma.S: Same.
+       * libm/fplib/fmax.S: Same.
+       * libm/fplib/fmin.S: Same.
+       * libm/fplib/fmod.S: Same.
+       * libm/fplib/fp_cmp.S: Same.
+       * libm/fplib/fp_mpack.S: Same.
+       * libm/fplib/fp_powser.S: Same.
+       * libm/fplib/fp_pscA.S: Same.
+       * libm/fplib/fp_pscB.S: Same.
+       * libm/fplib/fp_round.S: Same.
+       * libm/fplib/fp_sinus.S: Same.
+       * libm/fplib/fp_split3.S: Same.
+       * libm/fplib/fp_trunc.S: Same.
+       * libm/fplib/frexp.S: Same.
+       * libm/fplib/isinf.S: Same.
+       * libm/fplib/ldexp.S: Same.
+       * libm/fplib/log.S: Same.
+       * libm/fplib/lrint.S: Same.
+       * libm/fplib/lround.S: Same.
+       * libm/fplib/modf.S: Same.
+       * libm/fplib/mulsf3x.S: Same.
+       * libm/fplib/pow.S: Same.
+       * libm/fplib/round.S: Same.
+       * libm/fplib/sin.S: Same.
+       * libm/fplib/sinh.S: Same.
+       * libm/fplib/sqrt.S: Same.
+       * libm/fplib/tanh.S: Same.
 
 2010-10-26  Anitha Boyapati  <address@hidden>
 

Modified: trunk/avr-libc/include/avr/iom169pa.h
===================================================================
--- trunk/avr-libc/include/avr/iom169pa.h       2010-11-05 13:45:57 UTC (rev 
2191)
+++ trunk/avr-libc/include/avr/iom169pa.h       2010-11-08 13:53:24 UTC (rev 
2192)
@@ -794,20 +794,20 @@
 #define UBRR0 _SFR_MEM16(0xC4)
 
 #define UBRR0L _SFR_MEM8(0xC4)
-#define UBRR0 0
-#define UBRR1 1
-#define UBRR2 2
-#define UBRR3 3
-#define UBRR4 4
-#define UBRR5 5
-#define UBRR6 6
-#define UBRR7 7
+#define UBRR0_0 0
+#define UBRR0_1 1
+#define UBRR0_2 2
+#define UBRR0_3 3
+#define UBRR0_4 4
+#define UBRR0_5 5
+#define UBRR0_6 6
+#define UBRR0_7 7
 
 #define UBRR0H _SFR_MEM8(0xC5)
-#define UBRR8 0
-#define UBRR9 1
-#define UBRR10 2
-#define UBRR11 3
+#define UBRR0_8 0
+#define UBRR0_9 1
+#define UBRR0_10 2
+#define UBRR0_11 3
 
 #define UDR0 _SFR_MEM8(0xC6)
 #define UDR00 0

Modified: trunk/avr-libc/include/avr/iom16hva2.h
===================================================================
--- trunk/avr-libc/include/avr/iom16hva2.h      2010-11-05 13:45:57 UTC (rev 
2191)
+++ trunk/avr-libc/include/avr/iom16hva2.h      2010-11-08 13:53:24 UTC (rev 
2192)
@@ -690,8 +690,8 @@
 #define TIMER0_COMPB_vect      _VECTOR(14)  /* Timer 0 Compare Match B */
 #define TIMER0_OVF_vect_num  15
 #define TIMER0_OVF_vect      _VECTOR(15)  /* Timer 0 Overflow */
-#define SPI;STC_vect_num  16
-#define SPI;STC_vect      _VECTOR(16)  /* SPI Serial transfer complete */
+#define SPI_STC_vect_num  16
+#define SPI_STC_vect      _VECTOR(16)  /* SPI Serial transfer complete */
 #define VADC_vect_num  17
 #define VADC_vect      _VECTOR(17)  /* Voltage ADC Conversion Complete */
 #define CCADC_CONV_vect_num  18

Modified: trunk/avr-libc/include/avr/iom3000.h
===================================================================
--- trunk/avr-libc/include/avr/iom3000.h        2010-11-05 13:45:57 UTC (rev 
2191)
+++ trunk/avr-libc/include/avr/iom3000.h        2010-11-08 13:53:24 UTC (rev 
2192)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, Atmel Corporation
+1/* Copyright (c) 2010, Atmel Corporation
    All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
@@ -168,11 +168,15 @@
 #define VELACC2 _SFR_MEM8(0x212)
 #define VELACC3 _SFR_MEM8(0x213)
 #define VELCVEL _SFR_MEM8(0x214)
+/*
 #define VELCVEL _SFR_MEM8(0x215)
 #define VELCVEL _SFR_MEM8(0x216)
+*/
 #define VELTVEL _SFR_MEM8(0x217)
+/*
 #define VELTVEL _SFR_MEM8(0x218)
 #define VELTVEL _SFR_MEM8(0x219)
+*/
 #define VELVGCTL _SFR_MEM8(0x21A)
 #define VELSTB _SFR_MEM8(0x21B)
 #define VELIFLG _SFR_MEM8(0x21C)

Modified: trunk/avr-libc/libc/pmstring/strcasecmp_PF.S
===================================================================
--- trunk/avr-libc/libc/pmstring/strcasecmp_PF.S        2010-11-05 13:45:57 UTC 
(rev 2191)
+++ trunk/avr-libc/libc/pmstring/strcasecmp_PF.S        2010-11-08 13:53:24 UTC 
(rev 2192)
@@ -109,4 +109,4 @@
 
 #endif /* not __DOXYGEN__ */
 
-#endif !defined(__AVR_TINY__)
+#endif /* !defined(__AVR_TINY__) */




reply via email to

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