framestate.c vs --enable-oldest-abi=2.2.5
Jakub Jelinek
jakub@redhat.com
Fri Mar 22 10:20:00 GMT 2002
On Fri, Mar 22, 2002 at 09:55:31AM -0800, Ulrich Drepper wrote:
> On Fri, 2002-03-22 at 09:47, Jakub Jelinek wrote:
>
> > If you select 2.3 ABI on x86, then $(unwind-find-fde) will be no and thus
> > framestate.c will not be compiled in.
>
> If this is true for all te ABIs one can select then the Makefile changes
> seems best.
It is only true for the recent ABIs:
if test "$oldest_abi" != default && test "2.2.4" \< "$oldest_abi"; then
libc_cv_gcc_unwind_find_fde=no
fi
but that's IMHO desirable.
Jakub
More information about the Libc-hacker
mailing list