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:
parent
0a85d87f03
commit
a121349405
@ -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.
|
||||
|
@ -94,6 +94,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __mips__
|
||||
#define __ATTRIBUTE_IMPURE_PTR__ __attribute__((__section__(".sdata")))
|
||||
#endif
|
||||
|
||||
#ifdef __xstormy16__
|
||||
#define __SMALL_BITFIELDS
|
||||
#undef INT_MAX
|
||||
|
Loading…
x
Reference in New Issue
Block a user