Re: [PATCH 7/7] Configury changes for obstack optimization

2015-11-08 Thread Jeff Law
On 11/07/2015 01:11 AM, Alan Modra wrote: Provides defines used to determine whether glibc obstacks are compatible. Generally speaking, 32-bit targets won't need to use obstack.o from libiberty if glibc is used, while 64-bit targets will, until glibc gets the new obstack code. *

[PATCH 7/7] Configury changes for obstack optimization

2015-11-07 Thread Alan Modra
Provides defines used to determine whether glibc obstacks are compatible. Generally speaking, 32-bit targets won't need to use obstack.o from libiberty if glibc is used, while 64-bit targets will, until glibc gets the new obstack code. * configure.ac: Check size of size_t. *