public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/27958] New: fatal error: bits/platform/x86.h: No such file or directory
@ 2021-06-05 13:40 hjl.tools at gmail dot com
  2021-07-23 12:21 ` [Bug libc/27958] " cvs-commit at gcc dot gnu.org
  2021-11-25 17:46 ` hjl.tools at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2021-06-05 13:40 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=27958

            Bug ID: 27958
           Summary: fatal error: bits/platform/x86.h: No such file or
                    directory
           Product: glibc
           Version: 2.33
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---
            Target: i386, x86-64

[hjl@gnu-tgl-2 tmp]$ cat x.c
#include <sys/platform/x86.h>
[hjl@gnu-tgl-2 tmp]$ gcc -c x.c
In file included from x.c:1:
/usr/include/sys/platform/x86.h:24:10: fatal error: bits/platform/x86.h: No
such file or directory
   24 | #include <bits/platform/x86.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[hjl@gnu-tgl-2 tmp]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libc/27958] fatal error: bits/platform/x86.h: No such file or directory
  2021-06-05 13:40 [Bug libc/27958] New: fatal error: bits/platform/x86.h: No such file or directory hjl.tools at gmail dot com
@ 2021-07-23 12:21 ` cvs-commit at gcc dot gnu.org
  2021-11-25 17:46 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-07-23 12:21 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=27958

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7c124e3714c38157230ed1a5d743b37defe64dc2

commit 7c124e3714c38157230ed1a5d743b37defe64dc2
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Jun 5 06:42:20 2021 -0700

    x86: Install <bits/platform/x86.h> [BZ #27958]

    1. Install <bits/platform/x86.h> for <sys/platform/x86.h> which includes
    <bits/platform/x86.h>.
    2. Rename HAS_CPU_FEATURE to CPU_FEATURE_PRESENT which checks if the
    processor has the feature.
    3. Rename CPU_FEATURE_USABLE to CPU_FEATURE_ACTIVE which checks if the
    feature is active.  There may be other preconditions, like sufficient
    stack space or further setup for AMX, which must be satisfied before the
    feature can be used.

    This fixes BZ #27958.

    Reviewed-by: Carlos O'Donell <carlos@redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libc/27958] fatal error: bits/platform/x86.h: No such file or directory
  2021-06-05 13:40 [Bug libc/27958] New: fatal error: bits/platform/x86.h: No such file or directory hjl.tools at gmail dot com
  2021-07-23 12:21 ` [Bug libc/27958] " cvs-commit at gcc dot gnu.org
@ 2021-11-25 17:46 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2021-11-25 17:46 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=27958

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |2.34

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed for 2.34.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-25 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-05 13:40 [Bug libc/27958] New: fatal error: bits/platform/x86.h: No such file or directory hjl.tools at gmail dot com
2021-07-23 12:21 ` [Bug libc/27958] " cvs-commit at gcc dot gnu.org
2021-11-25 17:46 ` hjl.tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).