]> sourceware.org Git - newlib-cygwin.git/commitdiff
2008-11-19 Ralf Corsepius <ralf.corsepius@rtems.org>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 19 Nov 2008 19:48:31 +0000 (19:48 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 19 Nov 2008 19:48:31 +0000 (19:48 +0000)
        * libc/include/sys/config.h: Don't put
        __ATTRIBUTE_IMPURE_PTR__ into .sdata section for mips-rtems.

newlib/ChangeLog
newlib/libc/include/sys/config.h

index 1429e8e702d49faa9a119e6ce5328a529a5ebdb9..f253b1cab70bea262c784092ecc5c3559f4e7e56 100644 (file)
@@ -1,3 +1,8 @@
+2008-11-19  Ralf Corsepius <ralf.corsepius@rtems.org>
+
+       * libc/include/sys/config.h: Don't put 
+       __ATTRIBUTE_IMPURE_PTR__ into .sdata section for mips-rtems.
+                 
 2008-11-19  Ralf Corsepius  <ralf.corsepius@rtems.org>
 
        * libc/posix/runetype.h: Add include of stddef.h and remove
index 0ac2b4ec8cebcdd0bbb63e2d8459dc99c4eb6701..540805be2e5708592010f8c50048c0a6f326225b 100644 (file)
 #if defined(__rtems__)
 #define __FILENAME_MAX__ 255
 #define _READ_WRITE_RETURN_TYPE _ssize_t
+#if defined(__mips__)
+#undef __ATTRIBUTE_IMPURE_PTR__
+#define __ATTRIBUTE_IMPURE_PTR__
+#endif
 #endif
 
 #ifndef __IMPORT
This page took 0.043489 seconds and 5 git commands to generate.