This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/2477] New: add missing check for SHARED in linux/i386/sysdep.h


forwarding an old patch from Gentoo ... the code in sysdep.h has this logic:
#define RESTOREARGS_0
#ifdef __PIC__
# if defined I386_USE_SYSENTER && defined SHARED
...

however, the section just above it lacks the defined SHARED part:
#define LOADARGS_0
#ifdef __PIC__
# if defined I386_USE_SYSENTER

-- 
           Summary: add missing check for SHARED in linux/i386/sysdep.h
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: vapier at gentoo dot org
                CC: glibc-bugs at sources dot redhat dot com
  GCC host triplet: i686-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=2477

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]