Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 281455 Details for
Bug 195688
mpost from tetex and (soon to be comitted) texlive gets killed by hardened kernel
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Use C code when -fPIC and on x86
use_c_on_pic.patch (text/plain), 645 bytes, created by
Magnus Granberg
on 2011-07-29 14:14:20 UTC
(
hide
)
Description:
Use C code when -fPIC and on x86
Filename:
MIME Type:
Creator:
Magnus Granberg
Created:
2011-07-29 14:14:20 UTC
Size:
645 bytes
patch
obsolete
>2011-07-29 Magnus Granberg <zorry@gentoo.org> > > * texk/web2c/lib/texmfmp.c Use C code for i?86 when -fPIC. > >--- a/texk/web2c/lib/texmfmp.c 2011-05-18 08:36:05.000000000 +0200 >+++ b/texk/web2c/lib/texmfmp.c 2011-07-29 14:41:31.565453287 +0200 >@@ -2445,6 +2445,10 @@ > #if defined (__sun__) || defined (__cplusplus) > #define NO_MF_ASM > #endif >+/* The assembler code is not PIC safe on i?86 so use C code. */ >+#if defined (__PIC__) && defined (__i386__) >+#define NO_MF_ASM >+#endif > #if defined(WIN32) && !defined(NO_MF_ASM) && !defined(__MINGW32__) > #include "lib/mfmpw32.c" > #elif defined (__i386__) && defined (__GNUC__) && !defined (NO_MF_ASM)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195688
:
239877
| 281455