Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 1995 20:33:29 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        current@freebsd.org, jkh@time.cdrom.com
Subject:   Re: Life in -current today.
Message-ID:  <199512010933.UAA08657@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>cc -O2 -m486 -pipe    -o loadfont loadfont.o  
>loadfont.o: Undefined symbol `___cmpdi2' referenced from text segment

>Feh?  Didn't somebody just *remove* this one? :-(

Somebody just found that ___cmpdi2 is used for switches on long long
values.  Switching on unsigned long long values was broken a month ago
by removing ___ucmpdi2.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512010933.UAA08657>