https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220024

--- Comment #13 from Mark Millard <marklmi26-f...@yahoo.com> ---
(In reply to Warner Losh from comment #12)

Okay.

I'll note that both stand/libsa/Makefile and stand/powerpc/boot1.chrp/Makefile
list SRCS has including ashldi3.c :

.if ${MACHINE_CPUARCH} == "powerpc"
.PATH: ${LIBC_SRC}/quad
SRCS+=  ashldi3.c ashrdi3.c lshrdi3.c
SRCS+=  syncicache.c
.endif

vs. (without my patch):

SRCS=           boot1.c ashldi3.c syncicache.c

But also note the  += vs. = use.

Some old material may also then be moved for where
it is listed, not just qdivrem.c and udivdi3.c .

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to