-----Original Message----- From: Bill Hart
Sent: Thursday, October 04, 2012 12:09 AM
To: mpir-devel@googlegroups.com
Subject: Re: [mpir-devel] Re: MPIR 2.6 release progress

They are overwritten because mpn/x86w/p3/divrem_1.asm is a
multifunction file. It provides:

export ___gmpn_divrem_1c
export ___gmpn_divrem_1

However, it is overwritten with mpn/generic/divrem_1.c which only
provides the latter of these symbols.

Clearly for generic C builds, some other mechanism provides
mpn_divrem_1c, or else try simply doesn't work at all with generic C
builds (which would be a bug, even for linux).

=======================

No, the generic C builds don't have the HAVE_NATIVE_symbol defined for these symbols so these functions won't ever be called.

The problem arises because HAVE_NATIVE_symbol defines are provided for these functions but the functions are absent.

And the HAVE_NATIVE defines are present because the command line build relies the config.h files that I generate.

   Brian

--
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to