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.
			
			
This commit is contained in:
		| @@ -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> | 2008-11-19  Ralf Corsepius  <ralf.corsepius@rtems.org> | ||||||
|  |  | ||||||
| 	* libc/posix/runetype.h: Add include of stddef.h and remove | 	* libc/posix/runetype.h: Add include of stddef.h and remove | ||||||
|   | |||||||
| @@ -183,6 +183,10 @@ | |||||||
| #if defined(__rtems__) | #if defined(__rtems__) | ||||||
| #define __FILENAME_MAX__ 255 | #define __FILENAME_MAX__ 255 | ||||||
| #define _READ_WRITE_RETURN_TYPE _ssize_t | #define _READ_WRITE_RETURN_TYPE _ssize_t | ||||||
|  | #if defined(__mips__) | ||||||
|  | #undef __ATTRIBUTE_IMPURE_PTR__ | ||||||
|  | #define __ATTRIBUTE_IMPURE_PTR__ | ||||||
|  | #endif | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #ifndef __IMPORT | #ifndef __IMPORT | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user