[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to find symbols needed for libgcc-compat in glibc



Hi Jack,
On Mon, Oct 14, 2002 at 09:34:11AM -0400, Jack Howarth wrote:
>    Here is a mockup patch that should be roughly what you need. Note 
that's exactly what I did already, but I was missing the Versions part
(which resulted in the symbols still being undefined, obviously):
> diff -uNr libc/sysdeps/mips/Versions libc.mips/sysdeps/mips/Versions
> --- libc/sysdeps/mips/Versions  1969-12-31 17:00:00.000000000 -0700
> +++ libc.mips/sysdeps/mips/Versions     2002-10-14 06:17:29.000000000 -0700
> @@ -0,0 +1,7 @@
> +libc {
> +  GLIBC_2.0 {
> +    # Functions from libgcc.
> +    __divdi3; __moddi3; __udivdi3; __umoddi3;
> +    __cmpdi2; __ucmpdi2;
> +  }
> +}
Will try with that one now. Anyway, I still have to investigate why
the all the affected binaries still work without any patching.
Regards,
 -- Guido



Reply to: