https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125940
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <[email protected]>: https://gcc.gnu.org/g:8ce473f8a26142a39487a0adac10570761f8ed90 commit r17-1794-g8ce473f8a26142a39487a0adac10570761f8ed90 Author: Tobias Burnus <[email protected]> Date: Wed Jun 24 07:15:04 2026 +0200 libgomp: Move internal NUMA function to a separate file [PR125940] At the previous location (affinity.c), the real and the fallback implementation of the NUMA functions were both in that file when HAVE_PTHREAD_AFFINITY_NP was unset. Solved by moving the internal NUMA functions into a separate file. Follow up to commit r17-1702-g8af1592882509f. libgomp/ChangeLog: PR libgomp/125940 * Makefile.am (libgomp_la_SOURCES): Add numa.c. * Makefile.in: Regenerate. * affinity.c (gomp_get_current_numa_node, gomp_get_numa_distance): Move to ... * numa.c: ... this new file. * config/linux/affinity.c (gomp_get_current_numa_node, gomp_get_numa_distance): Move to ... * config/linux/numa.c: ... this new file.
