[patch] add missing check for SHARED in linux/i386/sysdep.h

Mike Frysinger vapier@gentoo.org
Sat Mar 11 10:54:00 GMT 2006


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
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: glibc-i386-sysdep-shared-define.patch
Type: text/x-diff
Size: 449 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20060311/ec359966/attachment.bin>


More information about the Libc-alpha mailing list