NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-sparc64/58975: sparc64 compat32 libc missing symbols
The following reply was made to PR port-sparc64/58975; it has been noted by GNATS.
From: Valery Ushakov <uwe%stderr.spb.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: Martin Husemann <martin%netbsd.org@localhost>
Subject: Re: port-sparc64/58975: sparc64 compat32 libc missing symbols
Date: Thu, 9 Jan 2025 18:44:22 +0300
src/common/lib/libc/arch/sparc/atomic/Makefile.inc is a crazy mudball
that is included by four different libraries and drags in different
functions depending on which library it's a part of.
I figure the top level .if/.else that tests for sparc64 should really
be just an .if, with most of the file, that is currently inside
sparc's .else, processed unconditionally, so that sparc64 compat32
version gets all the symbols that sparc also gets.
-uwe
Home |
Main Index |
Thread Index |
Old Index