Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2017 03:44:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 220024] head -r319991 clang powerpc64 and powerpc toolchains (cross build target): boot1.o: In function `fsread_size': undefined reference to `__udivdi3' (INO64 involved)
Message-ID:  <bug-220024-29464-xYJLs6lRVc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220024-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220024-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220024

--- Comment #6 from Mark Millard <markmi@dsl-only.net> ---
(In reply to Mark Millard from comment #5)

Konstantin Belousov has reported on the lists
that the mix of ino_t (64-bit) and 32-bit ino
types should be fine for this ufs context, mostly
due to ufs being limited to 32 bit inodes in the
first place.

So if the __udivddi3 is supplied so that the
linking can complete for building boot1.elf
via clang then the result should be okay.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220024-29464-xYJLs6lRVc>