|
Re: Question on building shared objects -- possible bug: msg#00127lib.uclibc.general
On Tue, 15 Oct 2002, Steven J. Hill wrote: > There was a bug in the 'dlopen' call for MIPS. I just > checked in the fix to CVS. The tests all pass now. Thanks > for your patience. > > -Steve This only worked for me if I applied this patch. Without it I got an error at compile time of an unresolved external for _dl_perform_mips_global_got_relocations --- snap.old/uClibc/ldso/libdl/dlib.c Tue Oct 15 17:27:49 2002 +++ snap.new/uClibc/ldso/libdl/dlib.c Wed Oct 16 08:43:33 2002 @@ -47,6 +47,8 @@ __attribute__ ((__weak__, __alias__ ("foobar"))); extern void _dl_parse_lazy_relocation_information(struct elf_resolve *, unsigned long, unsigned long, int) __attribute__ ((__weak__, __alias__ ("foobar"))); +extern void _dl_perform_mips_global_got_relocations(struct elf_resolve *tpnt) + __attribute__ ((__weak__, __alias__ ("foobar"))); #ifdef USE_CACHE int _dl_map_cache(void) __attribute__ ((__weak__, __alias__ ("foobar"))); int _dl_unmap_cache(void) __attribute__ ((__weak__, __alias__ ("foobar"))); -- Joel Coltoff In theory, there is no difference between theory and practice. But, in practice, there is. -- Jan L.A. van de Snepscheut |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Resolver and Timeouts: 00127, Joerg Schmitz-Linneweber |
|---|---|
| Next by Date: | Kaffe: 00127, Eduardo B. Fonseca |
| Previous by Thread: | Re: Question on building shared objects -- possible bugi: 00127, Joel Coltoff |
| Next by Thread: | Re: Question on building shared objects -- possible bug: 00127, Erik Andersen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |