2006-08-01 Thiemo Seufer <ths@mips.com>

Nigel Stephens  <nigel@mips.com>

	* libc/include/sys/config.h (__ATTRIBUTE_IMPURE_PTR__): For MIPS
	define this to force _impure_ptr to live in the .sdata section.
This commit is contained in:
Jeff Johnston 2006-08-01 15:54:04 +00:00
parent 0a85d87f03
commit a121349405
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2006-08-01 Thiemo Seufer <ths@mips.com>
Nigel Stephens <nigel@mips.com>
* libc/include/sys/config.h (__ATTRIBUTE_IMPURE_PTR__): For MIPS
define this to force _impure_ptr to live in the .sdata section.
2006-07-31 Jeff Johnston <jjohnstn@redhat.com>
* acinclude.m4: Check for readelf tool.

View File

@ -94,6 +94,10 @@
#endif
#endif
#ifdef __mips__
#define __ATTRIBUTE_IMPURE_PTR__ __attribute__((__section__(".sdata")))
#endif
#ifdef __xstormy16__
#define __SMALL_BITFIELDS
#undef INT_MAX