On Mon, Sep 02, 2002 at 11:49:42PM -0700, Randolph Chung wrote: > In reference to a message from Jeff Bailey, dated Sep 02: > > On Mon, Sep 02, 2002 at 07:38:51PM -0400, Carlos O'Donell wrote: > > > > > objdump -t /mnt/flaire/src/glibc-upstream-cvs/libc-build/libc.so.6 | grep divdi3 > > > 001173d4 l F .text 00000028 __udivdi3 > > > 00000000 *UND* 00000000 __divdi3_internal > > > > > > It's clearly not there :} > > there we go... > > tausq@a500:~/src/glibc-package/hppa-linux/obj$ nm libc.so|grep divdi3 > 000217f4 t __divdi3 > 000217f4 t __divdi3_internal > 00021924 t __udivdi3 > > patch attached. > > together with the two patches carlos posted i was able to build > glibc on hppa using the packaging stuff in cvs.
The question is whether HPPA needs these symbols exported from glibc for the indefinite future... I suspect not, so you'll want something more like PowerPC's divdi3 and libgcc-compat. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

