This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/65070] libgomp calls syscall instruction directly
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 07 Aug 2016 08:08:34 +0000
- Subject: [Bug libgomp/65070] libgomp calls syscall instruction directly
- Auto-submitted: auto-generated
- References: <bug-65070-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65070
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This file is compiling for gnu/Linux or musl/linux or uclibc/Linux which means
it is both the libc abi and Linux (kernel) abi. So I don't see this as a bug
still. If you have a target that is Linux kernel abi, your libgomp should not
use this file to use futex directly.