[PATCH 09/20] Prepare for creating hidden aliases of all routines

2013-03-04 Thread Richard Henderson
All of the mechanism is here, but not enabled -- configure has not yet been updated to define HAVE_HIDDEN_ALIAS. However, by hacking the generated config.h file by hand we'll be able to find errors as they occur without having to create one monster patch to do everything all at once. ---

Re: [PATCH 09/20] Prepare for creating hidden aliases of all routines

2013-03-04 Thread Niels Möller
Richard Henderson r...@twiddle.net writes: index 1b27998..ff0dc45 100644 --- a/gmp-h.in +++ b/gmp-h.in @@ -251,6 +251,10 @@ typedef __mpq_struct *mpq_ptr; __GMP_PUBLIC_DATA - for declaring data variables __GMP_PUBLIC_ALIAS - for re-declaring symbols with another name

Re: [PATCH 09/20] Prepare for creating hidden aliases of all routines

2013-03-04 Thread Richard Henderson
On 03/04/2013 11:48 AM, Niels Möller wrote: Richard Henderson r...@twiddle.net writes: index 1b27998..ff0dc45 100644 --- a/gmp-h.in +++ b/gmp-h.in @@ -251,6 +251,10 @@ typedef __mpq_struct *mpq_ptr; __GMP_PUBLIC_DATA - for declaring data variables __GMP_PUBLIC_ALIAS -