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

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

[avr-libc-commit] [2389] Submitted by Georg-Johann Lay:


From: Joerg Wunsch
Subject: [avr-libc-commit] [2389] Submitted by Georg-Johann Lay:
Date: Fri, 03 May 2013 16:08:46 +0000

Revision: 2389
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2389
Author:   joerg_wunsch
Date:     2013-05-03 16:08:46 +0000 (Fri, 03 May 2013)
Log Message:
-----------
Submitted by Georg-Johann Lay:
bug #38135: Install a dummy stdfix-avrlibc.h
* include/stdfix-avrlibc.h: New file.
* include/Makefile.am (avr_HEADERS): Add stdfix-avrlibc.h.

Ticket Links:
------------
    http://savannah.gnu.org/bugs/?38135

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/include/Makefile.am

Added Paths:
-----------
    trunk/avr-libc/include/stdfix-avrlibc.h

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2013-05-03 15:36:57 UTC (rev 2388)
+++ trunk/avr-libc/ChangeLog    2013-05-03 16:08:46 UTC (rev 2389)
@@ -1,5 +1,12 @@
 2013-05-03 Joerg Wunsch <address@hidden>
 
+       Submitted by Georg-Johann Lay:
+       bug #38135: Install a dummy stdfix-avrlibc.h
+       * include/stdfix-avrlibc.h: New file.
+       * include/Makefile.am (avr_HEADERS): Add stdfix-avrlibc.h.
+
+2013-05-03 Joerg Wunsch <address@hidden>
+
        Submitted by Dean Camera:
        patch #7212: Add pgm_read_ptr() macros to pgmspace.h
        * include/avr/pgmspace.h (pgm_read_ptr_near, pgm_read_ptr_far,

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2013-05-03 15:36:57 UTC (rev 2388)
+++ trunk/avr-libc/NEWS 2013-05-03 16:08:46 UTC (rev 2389)
@@ -10,6 +10,7 @@
   [#36454] string.h: Error for long long in C90
   [#36581] avr-libc: pgmspace.h is not ANSI compliant
   [#37778] _MemoryBarrier() in cpufunc.h error on compile
+  [#38135] Install a dummy stdfix-avrlibc.h
   [no-id]  XXX_vect_num not consistent io90pwmx.h, iousbxx6_7.h
 
 * New devices supported:

Modified: trunk/avr-libc/include/Makefile.am
===================================================================
--- trunk/avr-libc/include/Makefile.am  2013-05-03 15:36:57 UTC (rev 2388)
+++ trunk/avr-libc/include/Makefile.am  2013-05-03 16:08:46 UTC (rev 2389)
@@ -38,6 +38,7 @@
     inttypes.h \
     math.h \
     setjmp.h \
+    stdfix-avrlibc.h \
     stdint.h \
     stdio.h \
     stdlib.h \

Added: trunk/avr-libc/include/stdfix-avrlibc.h
===================================================================
--- trunk/avr-libc/include/stdfix-avrlibc.h                             (rev 0)
+++ trunk/avr-libc/include/stdfix-avrlibc.h     2013-05-03 16:08:46 UTC (rev 
2389)
@@ -0,0 +1,49 @@
+/* Copyright (c) 2013 Joerg Wunsch
+   All rights reserved.
+
+   Redistribution and use in source and binary forms, with or without
+   modification, are permitted provided that the following conditions are met:
+
+   * Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+
+   * Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in
+     the documentation and/or other materials provided with the
+     distribution.
+
+   * Neither the name of the copyright holders nor the names of
+     contributors may be used to endorse or promote products derived
+     from this software without specific prior written permission.
+
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE. */
+
+/* $Id$ */
+
+#ifndef _STDFIX_AVRLIBC_H
+#define _STDFIX_AVRLIBC_H
+
+/*
+ * avr-libc addendum file for Embedded C Fixed-Point support
+ *
+ * See: ISO/IEC TR 18037
+ * http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1169.pdf
+ */
+
+#ifndef _AVRGCC_STDFIX_H  /* Defined in stdfix.h from avr-gcc */
+#warning please include <stdfix.h> directly rather than <stdfix-avrlibc.h>
+#endif /* _AVRGCC_STDFIX_H */
+
+/* Room for avr-libc specific extensions */
+
+#endif /* _STDFIX_AVRLIBC_H */


Property changes on: trunk/avr-libc/include/stdfix-avrlibc.h
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Author Id Date
Added: svn:eol-style
   + native




reply via email to

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